Class WorkOrderLoadEvent


public class WorkOrderLoadEvent extends LoadEvent<WorkOrder>
Event to load a WorkOrder. The launcher must provide a valid work order id in order to successfully call this event. The listener loads all the WorkOrder components starting from the event input, i.e. the given work order id.
Since:
9.2
GCApi:
event
Reactors:
BTWorkOrderLoad(0)
No Spouts
  • Constructor Details

    • WorkOrderLoadEvent

      public WorkOrderLoadEvent(Long workOrderId)
      Instantiates a new work order load event.
      Parameters:
      workOrderId - the work order id