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

Packages that use GetEntityCountUriInfo
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.access OData JPA Processor API Library - Java Persistence Access 
org.apache.olingo.odata2.ref.processor   
 

Uses of GetEntityCountUriInfo in org.apache.olingo.odata2.api.processor
 

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

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

Methods in org.apache.olingo.odata2.api.processor.part with parameters of type GetEntityCountUriInfo
 ODataResponse EntityProcessor.existsEntity(GetEntityCountUriInfo uriInfo, String contentType)
          Checks whether an entity exists.
 

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

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

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

Methods in org.apache.olingo.odata2.jpa.processor.api.access with parameters of type GetEntityCountUriInfo
 long JPAProcessor.process(GetEntityCountUriInfo resultsView)
          Processes OData request for fetching Entity count.
 

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

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



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