Class ActivityLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<BOActivity>
overit.geocall.bl.BusinessEvent<BOActivity>
overit.geocall.bl.SimpleBusinessEvent<Long,BOActivity>
overit.geocall.bl.GenericLoadEvent<Long,BOActivity>
overit.geocall.bl.LoadEvent<BOActivity>
overit.geocallapp.wfm.workorders.bl.activity.event.ActivityLoadEvent
Event to load a scheduling
BOActivity.
The launcher must provide a valid activity id in order to successfully call this event.
The listener loads the required scheduling BOActivity.
- Since:
- 16.0
- GCApi:
- event
- Reactors:
- No Spouts
BTActivityLoad(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
ConstructorsConstructorDescriptionActivityLoadEvent(Long activityId) Instantiates a new scheduling activity load event -
Method Summary
Methods inherited from class overit.geocall.bl.GenericLoadEvent
getEventOptionsMethods 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
-
ActivityLoadEvent
Instantiates a new scheduling activity load event- Parameters:
activityId- the id of the scheduling activity to load
-