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