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