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 byWorkflowService.createWorkflow(de.hybris.platform.workflow.model.WorkflowTemplateModel, de.hybris.platform.core.model.user.UserModel)andWorkflowService.createWorkflow(de.hybris.platform.workflow.model.WorkflowTemplateModel, de.hybris.platform.core.model.ItemModel, de.hybris.platform.core.model.user.UserModel)methods.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TARGETcreate(ROOT root, SOURCE source)
-