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.ref.processor |
Modifier and Type | Method and Description |
---|---|
ODataResponse |
ODataSingleProcessor.createEntity(PostUriInfo uriInfo,
InputStream content,
String requestContentType,
String contentType) |
ODataResponse |
ODataSingleProcessor.createEntityLink(PostUriInfo uriInfo,
InputStream content,
String requestContentType,
String contentType) |
Modifier and Type | Method and Description |
---|---|
ODataResponse |
EntitySetProcessor.createEntity(PostUriInfo uriInfo,
InputStream content,
String requestContentType,
String contentType)
Creates an entity.
|
ODataResponse |
EntityLinksProcessor.createEntityLink(PostUriInfo uriInfo,
InputStream content,
String requestContentType,
String contentType)
Creates a new link to a target entity of a navigation property.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UriInfo
Structured parts of the request URI - the result of URI parsing.
|
Modifier and Type | Method and Description |
---|---|
ODataResponse |
ODataJPAResponseBuilder.build(PostUriInfo postUriInfo,
Object createdObject,
String contentType)
The method builds an OData response for an OData Create Request from a created JPA entity.
|
ODataResponse |
ODataJPADefaultProcessor.createEntity(PostUriInfo uriParserResultView,
InputStream content,
String requestContentType,
String contentType) |
ODataResponse |
ODataJPADefaultProcessor.createEntityLink(PostUriInfo uriParserResultView,
InputStream content,
String requestContentType,
String contentType) |
Modifier and Type | Method and Description |
---|---|
Object |
JPAProcessor.process(PostUriInfo createView,
InputStream content,
String requestContentType)
Processes OData request for creating Entity.
|
void |
JPAProcessor.process(PostUriInfo uriParserResultView,
InputStream content,
String requestContentType,
String contentType)
Process OData request for creating Links.
|
Object |
JPAProcessor.process(PostUriInfo createView,
Map<String,Object> content)
Processes OData request for creating Entity.
|
Modifier and Type | Method and Description |
---|---|
ODataResponse |
ListsProcessor.createEntity(PostUriInfo uriInfo,
InputStream content,
String requestContentType,
String contentType) |
ODataResponse |
ListsProcessor.createEntityLink(PostUriInfo uriInfo,
InputStream content,
String requestContentType,
String contentType) |
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.