Class WorkloadMovementEvent
java.lang.Object
overit.geocall.bl.GenericEvent<overit.geocall.wfm.planning.bl.valuemovement.solution.ValueMovementSolution>
overit.geocall.bl.BusinessEvent<overit.geocall.wfm.planning.bl.valuemovement.solution.ValueMovementSolution>
overit.geocall.bl.SimpleBusinessEvent<WorkloadMovementInput,overit.geocall.wfm.planning.bl.valuemovement.solution.ValueMovementSolution>
overit.geocallapp.wfm.roughplanning.bl.workloadmovement.event.WorkloadMovementEvent
public class WorkloadMovementEvent
extends SimpleBusinessEvent<WorkloadMovementInput,overit.geocall.wfm.planning.bl.valuemovement.solution.ValueMovementSolution>
Event for triggering a workload movement operation.
This event carries the input parameters for the operation and
returns the solution in the journal.
- Since:
- 20.0
- GCApi:
- event
- Reactors:
- No Spouts
BTWorkloadMovement(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
ConstructorsConstructorDescriptionCreates a new workload movement event with the given input. -
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
-
WorkloadMovementEvent
Creates a new workload movement event with the given input.- Parameters:
input- the input parameters for the operation
-