Class CensusRuleSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BOCensusRule>>
overit.geocall.bl.BusinessEvent<PageResponse<BOCensusRule>>
overit.geocall.bl.SearchEvent<CensusRuleSearchFilter,BOCensusRule>
overit.geocallapp.wfm.execution.bl.census.rule.event.CensusRuleSearchEvent
Event to search for
The launcher must provide a valid
The listener searches all the
BOCensusRule. The launcher must provide a valid
CensusRuleSearchFilter in order to successfully call this event. The listener searches all the
BOCensusRule components starting from the event input, i.e. the given
CensusRuleSearchFilter. - Since:
- 20.0
- GCApi:
- event
- Reactors:
- No Spouts
BTCensusRuleSearch(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
ConstructorsConstructorDescriptionCensusRuleSearchEvent(Page page, CensusRuleSearchFilter filter) Instantiates a new technical object census rule search event.Instantiates a new technical object 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
-
CensusRuleSearchEvent
Instantiates a new technical object 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
-
CensusRuleSearchEvent
Instantiates a new technical object census rule search event.- Parameters:
filter- the set of filters that will be applied to the search
-