| Package | Description |
|---|---|
| org.apache.olingo.netty.server.core | |
| org.apache.olingo.server.api |
Olingo Server API
|
| org.apache.olingo.server.api.debug |
Olingo Server API - Debug
|
| org.apache.olingo.server.api.processor |
Olingo Processors
|
| 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.apply | |
| org.apache.olingo.server.api.uri.queryoption.expression |
Olingo Server API - URI - QueryOptions - Expressions
|
| org.apache.olingo.server.core | |
| org.apache.olingo.server.core.debug | |
| org.apache.olingo.server.core.etag | |
| org.apache.olingo.server.core.serializer.utils | |
| org.apache.olingo.server.core.uri | |
| org.apache.olingo.server.core.uri.parser | |
| org.apache.olingo.server.core.uri.queryoption | |
| org.apache.olingo.server.core.uri.queryoption.apply | |
| org.apache.olingo.server.core.uri.queryoption.expression | |
| org.apache.olingo.server.core.uri.validator |
| Class and Description |
|---|
| UriHelper
Used for URI-related tasks.
|
| Class and Description |
|---|
| UriHelper
Used for URI-related tasks.
|
| Class and Description |
|---|
| UriInfo
Object acting as general access to URI information extracted from the request URI.
|
| Class and Description |
|---|
| UriInfo
Object acting as general access to URI information extracted from the request URI.
|
| Class and Description |
|---|
| UriInfoAll
Used for URI info kind
UriInfoKind.all to describe URIs like
http://.../serviceroot/$all |
| UriInfoBatch
Used for URI info kind
UriInfoKind.batch to describe URIs like
http://.../serviceroot/$batch |
| UriInfoCrossjoin
Used for URI info kind
UriInfoKind.crossjoin to describe URIs like
http://.../serviceroot/$crossjoin(...) |
| UriInfoEntityId
Used for URI info kind
UriInfoKind.entityId to describe URIs like
http://.../serviceroot/$entity... |
| UriInfoKind
Defining the various info kinds
|
| UriInfoMetadata
Used for URI info kind
UriInfoKind.metadata to describe URIs like
http://.../serviceroot/$metadata... |
| UriInfoResource
Used for URI info kind
UriInfoKind.resource to describe URIs like
E.g. |
| UriInfoService
Used for URI info kind
UriInfoKind.service to describe URIs like
http://.../serviceroot |
| UriParameter
Represents a function parameter or key predicate when used in the URI.
|
| UriResource
Super interface for all objects representing resource parts.
|
| UriResourceEntitySet
Used to describe an entity set used within an resource path
For example: http://.../serviceroot/entityset(1)
|
| UriResourceKind
Defining the various resource part types
|
| UriResourcePartTyped
Used to describe an typed resource part (super interface)
|
| UriResourceProperty
Used to describe an resource part which is an property (super interface)
|
| Class and Description |
|---|
| UriInfoResource
Used for URI info kind
UriInfoKind.resource to describe URIs like
E.g. |
| Class and Description |
|---|
| UriParameter
Represents a function parameter or key predicate when used in the URI.
|
| UriResource
Super interface for all objects representing resource parts.
|
| Class and Description |
|---|
| UriInfo
Object acting as general access to URI information extracted from the request URI.
|
| UriInfoResource
Used for URI info kind
UriInfoKind.resource to describe URIs like
E.g. |
| Class and Description |
|---|
| UriHelper
Used for URI-related tasks.
|
| UriInfo
Object acting as general access to URI information extracted from the request URI.
|
| Class and Description |
|---|
| UriInfo
Object acting as general access to URI information extracted from the request URI.
|
| Class and Description |
|---|
| UriInfo
Object acting as general access to URI information extracted from the request URI.
|
| Class and Description |
|---|
| UriParameter
Represents a function parameter or key predicate when used in the URI.
|
| Class and Description |
|---|
| UriHelper
Used for URI-related tasks.
|
| UriInfo
Object acting as general access to URI information extracted from the request URI.
|
| UriInfoAll
Used for URI info kind
UriInfoKind.all to describe URIs like
http://.../serviceroot/$all |
| UriInfoBatch
Used for URI info kind
UriInfoKind.batch to describe URIs like
http://.../serviceroot/$batch |
| UriInfoCrossjoin
Used for URI info kind
UriInfoKind.crossjoin to describe URIs like
http://.../serviceroot/$crossjoin(...) |
| UriInfoEntityId
Used for URI info kind
UriInfoKind.entityId to describe URIs like
http://.../serviceroot/$entity... |
| UriInfoKind
Defining the various info kinds
|
| UriInfoMetadata
Used for URI info kind
UriInfoKind.metadata to describe URIs like
http://.../serviceroot/$metadata... |
| UriInfoResource
Used for URI info kind
UriInfoKind.resource to describe URIs like
E.g. |
| UriInfoService
Used for URI info kind
UriInfoKind.service to describe URIs like
http://.../serviceroot |
| UriParameter
Represents a function parameter or key predicate when used in the URI.
|
| UriResource
Super interface for all objects representing resource parts.
|
| UriResourceAction
Used to describe an action used within an resource path
For example: http://.../serviceroot/action()
|
| UriResourceComplexProperty
Used to describe an complex property used within an resource path
E.g.
|
| UriResourceCount
Used to describe an $count used within an resource path
For example: http://.../serviceroot/entityset(1)/$count
|
| UriResourceEntitySet
Used to describe an entity set used within an resource path
For example: http://.../serviceroot/entityset(1)
|
| UriResourceFunction
Used to describe an function import or bound function used within an resource path
For example: http://.../serviceroot/functionImport(P1=1,P2='A')
|
| UriResourceIt
Class indicating the $it reference.
|
| UriResourceKind
Defining the various resource part types
|
| UriResourceLambdaAll
Used to describe an all lambda expression used within an resource path
For example: http://.../serviceroot/entityset/all(...)
|
| UriResourceLambdaAny
Used to describe an any lambda expression used within an resource path
For example: http://.../serviceroot/entityset/any(...)
|
| UriResourceLambdaVariable
Used to describe an lambda variable used within an resource path
For example: http://.../serviceroot/entityset/listofstring/any(d: 'string' eq d)
|
| UriResourceNavigation
Used to describe an navigation property used within an resource path
For example: http://.../serviceroot/entityset(1)/navProperty
|
| UriResourcePartTyped
Used to describe an typed resource part (super interface)
|
| UriResourcePrimitiveProperty
Used to describe an primitive property used within an resource path
For example: http://.../serviceroot/entityset(1)/property
|
| UriResourceProperty
Used to describe an resource part which is an property (super interface)
|
| UriResourceRef
Used to describe an $ref used within an resource path
For example: http://.../serviceroot/entityset/$ref
|
| UriResourceRoot
Class indicating the $root reference.
|
| UriResourceSingleton
Used to describe an entity set used within an resource path
For example: http://.../serviceroot/singleton
|
| UriResourceValue
Used to describe an $value used within an resource path
For example: http://.../serviceroot/entityset(1)/property/$value
|
| Class and Description |
|---|
| UriInfo
Object acting as general access to URI information extracted from the request URI.
|
| UriParameter
Represents a function parameter or key predicate when used in the URI.
|
| UriResource
Super interface for all objects representing resource parts.
|
| UriResourcePartTyped
Used to describe an typed resource part (super interface)
|
| Class and Description |
|---|
| UriInfoResource
Used for URI info kind
UriInfoKind.resource to describe URIs like
E.g. |
| Class and Description |
|---|
| UriInfo
Object acting as general access to URI information extracted from the request URI.
|
| UriParameter
Represents a function parameter or key predicate when used in the URI.
|
| UriResource
Super interface for all objects representing resource parts.
|
| Class and Description |
|---|
| UriInfoResource
Used for URI info kind
UriInfoKind.resource to describe URIs like
E.g. |
| Class and Description |
|---|
| UriInfo
Object acting as general access to URI information extracted from the request URI.
|
Copyright © 2023. All rights reserved.