Class DataCollectionTemplateStructureOutcomeRuleDeleteEvent
java.lang.Object
overit.geocall.bl.GenericEvent<BODataCollectionTemplateStructureOutcomeRule>
overit.geocall.bl.BusinessEvent<BODataCollectionTemplateStructureOutcomeRule>
overit.geocall.bl.SimpleBusinessEvent<Long,BODataCollectionTemplateStructureOutcomeRule>
overit.geocall.bl.DeleteEvent<BODataCollectionTemplateStructureOutcomeRule>
overit.geocallapp.wfm.mobileforms.bl.outcomerule.event.DataCollectionTemplateStructureOutcomeRuleDeleteEvent
public class DataCollectionTemplateStructureOutcomeRuleDeleteEvent
extends DeleteEvent<BODataCollectionTemplateStructureOutcomeRule>
Event to delete a
The launcher must provide a valid
The listener deletes the
BODataCollectionTemplateStructureOutcomeRule. The launcher must provide a valid
BODataCollectionTemplateStructureOutcomeRule's id in order to successfully call this event. The listener deletes the
BODataCollectionTemplateStructureOutcomeRule starting from the event input,
i.e. the given BODataCollectionTemplateStructureOutcomeRule's id. - Since:
- 22.0
- GCApi:
- event
- Reactors:
- No Spouts
BTDataCollectionTemplateStructureOutcomeRuleDelete(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 structure outcome rule delete event. -
Method Summary
Methods inherited from class overit.geocall.bl.DeleteEvent
getEventOptionsMethods 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
-
DataCollectionTemplateStructureOutcomeRuleDeleteEvent
Instantiates a new data collection template structure outcome rule delete event.- Parameters:
input- theBODataCollectionTemplateStructureOutcomeRule's id
-