public interface FlowModelRegistry extends FlowModelLocator
FlowModelLocator for accessing registered Flow models for conversion to
flow definitions.
Flow model registries can be configured with a "parent" registry to provide a hook into a larger flow model registry hierarchy.
| Modifier and Type | Method and Description |
|---|---|
void |
registerFlowModel(java.lang.String id,
FlowModelHolder modelHolder)
Register a flow model in this registry.
|
void |
setParent(FlowModelRegistry parent)
Sets this registry's parent registry.
|
getFlowModelvoid setParent(FlowModelRegistry parent)
parent - the parent flow model registry, may be nullvoid registerFlowModel(java.lang.String id,
FlowModelHolder modelHolder)
id - the id to register the flow model undermodelHolder - a holder holding the flow model to register