Class GenericLoadEvent<I,O>

Type Parameters:
I - the input parameter
O - the loaded object class
Direct Known Subclasses:
ActivityTooltipConfigurationLoadEvent, CountryLoadEvent, DailyPlanOrdersLoadEvent, DistrictLoadEvent, GisAuthConfigLoadEvent, GisAuthTokenLoadEvent, LinearAssetLocationLoadEvent, LoadEvent, NationLoadEvent, YearCalendarLoadEvent

public abstract class GenericLoadEvent<I,O> extends SimpleBusinessEvent<I,O>
General business event that allows to load an object of <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
  • Constructor Details

    • GenericLoadEvent

      protected GenericLoadEvent(I input)
      Instantiates a new insert event for <I> object.
      Parameters:
      input - the prepared object to insert
  • Method Details

    • getEventOptions

      public EventOptions getEventOptions()
      Returns the current event options.
      Returns:
      the event options