Package | Description |
---|---|
org.apache.olingo.odata2.api.processor |
Data Processor
A data processor implements all create, read, update and delete (CRUD) methods of an OData service.
|
org.apache.olingo.odata2.api.processor.part |
Processor Parts
|
org.apache.olingo.odata2.api.uri |
URI Parser Facade
The URI package has one central class
UriParser to parse a request URI
as well as several interfaces that provide access to parsed parts of the URI. |
org.apache.olingo.odata2.jpa.processor.api |
OData JPA Processor API Library
The library provides a way for the developers to create an OData Service from a Java Persistence Model.
|
org.apache.olingo.odata2.jpa.processor.api.access |
OData JPA Processor API Library - Java Persistence Access
The library provides a set of APIs to access Java Persistence Models and Data.
|
org.apache.olingo.odata2.jpa.processor.ref.listeners | |
org.apache.olingo.odata2.jpa.processor.ref.util | |
org.apache.olingo.odata2.ref.processor |
Class and Description |
---|
DeleteUriInfo
Access to the parts of the request URI that are relevant for DELETE requests.
|
GetComplexPropertyUriInfo
Access to the parts of the request URI that are relevant for GET requests
of complex properties.
|
GetEntityCountUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the count of a single entity (also known as existence check).
|
GetEntityLinkCountUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the number of links to a single entity (also known as existence check).
|
GetEntityLinkUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the URI of a single entity.
|
GetEntitySetCountUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the number of entities.
|
GetEntitySetLinksCountUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the number of links to entities.
|
GetEntitySetLinksUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the URIs of entities.
|
GetEntitySetUriInfo
Access to the parts of the request URI that are relevant for GET requests
of entities.
|
GetEntityUriInfo
Access to the parts of the request URI that are relevant for GET requests
of a single entity.
|
GetFunctionImportUriInfo
Access to the parts of the request URI that are relevant for requests
of function imports.
|
GetMediaResourceUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the media resource of a single entity.
|
GetMetadataUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the metadata document.
|
GetServiceDocumentUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the service document.
|
GetSimplePropertyUriInfo
Access to the parts of the request URI that are relevant for GET requests
of simple properties.
|
PostUriInfo
Access to the parts of the request URI that are relevant for POST requests.
|
PutMergePatchUriInfo
Access to the parts of the request URI that are relevant for PUT, PATCH, or MERGE requests.
|
Class and Description |
---|
DeleteUriInfo
Access to the parts of the request URI that are relevant for DELETE requests.
|
GetComplexPropertyUriInfo
Access to the parts of the request URI that are relevant for GET requests
of complex properties.
|
GetEntityCountUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the count of a single entity (also known as existence check).
|
GetEntityLinkCountUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the number of links to a single entity (also known as existence check).
|
GetEntityLinkUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the URI of a single entity.
|
GetEntitySetCountUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the number of entities.
|
GetEntitySetLinksCountUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the number of links to entities.
|
GetEntitySetLinksUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the URIs of entities.
|
GetEntitySetUriInfo
Access to the parts of the request URI that are relevant for GET requests
of entities.
|
GetEntityUriInfo
Access to the parts of the request URI that are relevant for GET requests
of a single entity.
|
GetFunctionImportUriInfo
Access to the parts of the request URI that are relevant for requests
of function imports.
|
GetMediaResourceUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the media resource of a single entity.
|
GetMetadataUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the metadata document.
|
GetServiceDocumentUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the service document.
|
GetSimplePropertyUriInfo
Access to the parts of the request URI that are relevant for GET requests
of simple properties.
|
PostUriInfo
Access to the parts of the request URI that are relevant for POST requests.
|
PutMergePatchUriInfo
Access to the parts of the request URI that are relevant for PUT, PATCH, or MERGE requests.
|
Class and Description |
---|
DeleteUriInfo
Access to the parts of the request URI that are relevant for DELETE requests.
|
GetComplexPropertyUriInfo
Access to the parts of the request URI that are relevant for GET requests
of complex properties.
|
GetEntityCountUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the count of a single entity (also known as existence check).
|
GetEntityLinkCountUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the number of links to a single entity (also known as existence check).
|
GetEntityLinkUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the URI of a single entity.
|
GetEntitySetCountUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the number of entities.
|
GetEntitySetLinksCountUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the number of links to entities.
|
GetEntitySetLinksUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the URIs of entities.
|
GetEntitySetUriInfo
Access to the parts of the request URI that are relevant for GET requests
of entities.
|
GetEntityUriInfo
Access to the parts of the request URI that are relevant for GET requests
of a single entity.
|
GetFunctionImportUriInfo
Access to the parts of the request URI that are relevant for requests
of function imports.
|
GetMediaResourceUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the media resource of a single entity.
|
GetMetadataUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the metadata document.
|
GetServiceDocumentUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the service document.
|
GetSimplePropertyUriInfo
Access to the parts of the request URI that are relevant for GET requests
of simple properties.
|
PostUriInfo
Access to the parts of the request URI that are relevant for POST requests.
|
PutMergePatchUriInfo
Access to the parts of the request URI that are relevant for PUT, PATCH, or MERGE requests.
|
Class and Description |
---|
DeleteUriInfo
Access to the parts of the request URI that are relevant for DELETE requests.
|
GetEntityCountUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the count of a single entity (also known as existence check).
|
GetEntityLinkUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the URI of a single entity.
|
GetEntitySetCountUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the number of entities.
|
GetEntitySetLinksUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the URIs of entities.
|
GetEntitySetUriInfo
Access to the parts of the request URI that are relevant for GET requests
of entities.
|
GetEntityUriInfo
Access to the parts of the request URI that are relevant for GET requests
of a single entity.
|
GetFunctionImportUriInfo
Access to the parts of the request URI that are relevant for requests
of function imports.
|
PostUriInfo
Access to the parts of the request URI that are relevant for POST requests.
|
PutMergePatchUriInfo
Access to the parts of the request URI that are relevant for PUT, PATCH, or MERGE requests.
|
Class and Description |
---|
DeleteUriInfo
Access to the parts of the request URI that are relevant for DELETE requests.
|
GetEntityCountUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the count of a single entity (also known as existence check).
|
GetEntityLinkUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the URI of a single entity.
|
GetEntitySetCountUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the number of entities.
|
GetEntitySetLinksUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the URIs of entities.
|
GetEntitySetUriInfo
Access to the parts of the request URI that are relevant for GET requests
of entities.
|
GetEntityUriInfo
Access to the parts of the request URI that are relevant for GET requests
of a single entity.
|
GetFunctionImportUriInfo
Access to the parts of the request URI that are relevant for requests
of function imports.
|
PostUriInfo
Access to the parts of the request URI that are relevant for POST requests.
|
PutMergePatchUriInfo
Access to the parts of the request URI that are relevant for PUT, PATCH, or MERGE requests.
|
Class and Description |
---|
GetEntitySetCountUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the number of entities.
|
GetEntitySetUriInfo
Access to the parts of the request URI that are relevant for GET requests
of entities.
|
GetEntityUriInfo
Access to the parts of the request URI that are relevant for GET requests
of a single entity.
|
Class and Description |
---|
GetEntitySetUriInfo
Access to the parts of the request URI that are relevant for GET requests
of entities.
|
Class and Description |
---|
DeleteUriInfo
Access to the parts of the request URI that are relevant for DELETE requests.
|
GetComplexPropertyUriInfo
Access to the parts of the request URI that are relevant for GET requests
of complex properties.
|
GetEntityCountUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the count of a single entity (also known as existence check).
|
GetEntityLinkCountUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the number of links to a single entity (also known as existence check).
|
GetEntityLinkUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the URI of a single entity.
|
GetEntitySetCountUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the number of entities.
|
GetEntitySetLinksCountUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the number of links to entities.
|
GetEntitySetLinksUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the URIs of entities.
|
GetEntitySetUriInfo
Access to the parts of the request URI that are relevant for GET requests
of entities.
|
GetEntityUriInfo
Access to the parts of the request URI that are relevant for GET requests
of a single entity.
|
GetFunctionImportUriInfo
Access to the parts of the request URI that are relevant for requests
of function imports.
|
GetMediaResourceUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the media resource of a single entity.
|
GetSimplePropertyUriInfo
Access to the parts of the request URI that are relevant for GET requests
of simple properties.
|
PostUriInfo
Access to the parts of the request URI that are relevant for POST requests.
|
PutMergePatchUriInfo
Access to the parts of the request URI that are relevant for PUT, PATCH, or MERGE requests.
|
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.