Class TaskAssignmentPickupConsignmentAction
- java.lang.Object
-
- de.hybris.platform.warehousing.taskassignment.actions.AbstractTaskAssignmentActions
-
- de.hybris.platform.warehousing.taskassignment.actions.TaskAssignmentPickupConsignmentAction
-
- All Implemented Interfaces:
AutomatedWorkflowTemplateJob
public class TaskAssignmentPickupConsignmentAction extends AbstractTaskAssignmentActions
Synchronizes the pickup 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_PICKUP_CONSIGNMENT_CHOICEprotected static java.lang.StringCONSIGNMENT_ACTION_EVENT_NAMEprotected static java.lang.StringPICKUP_TEMPLATE_CODE
-
Constructor Summary
Constructors Constructor Description TaskAssignmentPickupConsignmentAction()
-
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_PICKUP_CONSIGNMENT_CHOICE
protected static final java.lang.String CONFIRM_PICKUP_CONSIGNMENT_CHOICE
- See Also:
- Constant Field Values
-
PICKUP_TEMPLATE_CODE
protected static final java.lang.String PICKUP_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
-
-