Class DataCollectionSheetConversionLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<DataCollectionSheetConversionLoadOutput>
overit.geocall.bl.BusinessEvent<DataCollectionSheetConversionLoadOutput>
overit.geocall.bl.SimpleBusinessEvent<DataCollectionSheetConversionLoadInput,DataCollectionSheetConversionLoadOutput>
overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.event.load.DataCollectionSheetConversionLoadEvent
public class DataCollectionSheetConversionLoadEvent
extends SimpleBusinessEvent<DataCollectionSheetConversionLoadInput,DataCollectionSheetConversionLoadOutput>
Event to load necessary data to start the sheet conversion.
The launcher must provide a valid
The listener loads all the data related to the
The launcher must provide a valid
DataCollectionSheetConversionLoadInput in order to successfully call this event. The listener loads all the data related to the
DataCollectionSheetConversionLoadInput components starting from the event input.- Since:
- 13.0
- GCApi:
- event
- Reactors:
- No Spouts
BTDataCollectionSheetConversionLoad(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.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
-
DataCollectionSheetConversionLoadEvent
Instantiates a newDataCollectionSheetConversionLoadEvent.- Parameters:
input- theDataCollectionSheetConversionLoadInput
-