Uses of Interface
org.apache.olingo.odata2.api.uri.info.PostUriInfo
-
Packages that use PostUriInfo Package Description org.apache.olingo.odata2.api.processor Data Processororg.apache.olingo.odata2.api.processor.part Processor Partsorg.apache.olingo.odata2.api.uri 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 PostUriInfo Modifier and Type Method Description ODataResponseODataSingleProcessor. createEntity(PostUriInfo uriInfo, InputStream content, String requestContentType, String contentType)ODataResponseODataSingleProcessor. 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 Modifier and Type Method Description ODataResponseEntitySetProcessor. createEntity(PostUriInfo uriInfo, InputStream content, String requestContentType, String contentType)Creates an entity.ODataResponseEntityLinksProcessor. 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 Modifier and Type Interface Description interfaceUriInfoStructured parts of the request URI - the result of URI parsing.
-