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.processor | |
org.apache.olingo.server.tecsvc.processor.queryoptions.expression |
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 |
---|---|
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 |
---|---|
VisitorOperand |
ExpressionVisitorImpl.visitMember(UriInfoResource member) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.