Class InterventionsLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<List<Intervention>>
overit.geocall.bl.BusinessEvent<List<Intervention>>
overit.geocall.bl.SimpleBusinessEvent<InterventionsLoadEventInput,List<Intervention>>
overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.event.InterventionsLoadEvent
public class InterventionsLoadEvent
extends SimpleBusinessEvent<InterventionsLoadEventInput,List<Intervention>>
Event to load a List of 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
- Reactors:
- No Spouts
BTInterventionsLoad(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 the 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
-
InterventionsLoadEvent
Instantiates the event.- Parameters:
input- the event input
-