protected static class ProcessConsignmentPreFulfillmentActionTest.SecondConsignmentPreFulfillmentStrategy extends java.lang.Object implements ConsignmentPreFulfillmentStrategy
| Modifier | Constructor and Description |
|---|---|
protected |
SecondConsignmentPreFulfillmentStrategy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canProceedAfterPerform(ConsignmentModel consignment)
Decides if it execution goes to the next strategy in the list or if it goes to wait step
|
void |
perform(ConsignmentModel consignment)
Executes before the fulfillment process of the external system begins
|
protected SecondConsignmentPreFulfillmentStrategy()
public void perform(ConsignmentModel consignment)
ConsignmentPreFulfillmentStrategyperform in interface ConsignmentPreFulfillmentStrategyconsignment - the ConsignmentModelpublic boolean canProceedAfterPerform(ConsignmentModel consignment)
ConsignmentPreFulfillmentStrategycanProceedAfterPerform in interface ConsignmentPreFulfillmentStrategyconsignment - the ConsignmentModelCopyright © 2018 SAP SE. All Rights Reserved.