Class WorkOrderOperationInterventionGroupLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<WorkOrderOperationInterventionGroupLoadOutput>
overit.geocall.bl.BusinessEvent<WorkOrderOperationInterventionGroupLoadOutput>
overit.geocall.bl.SimpleBusinessEvent<WorkOrderOperationInterventionGroupLoadInput,WorkOrderOperationInterventionGroupLoadOutput>
overit.geocallapp.wfm.workorders.bl.operation.event.WorkOrderOperationInterventionGroupLoadEvent
public class WorkOrderOperationInterventionGroupLoadEvent
extends SimpleBusinessEvent<WorkOrderOperationInterventionGroupLoadInput,WorkOrderOperationInterventionGroupLoadOutput>
Event to load the intervention group starting from a
The launcher must provide a valid
BOWorkOrderOperation and the BOWorkOrderType. The launcher must provide a valid
WorkOrderOperationInterventionGroupLoadInput in order to successfully call this event. - Since:
- 17.0
- GCApi:
- event
- Reactors:
- No Spouts
BTWorkOrderOperationInterventionGroupLoad(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
ConstructorsConstructorDescriptionInstantiates a new work order operation intervention group load event. -
Method Summary
Methods 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
-
WorkOrderOperationInterventionGroupLoadEvent
public WorkOrderOperationInterventionGroupLoadEvent(WorkOrderOperationInterventionGroupLoadInput input) Instantiates a new work order operation intervention group load event.- Parameters:
input- theWorkOrderOperationInterventionGroupLoadInput
-