| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.processor |
Data Processor
|
| org.apache.olingo.odata2.api.processor.part |
Processor Parts
|
| org.apache.olingo.odata2.api.uri |
URI Parser Facade
|
| 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.
|
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.