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