public interface FlowModelHolderLocator
FlowModelLocator for access to the FlowModelHolder
wrapping the FlowModel.| Modifier and Type | Method and Description |
|---|---|
FlowModelHolder |
getFlowModelHolder(java.lang.String id)
Lookup the FlowModelHolder with the specified id.
|
FlowModelHolder getFlowModelHolder(java.lang.String id) throws NoSuchFlowModelException
id - the flow model identifierNoSuchFlowModelException - when the flow model with the specified
id does not exist