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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addSTMActionsInfoProvider
(String workflowName, STMActionsInfoProvider provider) static STMActionsInfoProvider
getSTMActionInfoProvider
(String workflowName)
-
Field Details
-
registry
-
-
Constructor Details
-
WorkflowRegistry
public WorkflowRegistry()
-
-
Method Details
-
getSTMActionInfoProvider
-
addSTMActionsInfoProvider
-