Class CensusRuleLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<BOCensusRule>
overit.geocall.bl.BusinessEvent<BOCensusRule>
overit.geocall.bl.SimpleBusinessEvent<Long,BOCensusRule>
overit.geocall.bl.GenericLoadEvent<Long,BOCensusRule>
overit.geocall.bl.LoadEvent<BOCensusRule>
overit.geocallapp.wfm.execution.bl.census.rule.event.CensusRuleLoadEvent
Event to load a
The launcher must provide a valid technical object census rule id in order to successfully call this event.
The listener loads the
BOCensusRule. The launcher must provide a valid technical object census rule id in order to successfully call this event.
The listener loads the
BOCensusRule components starting from the event input,
i.e. technical object census rule id. - Since:
- 20.0
- GCApi:
- event
- Reactors:
- No Spouts
BTCensusRuleLoad(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
ConstructorsConstructorDescriptionCensusRuleLoadEvent(Long input) Instantiates a new technical object census rule 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
-
CensusRuleLoadEvent
Instantiates a new technical object census rule load event.- Parameters:
input- the technical object census rule id
-