public class SendConsignmentToExternalFulfillmentSystemAction extends AbstractAction<ConsignmentProcessModel>
SendConsignmentToExternalFulfillmentSystemStrategy, based on ConsignmentModel.FULFILLMENTSYSTEMCONFIG.
And uses this strategy to send the ConsignmentModel to external fulfillment system.| Modifier and Type | Class and Description |
|---|---|
protected static class |
SendConsignmentToExternalFulfillmentSystemAction.Transition |
modelService, processParameterHelperERROR_RETURN_CODE, RETRY_RETURN_CODE| Constructor and Description |
|---|
SendConsignmentToExternalFulfillmentSystemAction() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
execute(ConsignmentProcessModel consignmentProcess)
Executes this
Action's business logic working on the given BusinessProcessModel. |
protected java.util.Map<java.lang.String,SendConsignmentToExternalFulfillmentSystemStrategy> |
getSendConsignmentToExternalFulfillmentSystemStrategyMap() |
java.util.Set<java.lang.String> |
getTransitions()
Accesses all possible return codes of this
Action. |
void |
setSendConsignmentToExternalFulfillmentSystemStrategyMap(java.util.Map<java.lang.String,SendConsignmentToExternalFulfillmentSystemStrategy> sendConsignmentToExternalFulfillmentSystemStrategyMap) |
createTransitions, getModelService, getProcessParameterHelper, getProcessParameterValue, refresh, save, setModelService, setOrderStatus, setProcessParameterHelperclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCurrentActionDefinitionContextpublic SendConsignmentToExternalFulfillmentSystemAction()
public java.lang.String execute(ConsignmentProcessModel consignmentProcess)
ActionAction's business logic working on the given BusinessProcessModel.consignmentProcess - The process context to work on.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.Actionprotected java.util.Map<java.lang.String,SendConsignmentToExternalFulfillmentSystemStrategy> getSendConsignmentToExternalFulfillmentSystemStrategyMap()
public void setSendConsignmentToExternalFulfillmentSystemStrategyMap(java.util.Map<java.lang.String,SendConsignmentToExternalFulfillmentSystemStrategy> sendConsignmentToExternalFulfillmentSystemStrategyMap)
Copyright © 2018 SAP SE. All Rights Reserved.