Interface WorkflowFactory<ROOT,SOURCE,TARGET>
- All Known Implementing Classes:
ActionPredecessorsFromActionTemplateFactory,ActionsFromWorkflowTemplateFactory,DecisionFromDecisionTemplateFactory,DecisionsFromActionTemplateFactory
public interface WorkflowFactory<ROOT,SOURCE,TARGET>
Abstraction for the create mechanism of the *Workflow*TemplateModel instances to *Workflow*Model done by
WorkflowService.createWorkflow(de.hybris.platform.workflow.model.WorkflowTemplateModel, de.hybris.platform.core.model.user.UserModel)
and
WorkflowService.createWorkflow(de.hybris.platform.workflow.model.WorkflowTemplateModel, de.hybris.platform.core.model.ItemModel, de.hybris.platform.core.model.user.UserModel)
methods.-
Method Summary
-
Method Details
-
create
-