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 
 

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.
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.