Class BundleStatusSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BOBundleStatus>>
overit.geocall.bl.BusinessEvent<PageResponse<BOBundleStatus>>
overit.geocall.bl.SearchEvent<BundleStatusSearchFilter,BOBundleStatus>
overit.geocallapp.wfm.bundler.bl.header.status.event.BundleStatusSearchEvent
Event to search a
The launcher must provide a valid
The listener searches all the
BOBundleStatus. The launcher must provide a valid
BundleStatusSearchFilter in order to successfully call this event. The listener searches all the
BOBundleStatus components starting from the event input,
i.e. the given BundleStatusSearchFilter. - Since:
- 10.1
- GCApi:
- event
- Reactors:
- No Spouts
BTBundleStatusSearch(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
ConstructorsConstructorDescriptionBundleStatusSearchEvent(Page page, BundleStatusSearchFilter filter) Instantiates a new bundle header search event.Instantiates a new bundle header 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
-
BundleStatusSearchEvent
Instantiates a new bundle header search event.- Parameters:
page- thePagethat will contain the paginated resultfilter- theBundleStatusSearchFilterthat contains the set of filters that will be applied to the search
-
BundleStatusSearchEvent
Instantiates a new bundle header search event.- Parameters:
filter- theBundleStatusSearchFilterthat contains the set of filters that will be applied to the search
-