Class LinkCreator
java.lang.Object
com.hybris.backoffice.workflow.designer.persistence.LinkCreator
Creates link between two Workflow items
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateLinkFromDecisionToAction(WorkflowDecisionTemplateModel workflowDecision, WorkflowActionTemplateModel workflowAction) Creates link between decision and action
-
Constructor Details
-
LinkCreator
public LinkCreator()
-
-
Method Details
-
createLinkFromDecisionToAction
public void createLinkFromDecisionToAction(WorkflowDecisionTemplateModel workflowDecision, WorkflowActionTemplateModel workflowAction) Creates link between decision and action- Parameters:
workflowDecision- link sourceworkflowAction- link target
-