Class TaskAssignmentShipConsignmentAction
- java.lang.Object
-
- de.hybris.platform.warehousing.taskassignment.actions.AbstractTaskAssignmentActions
-
- de.hybris.platform.warehousing.taskassignment.actions.TaskAssignmentShipConsignmentAction
-
- All Implemented Interfaces:
AutomatedWorkflowTemplateJob
public class TaskAssignmentShipConsignmentAction extends AbstractTaskAssignmentActions
Synchronizes the ship consignment action from the Task Assignment Workflow of an employee to the main process engine.
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringCONFIRM_SHIP_CONSIGNMENT_CHOICEprotected static java.lang.StringCONSIGNMENT_ACTION_EVENT_NAMEprotected static java.lang.StringSHIPPING_TEMPLATE_CODE
-
Constructor Summary
Constructors Constructor Description TaskAssignmentShipConsignmentAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowDecisionModelperform(WorkflowActionModel workflowAction)execution method for the automated workflow job-
Methods inherited from class de.hybris.platform.warehousing.taskassignment.actions.AbstractTaskAssignmentActions
assignNewPrincipalToAction, getAttachedAsn, getAttachedConsignment, getConsignmentBusinessProcessService, getModelService, getWarehousingConsignmentWorkflowService, getWorkflowActionAndAssignPrincipal, setConsignmentBusinessProcessService, setModelService, setWarehousingConsignmentWorkflowService
-
-
-
-
Field Detail
-
CONSIGNMENT_ACTION_EVENT_NAME
protected static final java.lang.String CONSIGNMENT_ACTION_EVENT_NAME
- See Also:
- Constant Field Values
-
CONFIRM_SHIP_CONSIGNMENT_CHOICE
protected static final java.lang.String CONFIRM_SHIP_CONSIGNMENT_CHOICE
- See Also:
- Constant Field Values
-
SHIPPING_TEMPLATE_CODE
protected static final java.lang.String SHIPPING_TEMPLATE_CODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
perform
public WorkflowDecisionModel perform(WorkflowActionModel workflowAction)
Description copied from interface:AutomatedWorkflowTemplateJobexecution method for the automated workflow job- Parameters:
workflowAction- the workflow action that activated this method- Returns:
- the decision that should be activated after this action finishes
-
-