Class DataCollectionTemplateSearchMatchingWOCreationRulesEvent
java.lang.Object
overit.geocall.bl.GenericEvent<List<BODataCollectionTemplateWOCreationRule>>
overit.geocall.bl.BusinessEvent<List<BODataCollectionTemplateWOCreationRule>>
overit.geocall.bl.SimpleBusinessEvent<DataCollectionTemplateSearchMatchingWOCreationRulesInput,List<BODataCollectionTemplateWOCreationRule>>
overit.geocallapp.wfm.mobileforms.bl.template.event.DataCollectionTemplateSearchMatchingWOCreationRulesEvent
public class DataCollectionTemplateSearchMatchingWOCreationRulesEvent
extends SimpleBusinessEvent<DataCollectionTemplateSearchMatchingWOCreationRulesInput,List<BODataCollectionTemplateWOCreationRule>>
Event to search matching rules of the
The launcher must provide a valid
The listener searches all the matching rules of the
DataCollectionTemplate. The launcher must provide a valid
DataCollectionTemplateSearchMatchingWOCreationRulesInput in order to successfully call this event. The listener searches all the matching rules of the
DataCollectionTemplate components starting from the event input,
i.e. the given DataCollectionTemplateSearchMatchingWOCreationRulesInput. - Since:
- 12.0
- GCApi:
- event
- Reactors:
- No Spouts
BTDataCollectionTemplateSearchMatchingWOCreationRules(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
ConstructorsConstructorDescriptionDataCollectionTemplateSearchMatchingWOCreationRulesEvent(DataCollectionTemplateSearchMatchingWOCreationRulesInput input) Instantiates a new data collection template search matching WO creation rules 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
-
DataCollectionTemplateSearchMatchingWOCreationRulesEvent
public DataCollectionTemplateSearchMatchingWOCreationRulesEvent(DataCollectionTemplateSearchMatchingWOCreationRulesInput input) Instantiates a new data collection template search matching WO creation rules event.- Parameters:
input- theDataCollectionTemplateSearchMatchingWOCreationRulesInput
-