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
|
org.apache.olingo.odata2.jpa.processor.api |
OData JPA Processor API Library
|
org.apache.olingo.odata2.jpa.processor.api.access |
OData JPA Processor API Library - Java Persistence Access
|
org.apache.olingo.odata2.ref.processor |
Modifier and Type | Method and Description |
---|---|
ODataResponse |
ODataSingleProcessor.deleteEntity(DeleteUriInfo uriInfo,
String contentType) |
ODataResponse |
ODataSingleProcessor.deleteEntityLink(DeleteUriInfo uriInfo,
String contentType) |
ODataResponse |
ODataSingleProcessor.deleteEntityMedia(DeleteUriInfo uriInfo,
String contentType) |
ODataResponse |
ODataSingleProcessor.deleteEntitySimplePropertyValue(DeleteUriInfo uriInfo,
String contentType) |
Modifier and Type | Method and Description |
---|---|
ODataResponse |
EntityProcessor.deleteEntity(DeleteUriInfo uriInfo,
String contentType)
Deletes an entity.
|
ODataResponse |
EntityLinkProcessor.deleteEntityLink(DeleteUriInfo uriInfo,
String contentType)
Deletes the link to the target entity of a navigation property.
|
ODataResponse |
EntityMediaProcessor.deleteEntityMedia(DeleteUriInfo uriInfo,
String contentType)
Deletes the media resource of an entity.
|
ODataResponse |
EntitySimplePropertyValueProcessor.deleteEntitySimplePropertyValue(DeleteUriInfo uriInfo,
String contentType)
Deletes the value of a simple property of an entity.
|
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(DeleteUriInfo deleteUriInfo,
Object deletedObject)
The method builds an OData response for an OData Delete Request from a deleted JPA Entity
|
ODataResponse |
ODataJPADefaultProcessor.deleteEntity(DeleteUriInfo uriParserResultView,
String contentType) |
ODataResponse |
ODataJPADefaultProcessor.deleteEntityLink(DeleteUriInfo uriParserResultView,
String contentType) |
javax.persistence.Query |
ODataJPAQueryExtensionEntityListener.getQuery(DeleteUriInfo uriInfo,
javax.persistence.EntityManager em)
Override this method to build JPA Query for OData request - Delete; SELECT SINGLE with key in WHERE
clause
|
Modifier and Type | Method and Description |
---|---|
Object |
JPAProcessor.process(DeleteUriInfo deleteuriInfo,
String contentType)
Processes OData request for deleting Entity.
|
Modifier and Type | Method and Description |
---|---|
ODataResponse |
ListsProcessor.deleteEntity(DeleteUriInfo uriInfo,
String contentType) |
ODataResponse |
ListsProcessor.deleteEntityLink(DeleteUriInfo uriInfo,
String contentType) |
ODataResponse |
ListsProcessor.deleteEntityMedia(DeleteUriInfo uriInfo,
String contentType) |
ODataResponse |
ListsProcessor.deleteEntitySimplePropertyValue(DeleteUriInfo uriInfo,
String contentType) |
Copyright © 2013-2017 The Apache Software Foundation. All Rights Reserved.