Class AutomatedWorkflowActionTemplateModelBuilder
- java.lang.Object
-
- de.hybris.platform.warehousing.util.builder.AutomatedWorkflowActionTemplateModelBuilder
-
public class AutomatedWorkflowActionTemplateModelBuilder extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AutomatedWorkflowActionTemplateModelBuilder
aModel()
AutomatedWorkflowActionTemplateModel
build()
AutomatedWorkflowActionTemplateModelBuilder
withAction(WorkflowActionType action)
AutomatedWorkflowActionTemplateModelBuilder
withCode(java.lang.String code)
AutomatedWorkflowActionTemplateModelBuilder
withDecision(java.util.Collection<WorkflowDecisionTemplateModel> decisions)
AutomatedWorkflowActionTemplateModelBuilder
withJobHandler(java.lang.String jobHandler)
AutomatedWorkflowActionTemplateModelBuilder
withName(java.lang.String name)
AutomatedWorkflowActionTemplateModelBuilder
withPrincipal(PrincipalModel principal)
AutomatedWorkflowActionTemplateModelBuilder
withWorkflow(WorkflowTemplateModel workflow)
-
-
-
Method Detail
-
aModel
public static AutomatedWorkflowActionTemplateModelBuilder aModel()
-
build
public AutomatedWorkflowActionTemplateModel build()
-
withCode
public AutomatedWorkflowActionTemplateModelBuilder withCode(java.lang.String code)
-
withName
public AutomatedWorkflowActionTemplateModelBuilder withName(java.lang.String name)
-
withPrincipal
public AutomatedWorkflowActionTemplateModelBuilder withPrincipal(PrincipalModel principal)
-
withDecision
public AutomatedWorkflowActionTemplateModelBuilder withDecision(java.util.Collection<WorkflowDecisionTemplateModel> decisions)
-
withAction
public AutomatedWorkflowActionTemplateModelBuilder withAction(WorkflowActionType action)
-
withJobHandler
public AutomatedWorkflowActionTemplateModelBuilder withJobHandler(java.lang.String jobHandler)
-
withWorkflow
public AutomatedWorkflowActionTemplateModelBuilder withWorkflow(WorkflowTemplateModel workflow)
-
-