Class CrewShellUserSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<CrewShellUser>>
overit.geocall.bl.BusinessEvent<PageResponse<CrewShellUser>>
overit.geocall.bl.SearchEvent<CrewShellUserSearchFilter,CrewShellUser>
overit.geocallapp.wfm.core.bl.crewshell.user.event.CrewShellUserSearchEvent
Event to search
The launcher must provide a valid
CrewShellUser objects. The launcher must provide a valid
CrewShellUserSearchFilter object in order to successfully call this event. - Since:
- 16.0
- GCApi:
- event
- Reactors:
- No Spouts
BTCrewShellUserSearch(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
ConstructorsConstructorDescriptionCrewShellUserSearchEvent(Page page, CrewShellUserSearchFilter filter) Instantiates a new crew shell user search event.Instantiates a new crew shell 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
-
CrewShellUserSearchEvent
Instantiates a new crew shell user search event.- Parameters:
page- thePagethat will contain the paginated resultfilter-CrewShellUserSearchFilterthe set of filters that will be applied to the search
-
CrewShellUserSearchEvent
Instantiates a new crew shell user search event.- Parameters:
filter-CrewShellUserSearchFilterthe set of filters that will be applied to the search
-