Class OperationCenterFreezingDateCalculationEvent
java.lang.Object
overit.geocall.bl.GenericEvent<OperationCenterFreezingDateCalculationOutput>
overit.geocall.bl.BusinessEvent<OperationCenterFreezingDateCalculationOutput>
overit.geocall.bl.SimpleBusinessEvent<OperationCenterFreezingDateCalculationInput,OperationCenterFreezingDateCalculationOutput>
overit.geocallapp.wfm.orchestrator.scheduling.bl.freezingday.event.OperationCenterFreezingDateCalculationEvent
public class OperationCenterFreezingDateCalculationEvent
extends SimpleBusinessEvent<OperationCenterFreezingDateCalculationInput,OperationCenterFreezingDateCalculationOutput>
Event to calculate the freezing date for an operation center.
More specifically, the event calculates the date before/after which is not possible to perform a scheduling action (paste/cut/etc.).
The launcher must provide a valid
More specifically, the event calculates the date before/after which is not possible to perform a scheduling action (paste/cut/etc.).
The launcher must provide a valid
OperationCenterFreezingDateCalculationInput in order to successfully call this event. - Since:
- 17.0
- GCApi:
- event
- Reactors:
- No Spouts
BTOperationCenterFreezingDateCalculation(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 operation center freezing date calculation 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
-
OperationCenterFreezingDateCalculationEvent
public OperationCenterFreezingDateCalculationEvent(OperationCenterFreezingDateCalculationInput input) Instantiates a new operation center freezing date calculation event.- Parameters:
input- theOperationCenterFreezingDateCalculationInput
-