public interface FlowModelLocator
id
. Flow locators are needed
by flow executors at runtime to retrieve flow models to support loading flow definitions.Modifier and Type | Method and Description |
---|---|
FlowModel |
getFlowModel(java.lang.String id)
Lookup the flow model with the specified id.
|
FlowModel getFlowModel(java.lang.String id) throws NoSuchFlowModelException
id
- the flow model identifierNoSuchFlowModelException
- when the flow model with the specified id does not exist