Package | Description |
---|---|
org.apache.olingo.client.api.uri | |
org.apache.olingo.client.api.uri.v4 | |
org.apache.olingo.ext.proxy.api | |
org.apache.olingo.ext.proxy.commons |
Modifier and Type | Method and Description |
---|---|
URIFilter |
CommonFilterFactory.and(URIFilter left,
URIFilter right) |
URIFilter |
CommonFilterFactory.eq(FilterArg left,
FilterArg right) |
URIFilter |
CommonFilterFactory.eq(String key,
Object value) |
URIFilter |
CommonFilterFactory.ge(FilterArg left,
FilterArg right) |
URIFilter |
CommonFilterFactory.ge(String key,
Object value) |
URIFilter |
CommonFilterFactory.gt(FilterArg left,
FilterArg right) |
URIFilter |
CommonFilterFactory.gt(String key,
Object value) |
URIFilter |
CommonFilterFactory.le(FilterArg left,
FilterArg right) |
URIFilter |
CommonFilterFactory.le(String key,
Object value) |
URIFilter |
CommonFilterFactory.lt(FilterArg left,
FilterArg right) |
URIFilter |
CommonFilterFactory.lt(String key,
Object value) |
URIFilter |
CommonFilterFactory.match(FilterArg arg) |
URIFilter |
CommonFilterFactory.ne(FilterArg left,
FilterArg right) |
URIFilter |
CommonFilterFactory.ne(String key,
Object value) |
URIFilter |
CommonFilterFactory.not(URIFilter filter) |
URIFilter |
CommonFilterFactory.or(URIFilter left,
URIFilter right) |
Modifier and Type | Method and Description |
---|---|
URIFilter |
CommonFilterFactory.and(URIFilter left,
URIFilter right) |
UB |
CommonURIBuilder.filter(URIFilter filter)
Adds filter for filter query option.
|
URIFilter |
CommonFilterFactory.not(URIFilter filter) |
URIFilter |
CommonFilterFactory.or(URIFilter left,
URIFilter right) |
Modifier and Type | Method and Description |
---|---|
URIFilter |
FilterFactory.has(FilterArg left,
EdmEnumType enumType,
String memberName) |
URIFilter |
FilterFactory.has(String key,
EdmEnumType enumType,
String memberName) |
Modifier and Type | Method and Description |
---|---|
FilterArg |
FilterArgFactory.all(FilterArg collection,
URIFilter expression) |
FilterArg |
FilterArgFactory.any(FilterArg collection,
URIFilter expression) |
Modifier and Type | Method and Description |
---|---|
CT |
StructuredCollectionQuery.filter(URIFilter filter)
Sets the filter generating the $filter expression.
|
Modifier and Type | Method and Description |
---|---|
void |
InvokerInvocationHandler.filter(URIFilter filter) |
void |
AbstractCollectionInvocationHandler.filter(URIFilter filter) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.