Class GetShippingLabelAdaptor

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

@Component public class GetShippingLabelAdaptor extends AbstractOrderSynchronousProcessFlowAdapter

This class is the GetShippingLabelAdaptor, label retrival for given parameters are implemented here

  • Field Details

    • shippingLabelProcess

      @Autowired protected ShippingLabelProcess shippingLabelProcess
      Process used for processing shipping label generation.
  • Constructor Details

    • GetShippingLabelAdaptor

      public GetShippingLabelAdaptor()
  • Method Details

    • process

      public void process(org.camunda.bpm.engine.delegate.DelegateExecution execution, OrderProcessData orderProcessData, Order order)
      This method is used to process all the return order shipping label creation process.
      Specified by:
      process in class AbstractOrderSynchronousProcessFlowAdapter
      Parameters:
      execution - - Execution of the BPMN
      orderProcessData - - contains the order data
      order - - order object in current process