Package com.skava.oms.flow.adapter
Class PostShipmentNotificationDelegate
java.lang.Object
com.skava.oms.flow.AbstractOrderNotification
com.skava.oms.flow.adapter.PostShipmentNotificationDelegate
- All Implemented Interfaces:
org.camunda.bpm.engine.delegate.JavaDelegate
This class DefaultNotificationDelegate defines the default notification properties.
This class will add the default properties to the order.
- Since:
- 26-Jul-2018
- Author:
- Parthiban.P
-
Field Summary
Fields inherited from class com.skava.oms.flow.AbstractOrderNotification
NOTIFICATION, orderServiceObj
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.skava.oms.flow.AbstractOrderNotification
execute, triggerEvent
-
Constructor Details
-
PostShipmentNotificationDelegate
public PostShipmentNotificationDelegate()
-
-
Method Details
-
process
public Map<String,Object> process(org.camunda.bpm.engine.delegate.DelegateExecution execution, OrderProcessData orderProcessData, Order order) Description copied from class:AbstractOrderNotification
Every adapter should override this method- Specified by:
process
in classAbstractOrderNotification
- Parameters:
execution
- - Execution of the BPMNorderProcessData
- - contains the order dataorder
- - order object in current process- Returns:
- notify object
-