| Modifier and Type | Interface and Description |
|---|---|
interface |
UriResourceAction
Used to describe an action used within an resource path
For example: http://.../serviceroot/action()
|
interface |
UriResourceComplexProperty
Used to describe an complex property used within an resource path
E.g.
|
interface |
UriResourceCount
Used to describe an $count used within an resource path
For example: http://.../serviceroot/entityset(1)/$count
|
interface |
UriResourceEntitySet
Used to describe an entity set used within an resource path
For example: http://.../serviceroot/entityset(1)
|
interface |
UriResourceFunction
Used to describe an function import or bound function used within an resource path
For example: http://.../serviceroot/functionImport(P1=1,P2='A')
|
interface |
UriResourceIt
Class indicating the $it reference.
|
interface |
UriResourceLambdaAll
Used to describe an all lambda expression used within an resource path
For example: http://.../serviceroot/entityset/all(...)
|
interface |
UriResourceLambdaAny
Used to describe an any lambda expression used within an resource path
For example: http://.../serviceroot/entityset/any(...)
|
interface |
UriResourceLambdaVariable
Used to describe an lambda variable used within an resource path
For example: http://.../serviceroot/entityset/listofstring/any(d: 'string' eq d)
|
interface |
UriResourceNavigation
Used to describe an navigation property used within an resource path
For example: http://.../serviceroot/entityset(1)/navProperty
|
interface |
UriResourcePartTyped
Used to describe an typed resource part (super interface)
|
interface |
UriResourcePrimitiveProperty
Used to describe an primitive property used within an resource path
For example: http://.../serviceroot/entityset(1)/property
|
interface |
UriResourceProperty
Used to describe an resource part which is an property (super interface)
|
interface |
UriResourceRef
Used to describe an $ref used within an resource path
For example: http://.../serviceroot/entityset/$ref
|
interface |
UriResourceRoot
Class indicating the $root reference.
|
interface |
UriResourceSingleton
Used to describe an entity set used within an resource path
For example: http://.../serviceroot/singleton
|
interface |
UriResourceValue
Used to describe an $value used within an resource path
For example: http://.../serviceroot/entityset(1)/property/$value
|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UriResourceActionImpl
Implementation of the
UriResourceAction interface. |
class |
UriResourceComplexPropertyImpl |
class |
UriResourceCountImpl |
class |
UriResourceEntitySetImpl |
class |
UriResourceFunctionImpl
Covers Function imports and BoundFunction in URI
|
class |
UriResourceImpl
Abstract class for resource-path elements in URI.
|
class |
UriResourceItImpl
Covers Functionimports and BoundFunction in URI
|
class |
UriResourceLambdaAllImpl |
class |
UriResourceLambdaAnyImpl |
class |
UriResourceLambdaVarImpl |
class |
UriResourceNavigationPropertyImpl |
class |
UriResourcePrimitivePropertyImpl |
class |
UriResourceRefImpl |
class |
UriResourceRootImpl |
class |
UriResourceSingletonImpl |
class |
UriResourceStartingTypeFilterImpl |
class |
UriResourceTypedImpl |
class |
UriResourceValueImpl |
class |
UriResourceWithKeysImpl |
| Modifier and Type | Method and Description |
|---|---|
UriResource |
UriInfoImpl.getLastResourcePart() |
| Modifier and Type | Method and Description |
|---|---|
List<UriResource> |
UriInfoImpl.getUriResourceParts() |
| Modifier and Type | Method and Description |
|---|---|
UriInfoImpl |
UriInfoImpl.addResourcePart(UriResource uriPathInfo) |
| Modifier and Type | Method and Description |
|---|---|
UriResource |
ResourcePathParser.parsePathSegment(String pathSegment,
UriResource previous) |
| Modifier and Type | Method and Description |
|---|---|
UriResource |
ResourcePathParser.parsePathSegment(String pathSegment,
UriResource previous) |
| Modifier and Type | Method and Description |
|---|---|
List<UriResource> |
GroupByItemImpl.getPath() |
List<UriResource> |
AggregateExpressionImpl.getPath() |
Copyright © 2023. All rights reserved.