public class AllowShipmentAction extends AbstractAction<ConsignmentProcessModel>
| Modifier and Type | Class and Description |
|---|---|
static class |
AllowShipmentAction.Transition |
modelService, processParameterHelperERROR_RETURN_CODE, RETRY_RETURN_CODE| Constructor and Description |
|---|
AllowShipmentAction() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
execute(ConsignmentProcessModel process)
Executes this
Action's business logic working on the given BusinessProcessModel. |
protected Process2WarehouseAdapter |
getProcess2WarehouseAdapter() |
protected java.lang.String |
getTransitionForConsignment(ConsignmentModel consignment) |
java.util.Set<java.lang.String> |
getTransitions()
Accesses all possible return codes of this
Action. |
void |
setProcess2WarehouseAdapter(Process2WarehouseAdapter process2WarehouseAdapter) |
createTransitions, getModelService, getProcessParameterHelper, getProcessParameterValue, refresh, save, setModelService, setOrderStatus, setProcessParameterHelperclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCurrentActionDefinitionContextpublic java.lang.String execute(ConsignmentProcessModel process)
ActionAction's business logic working on the given BusinessProcessModel.process - The process context to work on.protected java.lang.String getTransitionForConsignment(ConsignmentModel consignment)
protected Process2WarehouseAdapter getProcess2WarehouseAdapter()
public void setProcess2WarehouseAdapter(Process2WarehouseAdapter process2WarehouseAdapter)
public java.util.Set<java.lang.String> getTransitions()
ActionAction. This method is used by the process engine to validate a
process definition. Furthermore it can be used by (graphical) editors to access all return codes which have to mapped
in transitions.ActionCopyright © 2018 SAP SE. All Rights Reserved.