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