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