Class ValueDomainLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<BOValueDomain>
overit.geocall.bl.BusinessEvent<BOValueDomain>
overit.geocall.bl.SimpleBusinessEvent<Long,BOValueDomain>
overit.geocall.bl.GenericLoadEvent<Long,BOValueDomain>
overit.geocall.bl.LoadEvent<BOValueDomain>
overit.geocallapp.wfm.characteristics.bl.valuedomain.event.ValueDomainLoadEvent
Event to load a
The launcher must provide a valid values domain id in order to successfully call this event.
The listener loads all the
BOValueDomain. The launcher must provide a valid values domain id in order to successfully call this event.
The listener loads all the
BOValueDomain components starting from the event input,
i.e. the given values domain id. - Since:
- 17.0
- GCApi:
- event
- Reactors:
- No Spouts
BTValueDomainLoad(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
ConstructorsConstructorDescriptionValueDomainLoadEvent(Long valueDomainId) Instantiates a new value domain 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
-
ValueDomainLoadEvent
Instantiates a new value domain load event.- Parameters:
valueDomainId- the value domain id
-