Class DaySchedulingValidationPreProcessEvent
java.lang.Object
overit.geocall.bl.GenericEvent<DaySchedulingValidationPreProcessOutput>
overit.geocall.bl.BusinessEvent<DaySchedulingValidationPreProcessOutput>
overit.geocall.bl.SimpleBusinessEvent<DaySchedulingValidationPreProcessInput,DaySchedulingValidationPreProcessOutput>
overit.geocallapp.wfm.scheduling.bl.crewshell.DaySchedulingValidationPreProcessEvent
public class DaySchedulingValidationPreProcessEvent
extends SimpleBusinessEvent<DaySchedulingValidationPreProcessInput,DaySchedulingValidationPreProcessOutput>
Event to pre process all the schedulings before the validation.
The launcher must provide a valid
The launcher must provide a valid
DaySchedulingValidationPreProcessInput object in order to successfully call this event. - Since:
- 16.0
- GCApi:
- event
- Reactors:
- No Spouts
BTCrewShellDaySchedulingValidationPreProcess(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
ConstructorsConstructorDescriptionPre process to be executed before day validation. -
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
-
DaySchedulingValidationPreProcessEvent
Pre process to be executed before day validation.- Parameters:
input- theDaySchedulingValidationPreProcessInput
-