Class TechnicalObjectFeatureValueLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<BOTechnicalObjectFeatureValue>
overit.geocall.bl.BusinessEvent<BOTechnicalObjectFeatureValue>
overit.geocall.bl.SimpleBusinessEvent<Long,BOTechnicalObjectFeatureValue>
overit.geocall.bl.GenericLoadEvent<Long,BOTechnicalObjectFeatureValue>
overit.geocall.bl.LoadEvent<BOTechnicalObjectFeatureValue>
overit.geocallapp.wfm.core.bl.technicalobject.feature.event.TechnicalObjectFeatureValueLoadEvent
Event to load a
The launcher must provide a valid feature value id in order to successfully call this event.
The listener loads all the
BOTechnicalObjectFeatureValue. The launcher must provide a valid feature value id in order to successfully call this event.
The listener loads all the
BOTechnicalObjectFeatureValue starting from the event input,- Since:
- 9.2
- GCApi:
- event
- Reactors:
- No Spouts
BTTechnicalObjectFeatureValueLoad(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 feature value 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
-
TechnicalObjectFeatureValueLoadEvent
Instantiates a new feature value load event.- Parameters:
id- the feature value id
-