Class BundleSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<Bundle>>
overit.geocall.bl.BusinessEvent<PageResponse<Bundle>>
overit.geocall.bl.SearchEvent<BundleSearchFilter,Bundle>
overit.geocallapp.wfm.core.bl.bundler.event.BundleSearchEvent
Event to search a list of
The launcher must provide a valid
The listener searches the corresponding
Bundles. The launcher must provide a valid
BundleSearchFilter in order to successfully call this event. The listener searches the corresponding
Bundle and loads them with all their components, i.e. the
BOBundleHeader and the lists of related BOBundleOperation and BOWorkOrderOperation. - Since:
- 10.1
- GCApi:
- event
- Reactors:
- No Spouts
BTBundleSearch(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
ConstructorsConstructorDescriptionBundleSearchEvent(Page page, BundleSearchFilter filter) Instantiates a new bundle search event.BundleSearchEvent(BundleSearchFilter filter) Instantiates a new bundle 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
-
BundleSearchEvent
Instantiates a new bundle search event.- Parameters:
page- thePagethat will contain the paginated resultfilter-BundleSearchFilterthat contains all the needed parameters to perform a search
-
BundleSearchEvent
Instantiates a new bundle search event.- Parameters:
filter-BundleSearchFilterthat contains all the needed parameters to perform a search
-