Class DataCollectionSheetConversionCreateEvent
java.lang.Object
overit.geocall.bl.GenericEvent<DataCollectionSheetConversionCreateOutput>
overit.geocall.bl.BusinessEvent<DataCollectionSheetConversionCreateOutput>
overit.geocall.bl.SimpleBusinessEvent<DataCollectionSheetConversionCreateInput,DataCollectionSheetConversionCreateOutput>
overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.event.create.DataCollectionSheetConversionCreateEvent
public class DataCollectionSheetConversionCreateEvent
extends SimpleBusinessEvent<DataCollectionSheetConversionCreateInput,DataCollectionSheetConversionCreateOutput>
Event to convert a
The launcher must provide a valid
The listener convert the
SchedaTree into a DataCollectionSheetInstance.The launcher must provide a valid
DataCollectionSheetConversionCreateInput in order to successfully call this event. The listener convert the
DataCollectionSheetConversionCreateInput components starting from the event input.- Since:
- 13.0
- GCApi:
- event
- Reactors:
- No Spouts
BTDataCollectionSheetConversionCreate(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
ConstructorsConstructorDescriptionInstantiates a new DataCollectionSheetConversionCreateEvent. -
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
-
DataCollectionSheetConversionCreateEvent
Instantiates a new DataCollectionSheetConversionCreateEvent.- Parameters:
input- theDataCollectionSheetConversionCreateInput
-