Class InterventionCensusRuleSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BOCensusRule>>
overit.geocall.bl.BusinessEvent<PageResponse<BOCensusRule>>
overit.geocall.bl.SearchEvent<InterventionCensusRuleSearchFilter,BOCensusRule>
overit.geocallapp.wfm.execution.bl.intervention.censusrule.event.InterventionCensusRuleSearchEvent
public class InterventionCensusRuleSearchEvent
extends SearchEvent<InterventionCensusRuleSearchFilter,BOCensusRule>
Event to search
The launcher must provide a valid
The listener searches all the
BOCensusRule for the given InterventionCensusRuleSearchFilter. The launcher must provide a valid
InterventionCensusRuleSearchFilter in order to successfully call this event. The listener searches all the
BOCensusRule linked to the given BOIntervention. - Since:
- 20.0
- GCApi:
- event
- Reactors:
- No Spouts
BTInterventionCensusRuleSearch(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.SearchEvent
filter, order, pageFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new intervention census rule search event.Instantiates a new intervention census rule search event. -
Method Summary
Methods inherited from class overit.geocall.bl.SearchEvent
getEventOptions, getFilter, getOrder, getPage, setOrderMethods 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
-
InterventionCensusRuleSearchEvent
Instantiates a new intervention census rule search event.- Parameters:
filter- the set of filters that will be applied to the search
-
InterventionCensusRuleSearchEvent
Instantiates a new intervention census rule search event.- Parameters:
page- the page that will contain the paginated resultfilter- the set of filters that will be applied to the search
-