Class DefaultDecideActionStrategy
- java.lang.Object
-
- de.hybris.platform.workflow.strategies.impl.DefaultDecideActionStrategy
-
- All Implemented Interfaces:
DecideActionStrategy
public class DefaultDecideActionStrategy extends java.lang.Object implements DecideActionStrategy
-
-
Constructor Summary
Constructors Constructor Description DefaultDecideActionStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoAfterActivationOfAndLink(WorkflowActionModel action)voiddoAfterActivationOfOrLink(WorkflowActionModel action)voiddoAfterDecisionMade(WorkflowActionModel action, WorkflowDecisionModel selDec)voidsetModelService(ModelService modelService)protected voidwriteAutomatedComment(WorkflowActionModel action, java.lang.String message, java.lang.String... messageParams)
-
-
-
Method Detail
-
doAfterActivationOfAndLink
public void doAfterActivationOfAndLink(WorkflowActionModel action)
- Specified by:
doAfterActivationOfAndLinkin interfaceDecideActionStrategy
-
doAfterActivationOfOrLink
public void doAfterActivationOfOrLink(WorkflowActionModel action)
- Specified by:
doAfterActivationOfOrLinkin interfaceDecideActionStrategy
-
doAfterDecisionMade
public void doAfterDecisionMade(WorkflowActionModel action, WorkflowDecisionModel selDec)
- Specified by:
doAfterDecisionMadein interfaceDecideActionStrategy
-
writeAutomatedComment
protected void writeAutomatedComment(WorkflowActionModel action, java.lang.String message, java.lang.String... messageParams)
-
setModelService
public void setModelService(ModelService modelService)
- Parameters:
modelService- the modelService to set
-
-