Class DefaultDeleteNotificationDelegate

java.lang.Object
com.skava.oms.flow.AbstractOrderNotification
com.skava.oms.flow.adapter.DefaultDeleteNotificationDelegate
All Implemented Interfaces:
org.camunda.bpm.engine.delegate.JavaDelegate

@Component public class DefaultDeleteNotificationDelegate extends AbstractOrderNotification
This class defines the default notification properties for deletion of order This class will add the default properties to the order.
Since:
06-Nov-2018
Author:
Infosys Equinox
  • Constructor Details

    • DefaultDeleteNotificationDelegate

      public DefaultDeleteNotificationDelegate()
  • Method Details

    • process

      public Map<String,Object> process(org.camunda.bpm.engine.delegate.DelegateExecution execution, OrderProcessData orderProcessData, Order order)
      This method contains the default process for the delete notification
      Specified by:
      process in class AbstractOrderNotification
      Parameters:
      execution - -Execution used in current delegate
      orderProcessData - - contains the data related to the process
      order - - contains the order to be processed
      Returns:
      notify object