Class ImmediateSchedulingWorkOrderExclusionEvent
java.lang.Object
overit.geocall.bl.GenericEvent<ImmediateSchedulingWorkOrderExclusionOutput>
overit.geocall.bl.BusinessEvent<ImmediateSchedulingWorkOrderExclusionOutput>
overit.geocall.bl.SimpleBusinessEvent<ImmediateSchedulingWorkOrderExclusionInput,ImmediateSchedulingWorkOrderExclusionOutput>
overit.geocallapp.wfm.scheduling.bl.immediatescheduling.woexclusion.event.ImmediateSchedulingWorkOrderExclusionEvent
public class ImmediateSchedulingWorkOrderExclusionEvent
extends SimpleBusinessEvent<ImmediateSchedulingWorkOrderExclusionInput,ImmediateSchedulingWorkOrderExclusionOutput>
Event for immediate scheduling work order exclusion.
This event is launched to validate work order operation states and exclude
work orders that have non-schedulable states.
Only work orders with the following operation states are considered schedulable:
- SCHEDULABLE
- TO_RESCHEDULE
- LOCKED
- Since:
- 22.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
ConstructorsConstructorDescriptionCreates a new immediate scheduling work order exclusion 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
-
ImmediateSchedulingWorkOrderExclusionEvent
Creates a new immediate scheduling work order exclusion event.- Parameters:
input- the input containing processing ID and work order operation IDs
-