Uses of Interface
org.apache.olingo.odata2.api.uri.info.PostUriInfo
Packages that use PostUriInfo
Package
Description
Data Processor
Processor Parts
URI Parser Facade
-
Uses of PostUriInfo in org.apache.olingo.odata2.api.processor
Methods in org.apache.olingo.odata2.api.processor with parameters of type PostUriInfoModifier and TypeMethodDescriptionODataSingleProcessor.createEntity(PostUriInfo uriInfo, InputStream content, String requestContentType, String contentType) ODataSingleProcessor.createEntityLink(PostUriInfo uriInfo, InputStream content, String requestContentType, String contentType) -
Uses of PostUriInfo in org.apache.olingo.odata2.api.processor.part
Methods in org.apache.olingo.odata2.api.processor.part with parameters of type PostUriInfoModifier and TypeMethodDescriptionEntitySetProcessor.createEntity(PostUriInfo uriInfo, InputStream content, String requestContentType, String contentType) Creates an entity.EntityLinksProcessor.createEntityLink(PostUriInfo uriInfo, InputStream content, String requestContentType, String contentType) Creates a new link to a target entity of a navigation property. -
Uses of PostUriInfo in org.apache.olingo.odata2.api.uri
Subinterfaces of PostUriInfo in org.apache.olingo.odata2.api.uriModifier and TypeInterfaceDescriptioninterfaceStructured parts of the request URI - the result of URI parsing. -
Uses of PostUriInfo in org.apache.olingo.odata2.core.uri
Classes in org.apache.olingo.odata2.core.uri that implement PostUriInfo