Class SearchEvent<F,R>
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<R>>
overit.geocall.bl.BusinessEvent<PageResponse<R>>
overit.geocallapp.wfm.core.bl.common.SearchEvent<F,R>
- Type Parameters:
F- the filter object classR- the result object class
@Deprecated(since="16.0",
forRemoval=true)
public class SearchEvent<F,R>
extends BusinessEvent<PageResponse<R>>
Deprecated, for removal: This API element is subject to removal in a future version.
General business event that permits to search an object of
The launcher must provide a valid
The listener searches all the
The search result consists of a
<R> type. The launcher must provide a valid
<F> filter in order to successfully call this event. The listener searches all the
<R> objects starting from the event input, i.e. the given <F> filter. The search result consists of a
PageResponse of the found <R> objects. - Since:
- 9.2
- GCApi:
- event
- No Reactors
- No Spouts
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected FDeprecated, for removal: This API element is subject to removal in a future version.protected OrderDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Fields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionSearchEvent(Page page, F filter) Deprecated, for removal: This API element is subject to removal in a future version.Instantiates a new search event for<R>object.SearchEvent(Page page, F filter, Order order) Deprecated, for removal: This API element is subject to removal in a future version.Instantiates a new search event for<R>object. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.getOrder()Deprecated, for removal: This API element is subject to removal in a future version.getPage()Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.Methods 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
-
Field Details
-
filter
Deprecated, for removal: This API element is subject to removal in a future version. -
page
Deprecated, for removal: This API element is subject to removal in a future version. -
order
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
SearchEvent
Deprecated, for removal: This API element is subject to removal in a future version.Instantiates a new search event for<R>object.- Parameters:
page- the page that will contain the paginated resultfilter- the set of filters that will be applied to the search
-
SearchEvent
Deprecated, for removal: This API element is subject to removal in a future version.Instantiates a new search event for<R>object.- Parameters:
page- thePagethat will contain the paginated resultfilter- the set of filters that will be applied to the searchorder- the order the will be applied to the search
-
-
Method Details
-
getPage
Deprecated, for removal: This API element is subject to removal in a future version. -
getFilter
Deprecated, for removal: This API element is subject to removal in a future version. -
getOrder
Deprecated, for removal: This API element is subject to removal in a future version. -
setOrder
Deprecated, for removal: This API element is subject to removal in a future version.
-
SearchEvent