Class UserSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BOUser>>
overit.geocall.bl.BusinessEvent<PageResponse<BOUser>>
overit.geocall.bl.SearchEvent<UserSearchFilter,BOUser>
overit.geocallapp.wfm.core.bl.user.event.UserSearchEvent
Event to search a
The launcher must provide a valid
The listener searches all the
BOUser. The launcher must provide a valid
UserSearchFilter in order to successfully call this event. The listener searches all the
BOUser components starting from the event input,
i.e. the given UserSearchFilter. - Since:
- 9.2
- GCApi:
- event
- Reactors:
- No Spouts
BTUserSearch(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
ConstructorsConstructorDescriptionUserSearchEvent(Page page, UserSearchFilter filter) Instantiates a new user search event.UserSearchEvent(UserSearchFilter filter) Instantiates a new user 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
-
UserSearchEvent
Instantiates a new user search event.- Parameters:
page- the page that will contain the paginated resultfilter- the set of filters that will be applied to the search
-
UserSearchEvent
Instantiates a new user search event.- Parameters:
filter- the set of filters that will be applied to the search
-