Class ResourceGPSPositionLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<BOResourceGPSPosition>
overit.geocall.bl.BusinessEvent<BOResourceGPSPosition>
overit.geocall.bl.SimpleBusinessEvent<Long,BOResourceGPSPosition>
overit.geocall.bl.GenericLoadEvent<Long,BOResourceGPSPosition>
overit.geocall.bl.LoadEvent<BOResourceGPSPosition>
overit.geocallapp.wfm.gpstracking.bl.resource.position.event.ResourceGPSPositionLoadEvent
Event to load a
The launcher must provide a valid resource gps position id in order to successfully call this event.
The listener loads the
BOResourceGPSPosition. The launcher must provide a valid resource gps position id in order to successfully call this event.
The listener loads the
BOResourceGPSPosition starting from the event input,
i.e. the given resource gps position id. - Since:
- 13.0
- GCApi:
- event
- Reactors:
- No Spouts
BTResourceGPSPositionLoad(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 resource gps position 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
-
ResourceGPSPositionLoadEvent
Instantiates a new resource gps position load event.- Parameters:
id- the resource gps position id
-