Package overit.geocall.bl
Class GenericLoadEvent<I,O>
java.lang.Object
overit.geocall.bl.GenericEvent<O>
overit.geocall.bl.BusinessEvent<O>
overit.geocall.bl.SimpleBusinessEvent<I,O>
overit.geocall.bl.GenericLoadEvent<I,O>
- Type Parameters:
I- the input parameterO- the loaded object class
- Direct Known Subclasses:
ActivityTooltipConfigurationLoadEvent,CountryLoadEvent,DailyPlanOrdersLoadEvent,DistrictLoadEvent,GisAuthConfigLoadEvent,GisAuthTokenLoadEvent,LinearAssetLocationLoadEvent,LoadEvent,NationLoadEvent,YearCalendarLoadEvent
General business event that allows to load an object of
The launcher must provide an input object of type
The loading result consists of the
<O> type. The launcher must provide an input object of type
<I> in order to successfully call this event. The loading result consists of the
<O> object. - Since:
- 1.0
- GCApi:
- event
- No Reactors
- No Spouts
-
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
ConstructorsModifierConstructorDescriptionprotectedGenericLoadEvent(I input) Instantiates a new insert event for<I>object. -
Method Summary
Modifier and TypeMethodDescriptionReturns the current event options.Methods 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
-
GenericLoadEvent
Instantiates a new insert event for<I>object.- Parameters:
input- the prepared object to insert
-
-
Method Details
-
getEventOptions
Returns the current event options.- Returns:
- the event options
-