Package org.chenile.workflow.api
Class WorkflowRegistry
java.lang.Object
org.chenile.workflow.api.WorkflowRegistry
Keeps the different components attached to various work flows in a registry.
 This will be required when queries are made that fetch these workflow entities.
 All workflow services register their components in this registry
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidaddSTMActionsInfoProvider(String workflowName, STMActionsInfoProvider provider) static STMActionsInfoProvidergetSTMActionInfoProvider(String workflowName) 
- 
Field Details- 
registry
 
- 
- 
Constructor Details- 
WorkflowRegistrypublic WorkflowRegistry()
 
- 
- 
Method Details- 
getSTMActionInfoProvider
- 
addSTMActionsInfoProvider
 
-