Class DataCollectionTemplateConversionLoadOldTemplateEvent
java.lang.Object
overit.geocall.bl.GenericEvent<overit.geocallapp.wfm.survey.template.TemplateTree>
overit.geocall.bl.BusinessEvent<overit.geocallapp.wfm.survey.template.TemplateTree>
overit.geocall.bl.SimpleBusinessEvent<Long,overit.geocallapp.wfm.survey.template.TemplateTree>
overit.geocallapp.wfm.core.bl.datacollection.converter.template.event.DataCollectionTemplateConversionLoadOldTemplateEvent
public class DataCollectionTemplateConversionLoadOldTemplateEvent
extends SimpleBusinessEvent<Long,overit.geocallapp.wfm.survey.template.TemplateTree>
Event to load the
The launcher must provide a valid old template id in order to successfully call this event.
The listener loads the
TemplateTree. The launcher must provide a valid old template id in order to successfully call this event.
The listener loads the
TemplateTree component starting from the event input. - Since:
- 13.0
- GCApi:
- event
- Reactors:
- No Spouts
BTDataCollectionTemplateConversionLoadOldTemplate(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 data collection template insert sheet event. -
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
-
DataCollectionTemplateConversionLoadOldTemplateEvent
Instantiates a new data collection template insert sheet event.- Parameters:
input- the old template id
-