Class SchedulingCopyEvent
java.lang.Object
overit.geocall.bl.GenericEvent<SchedulingCopyOutput>
overit.geocall.bl.BusinessEvent<SchedulingCopyOutput>
overit.geocall.bl.SimpleBusinessEvent<SchedulingCopyInput,SchedulingCopyOutput>
overit.geocallapp.wfm.core.bl.schedule.intervention.scheduling.event.SchedulingCopyEvent
public class SchedulingCopyEvent
extends SimpleBusinessEvent<SchedulingCopyInput,SchedulingCopyOutput>
Event to copy a
The launcher must provide a valid list of
The listener inserts all the
BOScheduling from a resource shift to a list of resource shifts. The launcher must provide a valid list of
BOScheduling and a list of destination resource shifts in order to successfully call this event. The listener inserts all the
BOScheduling components starting from the event input,- Since:
- 16.0
- GCApi:
- event
- Reactors:
- No Spouts
BTSchedulingCopy(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 scheduling copy 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
-
SchedulingCopyEvent
Instantiates a new scheduling copy event.- Parameters:
input- theBOSchedulingto insert
-