Interface FlowModelHolderLocator
- All Known Implementing Classes:
FlowModelRegistryImpl
public interface FlowModelHolderLocator
A companion to
FlowModelLocator
for access to the FlowModelHolder
wrapping the FlowModel.- Since:
- 2.4.2
- Author:
- Rossen Stoyanchev
-
Method Summary
Modifier and TypeMethodDescriptionLookup the FlowModelHolder with the specified id.
-
Method Details
-
getFlowModelHolder
Lookup the FlowModelHolder with the specified id.- Parameters:
id
- the flow model identifier- Returns:
- the flow model holder
- Throws:
NoSuchFlowModelException
- when the flow model with the specified id does not exist
-