Uses of Interface
org.apache.olingo.odata2.api.uri.info.DeleteUriInfo
Packages that use DeleteUriInfo
Package
Description
Data Processor
Processor Parts
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 DeleteUriInfoModifier and TypeMethodDescriptionODataSingleProcessor.deleteEntity(DeleteUriInfo uriInfo, String contentType) ODataSingleProcessor.deleteEntityLink(DeleteUriInfo uriInfo, String contentType) ODataSingleProcessor.deleteEntityMedia(DeleteUriInfo uriInfo, String contentType) 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 DeleteUriInfoModifier and TypeMethodDescriptionEntityProcessor.deleteEntity(DeleteUriInfo uriInfo, String contentType) Deletes an entity.EntityLinkProcessor.deleteEntityLink(DeleteUriInfo uriInfo, String contentType) Deletes the link to the target entity of a navigation property.EntityMediaProcessor.deleteEntityMedia(DeleteUriInfo uriInfo, String contentType) Deletes the media resource of an entity.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.uriModifier and TypeInterfaceDescriptioninterfaceStructured parts of the request URI - the result of URI parsing. -
Uses of DeleteUriInfo in org.apache.olingo.odata2.core.uri
Classes in org.apache.olingo.odata2.core.uri that implement DeleteUriInfo