Class TimedGPSPositionSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<TimedGPSPosition>>
overit.geocall.bl.BusinessEvent<PageResponse<TimedGPSPosition>>
overit.geocall.bl.SearchEvent<TimedGPSPositionSearchFilter,TimedGPSPosition>
overit.geocallapp.wfm.gpstracking.bl.position.event.TimedGPSPositionSearchEvent
public class TimedGPSPositionSearchEvent
extends SearchEvent<TimedGPSPositionSearchFilter,TimedGPSPosition>
This event allows to search
The launcher must provide a valid
The listener searches all the
TimedGPSPosition. The launcher must provide a valid
TimedGPSPositionSearchFilter in order to successfully call this
event. The listener searches all the
TimedGPSPosition components starting from the event input, i.e. the
given TimedGPSPositionSearchFilter. - Since:
- 22.0
- GCApi:
- event
- Reactors:
- No Spouts
BTGPSTimedPositionSearch(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
ConstructorsConstructorDescriptionTimedGPSPositionSearchEvent(Page page, TimedGPSPositionSearchFilter filter) Instantiates a new timed GPS position search event.Instantiates a new timed GPS position 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
-
TimedGPSPositionSearchEvent
Instantiates a new timed GPS position search event.- Parameters:
page- thePagethat will contain the paginated resultfilter- theTimedGPSPositionSearchFilterthat contains the set of filters that will be applied to the search
-
TimedGPSPositionSearchEvent
Instantiates a new timed GPS position search event.- Parameters:
filter- theTimedGPSPositionSearchFilterthat contains the set of filters that will be applied to the search
-