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

Packages that use PostUriInfo
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 PostUriInfo in org.apache.olingo.odata2.api.processor
 

Methods in org.apache.olingo.odata2.api.processor with parameters of type PostUriInfo
 ODataResponse ODataSingleProcessor.createEntity(PostUriInfo uriInfo, InputStream content, String requestContentType, String contentType)
           
 ODataResponse 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 PostUriInfo
 ODataResponse EntitySetProcessor.createEntity(PostUriInfo uriInfo, InputStream content, String requestContentType, String contentType)
          Creates an entity.
 ODataResponse 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.uri
 interface UriInfo
          Structured parts of the request URI - the result of URI parsing.
 

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

Methods in org.apache.olingo.odata2.jpa.processor.api with parameters of type PostUriInfo
 ODataResponse ODataJPAResponseBuilder.build(PostUriInfo postUriInfo, Object createdObject, String contentType)
          The method builds an OData response for an OData Create Request from a created JPA entity.
 

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

Methods in org.apache.olingo.odata2.jpa.processor.api.access with parameters of type PostUriInfo
 Object JPAProcessor.process(PostUriInfo createView, InputStream content, String requestContentType)
          Processes OData request for creating Entity.
 void JPAProcessor.process(PostUriInfo uriParserResultView, InputStream content, String requestContentType, String contentType)
          Process OData request for creating Links.
 Object JPAProcessor.process(PostUriInfo createView, Map<String,Object> content)
          Processes OData request for creating Entity.
 

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

Methods in org.apache.olingo.odata2.ref.processor with parameters of type PostUriInfo
 ODataResponse ListsProcessor.createEntity(PostUriInfo uriInfo, InputStream content, String requestContentType, String contentType)
           
 ODataResponse ListsProcessor.createEntityLink(PostUriInfo uriInfo, InputStream content, String requestContentType, String contentType)
           
 



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