Uses of Interface
org.apache.olingo.odata2.api.uri.info.DeleteUriInfo

Packages that use DeleteUriInfo
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   
 

Uses of DeleteUriInfo in org.apache.olingo.odata2.api.processor
 

Methods in org.apache.olingo.odata2.api.processor with parameters of type DeleteUriInfo
 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)
           
 

Uses of DeleteUriInfo in org.apache.olingo.odata2.api.processor.part
 

Methods in org.apache.olingo.odata2.api.processor.part with parameters of type DeleteUriInfo
 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.
 

Uses of DeleteUriInfo in org.apache.olingo.odata2.api.uri
 

Subinterfaces of DeleteUriInfo in org.apache.olingo.odata2.api.uri
 interface UriInfo
          Structured parts of the request URI - the result of URI parsing.
 

Uses of DeleteUriInfo in org.apache.olingo.odata2.jpa.processor.api
 

Methods in org.apache.olingo.odata2.jpa.processor.api with parameters of type DeleteUriInfo
 ODataResponse ODataJPAResponseBuilder.build(DeleteUriInfo deleteUriInfo, Object deletedObject)
          The method builds an OData response for an OData Delete Request from a deleted JPA Entity
 

Uses of DeleteUriInfo in org.apache.olingo.odata2.jpa.processor.api.access
 

Methods in org.apache.olingo.odata2.jpa.processor.api.access with parameters of type DeleteUriInfo
 Object JPAProcessor.process(DeleteUriInfo deleteuriInfo, String contentType)
          Processes OData request for deleting Entity.
 

Uses of DeleteUriInfo in org.apache.olingo.odata2.ref.processor
 

Methods in org.apache.olingo.odata2.ref.processor with parameters of type DeleteUriInfo
 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-2015 The Apache Software Foundation. All Rights Reserved.