Package | Description |
---|---|
org.apache.olingo.server.api.uri |
Olingo URI
The URI package is used to condense all information about the OData path used to query the data.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UriResourceAction
Used to describe an action used within an resource path
For example: http://...
|
interface |
UriResourceComplexProperty
Used to describe an complex property used within an resource path
E.g. http://...
|
interface |
UriResourceEntitySet
Used to describe an entity set used within an resource path
For example: http://...
|
interface |
UriResourceFunction
Used to describe an function import or bound function used within an resource path
For example: http://...
|
interface |
UriResourceIt
Class indicating the $it reference.
|
interface |
UriResourceLambdaAll
Used to describe an all lambda expression used within an resource path
For example: http://...
|
interface |
UriResourceLambdaAny
Used to describe an any lambda expression used within an resource path
For example: http://...
|
interface |
UriResourceLambdaVariable
Used to describe an lambda variable used within an resource path
For example: http://...
|
interface |
UriResourceNavigation
Used to describe an navigation property used within an resource path
For example: http://...
|
interface |
UriResourcePrimitiveProperty
Used to describe an primitive property used within an resource path
For example: http://...
|
interface |
UriResourceProperty
Used to describe an resource part which is an property (super interface)
|
interface |
UriResourceSingleton
Used to describe an entity set used within an resource path
For example: http://...
|
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.