public class OrderProcessExecutor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BusinessProcessService |
businessProcessService |
protected static String |
ORDER_ACTION_EVENT_NAME |
protected static String |
RE_SOURCE_CHOICE |
protected static String |
TRIGGER_SOURCING_IN_SOCKET |
protected static String |
TRIGGER_SOURCING_SUCCESS |
| Constructor and Description |
|---|
OrderProcessExecutor() |
| Modifier and Type | Method and Description |
|---|---|
BusinessProcessService |
getBusinessProcessService() |
void |
setBusinessProcessService(BusinessProcessService businessProcessService) |
void |
triggerSourcing(OrderModel order)
This event is triggered whenever there is a request to trigger again the sourcing for a specific order
|
protected static final String TRIGGER_SOURCING_IN_SOCKET
protected static final String ORDER_ACTION_EVENT_NAME
protected static final String RE_SOURCE_CHOICE
protected static final String TRIGGER_SOURCING_SUCCESS
protected BusinessProcessService businessProcessService
public void triggerSourcing(OrderModel order)
order - the order for which the sourcing is requestedpublic BusinessProcessService getBusinessProcessService()
public void setBusinessProcessService(BusinessProcessService businessProcessService)
Copyright © 2017 SAP SE. All Rights Reserved.