Class CapacityPlanningSaturationCalculateEvent
java.lang.Object
overit.geocall.bl.GenericEvent<BOCapacityPlanningResult>
overit.geocall.bl.BusinessEvent<BOCapacityPlanningResult>
overit.geocall.bl.SimpleBusinessEvent<CapacityPlanningSaturationCalculateInput,BOCapacityPlanningResult>
overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.coveragealgorithm.output.event.CapacityPlanningSaturationCalculateEvent
public class CapacityPlanningSaturationCalculateEvent
extends SimpleBusinessEvent<CapacityPlanningSaturationCalculateInput,BOCapacityPlanningResult>
Event to launch the calculation of resource saturation and activity assignment.
- Since:
- 20.0
- GCApi:
- event
- No Reactors
- No Spouts
-
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 capacity planning saturation calculate 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
-
CapacityPlanningSaturationCalculateEvent
Instantiates a new capacity planning saturation calculate event.- Parameters:
input- the input containing assignments and details
-