Class ImmediateSchedulingWorkOrderSelectEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Integer>
overit.geocall.bl.BusinessEvent<Integer>
overit.geocall.bl.SimpleBusinessEvent<ImmediateSchedulingWorkOrderSelectInput,Integer>
overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.workorder.event.ImmediateSchedulingWorkOrderSelectEvent
public class ImmediateSchedulingWorkOrderSelectEvent
extends SimpleBusinessEvent<ImmediateSchedulingWorkOrderSelectInput,Integer>
Event for selecting immediate scheduling work orders for processing.
This event is used to select and update work orders that need to be scheduled by setting their processing ID, scheduling model ID, and state to IN_PROGRESS.
Returns the number of work orders selected and updated.
- Since:
- 22.0
- GCApi:
- event
- Reactors:
- No Spouts
BTImmediateSchedulingWorkOrderSelect(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 immediate scheduling work order select 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
-
ImmediateSchedulingWorkOrderSelectEvent
Instantiates a new immediate scheduling work order select event.- Parameters:
input- the input containing processing ID, scheduling model ID, operation center ID, and max attempts
-