Package | Description |
---|---|
org.apache.olingo.server.api.uri |
Olingo URI
|
org.apache.olingo.server.api.uri.queryoption |
Olingo Server API - URI - QueryOptions
|
org.apache.olingo.server.api.uri.queryoption.expression |
Olingo Server API - URI - QueryOptions - Expressions
|
org.apache.olingo.server.tecsvc.data | |
org.apache.olingo.server.tecsvc.processor | |
org.apache.olingo.server.tecsvc.processor.queryoptions | |
org.apache.olingo.server.tecsvc.processor.queryoptions.expression | |
org.apache.olingo.server.tecsvc.processor.queryoptions.options |
Modifier and Type | Interface and Description |
---|---|
interface |
UriInfo
Object acting as general access to URI information extracted from the request URI.
|
Modifier and Type | Method and Description |
---|---|
UriInfoResource |
UriInfo.asUriInfoResource()
Convenience casting method.
|
Modifier and Type | Method and Description |
---|---|
UriInfoResource |
SelectItem.getResourcePath() |
UriInfoResource |
ExpandItem.getResourcePath() |
Modifier and Type | Method and Description |
---|---|
UriInfoResource |
Member.getResourcePath() |
Modifier and Type | Method and Description |
---|---|
T |
ExpressionVisitor.visitMember(UriInfoResource member)
Called for each traversed
Member expression |
Modifier and Type | Method and Description |
---|---|
Entity |
DataProvider.readFunctionEntity(EdmFunction function,
List<UriParameter> parameters,
UriInfoResource uriInfo) |
EntityCollection |
DataProvider.readFunctionEntityCollection(EdmFunction function,
List<UriParameter> parameters,
UriInfoResource uriInfo) |
Property |
DataProvider.readFunctionPrimitiveComplex(EdmFunction function,
List<UriParameter> parameters,
UriInfoResource uriInfo) |
Modifier and Type | Method and Description |
---|---|
protected EdmEntitySet |
TechnicalProcessor.getEdmEntitySet(UriInfoResource uriInfo) |
protected UriResourceNavigation |
TechnicalProcessor.getLastNavigation(UriInfoResource uriInfo) |
protected Entity |
TechnicalProcessor.readEntity(UriInfoResource uriInfo)
Reads an entity as specified in the resource path, including navigation.
|
protected Entity |
TechnicalProcessor.readEntity(UriInfoResource uriInfo,
boolean ignoreLastNavigation)
If ignoreLastNavigation is set to false see
TechnicalProcessor.readEntity(UriInfoResource)
otherwise returns the second last entity (Ignores the last navigation)
If no such entity exists throws an ODataApplicationException |
protected EntityCollection |
TechnicalProcessor.readEntityCollection(UriInfoResource uriInfo) |
protected void |
TechnicalProcessor.validateOptions(UriInfoResource uriInfo) |
Modifier and Type | Method and Description |
---|---|
void |
ExpandSystemQueryOptionHandler.applyExpandQueryOptions(EntityCollection entitySet,
EdmEntitySet edmEntitySet,
ExpandOption expandOption,
UriInfoResource uriInfo,
Edm edm) |
void |
ExpandSystemQueryOptionHandler.applyExpandQueryOptions(Entity entity,
EdmEntitySet edmEntitySet,
ExpandOption expandOption,
UriInfoResource uriInfo,
Edm edm) |
Modifier and Type | Method and Description |
---|---|
VisitorOperand |
ExpressionVisitorImpl.visitMember(UriInfoResource member) |
Constructor and Description |
---|
ExpressionVisitorImpl(Entity entity,
UriInfoResource uriInfo,
Edm edm) |
Modifier and Type | Method and Description |
---|---|
static void |
FilterHandler.applyFilterSystemQuery(FilterOption filterOption,
EntityCollection entitySet,
UriInfoResource uriInfo,
Edm edm) |
static void |
OrderByHandler.applyOrderByOption(OrderByOption orderByOption,
EntityCollection entitySet,
UriInfoResource uriInfo,
Edm edm) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.