Class LinkCreator
- java.lang.Object
-
- com.hybris.backoffice.workflow.designer.persistence.LinkCreator
-
public class LinkCreator extends java.lang.ObjectCreates link between two Workflow items
-
-
Constructor Summary
Constructors Constructor Description LinkCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateLinkFromDecisionToAction(WorkflowDecisionTemplateModel workflowDecision, WorkflowActionTemplateModel workflowAction)Creates link between decision and action
-
-
-
Method Detail
-
createLinkFromDecisionToAction
public void createLinkFromDecisionToAction(WorkflowDecisionTemplateModel workflowDecision, WorkflowActionTemplateModel workflowAction)
Creates link between decision and action- Parameters:
workflowDecision- link sourceworkflowAction- link target
-
-