Class WorkOrderOperationCenterCalculateEvent


public class WorkOrderOperationCenterCalculateEvent extends SimpleBusinessEvent<WorkOrderOperationCenterCalculateInput,Long>
Event to calculate the operation center of a WorkOrder. The launcher must provide a valid WorkOrderOperationCenterCalculateInput in order to successfully call this event. The listener could use this event to calculate the operation center associated to a specific work order.
Since:
9.2
GCApi:
event
Reactors:
BTWorkOrderOperationCenterCalculate(0)
No Spouts
  • Constructor Details

    • WorkOrderOperationCenterCalculateEvent

      public WorkOrderOperationCenterCalculateEvent(WorkOrderOperationCenterCalculateInput input)
      Instantiates a new work order operation center calculate event.
      Parameters:
      input - the parameters used for work order operation center calculation