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

Packages that use GetEntitySetCountUriInfo
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 
 

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

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

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

Methods in org.apache.olingo.odata2.api.processor.part with parameters of type GetEntitySetCountUriInfo
 ODataResponse EntitySetProcessor.countEntitySet(GetEntitySetCountUriInfo uriInfo, String contentType)
          Counts the number of requested entities.
 

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

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



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