| 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. | 
| org.apache.olingo.server.api.uri.queryoption.apply | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | UriResourceActionUsed to describe an action used within an resource path
 For example: http://... | 
| interface  | UriResourceComplexPropertyUsed to describe an complex property used within an resource path
 E.g. http://... | 
| interface  | UriResourceCountUsed to describe an $count used within an resource path
 For example: http://... | 
| interface  | UriResourceEntitySetUsed to describe an entity set used within an resource path
 For example: http://... | 
| interface  | UriResourceFunctionUsed to describe an function import or bound function used within an resource path
 For example: http://... | 
| interface  | UriResourceItClass indicating the $it reference. | 
| interface  | UriResourceLambdaAllUsed to describe an all lambda expression used within an resource path
 For example: http://... | 
| interface  | UriResourceLambdaAnyUsed to describe an any lambda expression used within an resource path
 For example: http://... | 
| interface  | UriResourceLambdaVariableUsed to describe an lambda variable used within an resource path
 For example: http://... | 
| interface  | UriResourceNavigationUsed to describe an navigation property used within an resource path
 For example: http://... | 
| interface  | UriResourcePartTypedUsed to describe an typed resource part (super interface) | 
| interface  | UriResourcePrimitivePropertyUsed to describe an primitive property used within an resource path
 For example: http://... | 
| interface  | UriResourcePropertyUsed to describe an resource part which is an property (super interface) | 
| interface  | UriResourceRefUsed to describe an $ref used within an resource path
 For example: http://... | 
| interface  | UriResourceRootClass indicating the $root reference. | 
| interface  | UriResourceSingletonUsed to describe an entity set used within an resource path
 For example: http://... | 
| interface  | UriResourceValueUsed to describe an $value used within an resource path
 For example: http://... | 
| Modifier and Type | Method and Description | 
|---|---|
| List<UriResource> | UriInfoResource. getUriResourceParts()The path segments behind the service root define which resources are
 requested by that URI. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<UriResource> | GroupByItem. getPath()Gets the path. | 
| List<UriResource> | AggregateExpression. getPath()Gets the path prefix and the path segment. | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.