Class OutcomeClassLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<BOOutcomeClass>
overit.geocall.bl.BusinessEvent<BOOutcomeClass>
overit.geocall.bl.SimpleBusinessEvent<Long,BOOutcomeClass>
overit.geocall.bl.GenericLoadEvent<Long,BOOutcomeClass>
overit.geocall.bl.LoadEvent<BOOutcomeClass>
overit.geocallapp.wfm.execution.bl.outcomeclass.event.OutcomeClassLoadEvent
Event to load a
The launcher must provide a valid
The listener loads all the
BOOutcomeClass. The launcher must provide a valid
BOOutcomeClass id in order to successfully call this event. The listener loads all the
BOOutcomeClass components starting from the event input,
i.e. the given BOOutcomeClass id. - Since:
- 18.0
- GCApi:
- event
- Reactors:
- No Spouts
BTOutcomeClassLoad(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
Constructors -
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
-
OutcomeClassLoadEvent
Instantiates a new outcome class load event.- Parameters:
id- theBOOutcomeClassid
-