Class InterventionLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Intervention>
overit.geocall.bl.BusinessEvent<Intervention>
overit.geocall.bl.SimpleBusinessEvent<InterventionLoadEventInput,Intervention>
overit.geocallapp.wfm.core.bl.schedule.intervention.event.InterventionLoadEvent
public class InterventionLoadEvent
extends SimpleBusinessEvent<InterventionLoadEventInput,Intervention>
Event to load a Intervention
The launcher must provide the id of an Agenda, or the id of a Scheduling.
If the Agenda is not specified, will be derived from the Scheduling
The listener loads the intervention of the Agenda, and all the Interventions linked to Agenda.
- Since:
- 9.2
- 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
Constructors -
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
-
InterventionLoadEvent
-