Class UpdateShipmentInventoryDelegate

java.lang.Object
org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
com.skava.oms.flow.AbstractOrderAsynchronousProcessFlowAdapter
com.skava.oms.flow.adapter.UpdateShipmentInventoryDelegate
All Implemented Interfaces:
org.camunda.bpm.engine.impl.core.delegate.CoreActivityBehavior<org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution>, org.camunda.bpm.engine.impl.pvm.delegate.ActivityBehavior, org.camunda.bpm.engine.impl.pvm.delegate.SignallableActivityBehavior

@Component public class UpdateShipmentInventoryDelegate extends AbstractOrderAsynchronousProcessFlowAdapter
This delegate handle all shipping process for order items in order like shipping, unable to ship, delivered, unable to deliver and refund or charge payments. Also release sku's if items are not eligible for ship or deliver
Since:
01-Aug-2018
Author:
Infosys Equinox
  • Constructor Details

    • UpdateShipmentInventoryDelegate

      public UpdateShipmentInventoryDelegate()
  • Method Details