Class WorkloadTimeShiftEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Long>
overit.geocall.bl.BusinessEvent<Long>
overit.geocall.bl.SimpleBusinessEvent<WorkloadTimeShiftInput,Long>
overit.geocallapp.wfm.roughplanning.bl.demand.event.WorkloadTimeShiftEvent
Event to perform shift of demand summary hours.
The launcher must provide a valid
The launcher must provide a valid
WorkloadTimeShiftInput in order to successfully call this event. - Since:
- 19.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 rough planning capacity summary search 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
-
WorkloadTimeShiftEvent
Instantiates a new rough planning capacity summary search event.- Parameters:
input-WorkloadTimeShiftInputthe set of filters that will be applied to the search
-