Package | Description |
---|---|
org.apache.olingo.ext.proxy.api | |
org.apache.olingo.ext.proxy.commons |
Modifier and Type | Method and Description |
---|---|
Search<T,EC> |
AbstractEntitySet.createSearch()
Create an instance of Search.
|
<S extends T,SEC extends EntityCollection<S,?,?>> |
AbstractEntitySet.createSearch(Class<SEC> reference)
Create an instance of Search.
|
Search<T,EC> |
Search.setSearch(String search)
Sets the $search expression for this search.
|
Search<T,EC> |
Search.setSearch(URISearch search)
Sets the search generating the $search expression for this search.
|
Modifier and Type | Class and Description |
---|---|
class |
SearchImpl<T extends EntityType<?>,EC extends EntityCollection<T,?,?>> |
Modifier and Type | Method and Description |
---|---|
Search<T,EC> |
InlineEntitySetInvocationHandler.createSearch() |
Search<T,EC> |
EntitySetInvocationHandler.createSearch() |
<S extends T,SEC extends EntityCollection<S,?,?>> |
InlineEntitySetInvocationHandler.createSearch(Class<SEC> reference) |
<S extends T,SEC extends EntityCollection<S,?,?>> |
EntitySetInvocationHandler.createSearch(Class<SEC> reference) |
Search<T,EC> |
SearchImpl.setSearch(String search) |
Search<T,EC> |
SearchImpl.setSearch(URISearch search) |
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.