Class DataCollectionTemplateStructureReleaseLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<BODataCollectionTemplateStructureRelease>
overit.geocall.bl.BusinessEvent<BODataCollectionTemplateStructureRelease>
overit.geocall.bl.SimpleBusinessEvent<Long,BODataCollectionTemplateStructureRelease>
overit.geocall.bl.GenericLoadEvent<Long,BODataCollectionTemplateStructureRelease>
overit.geocall.bl.LoadEvent<BODataCollectionTemplateStructureRelease>
overit.geocallapp.wfm.mobileforms.bl.template.structure.release.event.DataCollectionTemplateStructureReleaseLoadEvent
public class DataCollectionTemplateStructureReleaseLoadEvent
extends LoadEvent<BODataCollectionTemplateStructureRelease>
Event to load a
The launcher must provide a valid
The listener loads all the
BODataCollectionTemplateStructureRelease. The launcher must provide a valid
BODataCollectionTemplateStructureRelease id in order to successfully call this event. The listener loads all the
BODataCollectionTemplateStructureRelease components starting from the event input,
i.e. the given BODataCollectionTemplateStructureRelease id. - Since:
- 12.0
- GCApi:
- event
- Reactors:
- No Spouts
BTDataCollectionTemplateStructureReleaseLoad(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
ConstructorsConstructorDescriptionDataCollectionTemplateStructureReleaseLoadEvent(Long structureRelease) Instantiates a new data collection template structure release 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
-
DataCollectionTemplateStructureReleaseLoadEvent
Instantiates a new data collection template structure release load event.- Parameters:
structureRelease- theBODataCollectionTemplateStructureRelease
-