Uses of Interface
org.apache.olingo.ext.proxy.api.Search
Packages that use Search
-
Uses of Search in org.apache.olingo.ext.proxy.api
Methods in org.apache.olingo.ext.proxy.api that return SearchModifier and TypeMethodDescriptionAbstractEntitySet.createSearch()
Create an instance of Search.<S extends T,
SEC extends EntityCollection<S, ?, ?>>
Search<S,SEC> AbstractEntitySet.createSearch
(Class<SEC> reference) Create an instance of Search.Sets the $search expression for this search.Sets the search generating the $search expression for this search. -
Uses of Search in org.apache.olingo.ext.proxy.commons
Classes in org.apache.olingo.ext.proxy.commons that implement SearchModifier and TypeClassDescriptionclass
SearchImpl<T extends EntityType<?>,
EC extends EntityCollection<T, ?, ?>> Methods in org.apache.olingo.ext.proxy.commons that return SearchModifier and TypeMethodDescriptionEntitySetInvocationHandler.createSearch()
<S extends T,
SEC extends EntityCollection<S, ?, ?>>
Search<S,SEC> EntitySetInvocationHandler.createSearch
(Class<SEC> reference) InlineEntitySetInvocationHandler.createSearch()
<S extends T,
SEC extends EntityCollection<S, ?, ?>>
Search<S,SEC> InlineEntitySetInvocationHandler.createSearch
(Class<SEC> reference)