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

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

Methods in org.apache.olingo.odata2.api.processor with parameters of type GetEntitySetLinksUriInfo
 ODataResponse ODataSingleProcessor.readEntityLinks(GetEntitySetLinksUriInfo uriInfo, String contentType)
           
 

Uses of GetEntitySetLinksUriInfo in org.apache.olingo.odata2.api.processor.part
 

Methods in org.apache.olingo.odata2.api.processor.part with parameters of type GetEntitySetLinksUriInfo
 ODataResponse EntityLinksProcessor.readEntityLinks(GetEntitySetLinksUriInfo uriInfo, String contentType)
          Reads the URIs of the target entities of a navigation property.
 

Uses of GetEntitySetLinksUriInfo in org.apache.olingo.odata2.api.uri
 

Subinterfaces of GetEntitySetLinksUriInfo in org.apache.olingo.odata2.api.uri
 interface UriInfo
          Structured parts of the request URI - the result of URI parsing.
 

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

Methods in org.apache.olingo.odata2.jpa.processor.api with parameters of type GetEntitySetLinksUriInfo
 ODataResponse ODataJPAResponseBuilder.build(GetEntitySetLinksUriInfo queryLinkUriInfo, List<Object> jpaEntity, String contentType)
          The method builds an OData response for an OData Query Link Request from a queried JPA Entity and its related JPA Entities.
 

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

Methods in org.apache.olingo.odata2.jpa.processor.api.access with parameters of type GetEntitySetLinksUriInfo
<T> List<T>
JPAProcessor.process(GetEntitySetLinksUriInfo uriParserResultView)
          Processes OData request for executing $links OData command for N:1 relation.
 

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

Methods in org.apache.olingo.odata2.ref.processor with parameters of type GetEntitySetLinksUriInfo
 ODataResponse ListsProcessor.readEntityLinks(GetEntitySetLinksUriInfo uriInfo, String contentType)
           
 



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