Class WorkOrderOperationLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<BOWorkOrderOperation>
overit.geocall.bl.BusinessEvent<BOWorkOrderOperation>
overit.geocall.bl.SimpleBusinessEvent<Long,BOWorkOrderOperation>
overit.geocall.bl.GenericLoadEvent<Long,BOWorkOrderOperation>
overit.geocall.bl.LoadEvent<BOWorkOrderOperation>
overit.geocallapp.wfm.workorders.bl.operation.event.WorkOrderOperationLoadEvent
Event to load a
BOWorkOrderOperation.
The launcher must provide a valid work order operation id in order to successfully call this event.
The listener loads the BOWorkOrderOperation starting from the event input.- Since:
- 17.0
- GCApi:
- event
- Reactors:
- No Spouts
BTWorkOrderOperationLoad(0)-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
Fields inherited from class overit.geocall.bl.SimpleBusinessEvent
inputFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionWorkOrderOperationLoadEvent(Long operation) Instantiates a new work order operation load event. -
Method Summary
Methods inherited from class overit.geocall.bl.GenericLoadEvent
getEventOptionsMethods inherited from class overit.geocall.bl.SimpleBusinessEvent
getInputMethods inherited from class overit.geocall.bl.BusinessEvent
doLaunchMethods inherited from class overit.geocall.bl.GenericEvent
clearEvents, defineInterruptor, defineResult, getJournal, getResult, getSpouts, getStreamJournal, isInternal, launch, launch, launchAsync, launchAsync, register, registerSpouts
-
Constructor Details
-
WorkOrderOperationLoadEvent
Instantiates a new work order operation load event.- Parameters:
operation- the work order operation id
-