Class WorkOrderValidationEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocallapp.wfm.core.bl.workorder.event.WorkOrderValidationEvent
Event to validation a
WorkOrder.
The launcher must provide a valid WorkOrderValidationInput in order to successfully call this event.
The listener validations all the WorkOrder components starting from the event input,
i.e. the given WorkOrderValidationInput.- Since:
- 9.2
- GCApi:
- event
- Reactors:
- No Spouts
BTSaveAIProcess(0), BTPrepareWOForTimePrediction(0)-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
FieldsFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns theWorkOrderValidationInput.voidsetWorkOrderValidationInput(WorkOrderValidationInput woValidationInput) Sets theWorkOrderValidationInput.Methods 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
-
Field Details
-
woValidationInput
-
-
Constructor Details
-
WorkOrderValidationEvent
public WorkOrderValidationEvent()
-
-
Method Details
-
getWorkOrderValidationInput
Returns theWorkOrderValidationInput.- Returns:
- the work order validation input
-
setWorkOrderValidationInput
Sets theWorkOrderValidationInput.- Parameters:
woValidationInput- the work order validation input
-