Class RoleSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BORole>>
overit.geocall.bl.BusinessEvent<PageResponse<BORole>>
overit.geocall.bl.SearchEvent<RoleSearchFilter,BORole>
overit.geocallapp.wfm.core.bl.schedule.role.event.RoleSearchEvent
Event to search
The launcher must provide a valid
BORole objects. The launcher must provide a valid
RoleSearchFilter object in order to successfully call this event. - Since:
- 16.0
- GCApi:
- event
- Reactors:
- No Spouts
BTRoleSearch(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
ConstructorsConstructorDescriptionRoleSearchEvent(Page page, RoleSearchFilter filter) Instantiates a newSearchEventobject in order to search all the storedBORoleobjects.RoleSearchEvent(RoleSearchFilter filter) Instantiates a newSearchEventobject in order to search all the storedBORoleobjects. -
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
-
RoleSearchEvent
Instantiates a newSearchEventobject in order to search all the storedBORoleobjects.- Parameters:
page- thePageobject that will contain the paginated resultfilter- theRoleSearchFilterobject representing the filters that will be applied to the search
-
RoleSearchEvent
Instantiates a newSearchEventobject in order to search all the storedBORoleobjects.- Parameters:
filter- theRoleSearchFilterobject representing the filters that will be applied to the search
-