Uses of Package
org.apache.olingo.server.api.uri.queryoption
Packages that use org.apache.olingo.server.api.uri.queryoption
Package
Description
Olingo Server API - Deserializer
Olingo Server API - Serializer
Olingo URI
Olingo Server API - URI - QueryOptions
-
Classes in org.apache.olingo.server.api.uri.queryoption used by org.apache.olingo.server.api.deserializerClassDescriptionRepresents the system query option $expand For example: http://.../entitySet?$expand=Products,Customers
-
Classes in org.apache.olingo.server.api.uri.queryoption used by org.apache.olingo.server.api.serializerClassDescriptionRepresents the system query option $count For example: http://.../entitySet?$count=trueRepresents the system query option $expand For example: http://.../entitySet?$expand=Products,CustomersRepresents the system query option $select For example: http://.../entitySet?select=name,age
-
Classes in org.apache.olingo.server.api.uri.queryoption used by org.apache.olingo.server.api.uriClassDescriptionRepresents an alias value defined as query option For example: http://.../?filter=@value eq name&@value='test'Represents the system query option $apply, defined in the data aggregation extension.Represents the system query option $count For example: http://.../entitySet?$count=trueRepresents a custom query option For example: http://.../entitySet?myOption=trueRepresents the system query option $expand For example: http://.../entitySet?$expand=Products,CustomersRepresents the system query option $filter For example: http://.../entitySet?$filter=name eq 'tester'Represents the system query option $format For example: http://.../entitySet?$format=jsonRepresents the system query option $id when using a entity-id to resolve the entity For example: http://.../$entity?$id=Products(0)Represents the system query option $orderby For example: http://.../Employees?$orderby=Name, Age descRepresents the system query option $search For example: http://.../entitySet?$search=SearchStringRepresents the system query option $select For example: http://.../entitySet?select=name,ageRepresents the system query option $skip For example: http://.../entitySet?$skip=10Represents the system query option $skiptoken For example: http://.../entitySet?$skiptoken=abvSuper interface used for any system query optionRepresents the system query option $top For example: http://.../entitySet?$top=10
-
Classes in org.apache.olingo.server.api.uri.queryoption used by org.apache.olingo.server.api.uri.queryoptionClassDescriptionRepresents a single transformation from the system query option $apply.The kind of the transformation.Represents the system query option $apply, defined in the data aggregation extension.Represents the system query option $count For example: http://.../entitySet?$count=trueRepresents a single resource path which should be expanded with using the system query option $expand For example: http://.../entitySet?$expand=Products($filter=DiscontinuedDate eq null)Represents the system query option $expand For example: http://.../entitySet?$expand=Products,CustomersRepresents the system query option $filter For example: http://.../entitySet?$filter=name eq 'tester'Represents the system query option $levels when used inside $expand For example: http://.../Employees?$expand=Model.Manager/DirectReports($levels=3)Represents a single orderby information For example: http://.../Employees?$orderby=NameRepresents the system query option $orderby For example: http://.../Employees?$orderby=Name, Age descSuper interface used for any query optionRepresents the system query option $search For example: http://.../entitySet?$search=SearchStringRepresents a single select item information For example: http://.../Employees?select=name,ageRepresents the system query option $select For example: http://.../entitySet?select=name,ageRepresents the system query option $skip For example: http://.../entitySet?$skip=10Super interface used for any system query optionDefines the supported system query options.Represents the system query option $top For example: http://.../entitySet?$top=10
-
Classes in org.apache.olingo.server.api.uri.queryoption used by org.apache.olingo.server.api.uri.queryoption.applyClassDescriptionRepresents a single transformation from the system query option $apply.The kind of the transformation.Represents the system query option $apply, defined in the data aggregation extension.Represents the system query option $expand For example: http://.../entitySet?$expand=Products,CustomersRepresents the system query option $filter For example: http://.../entitySet?$filter=name eq 'tester'Represents the system query option $orderby For example: http://.../Employees?$orderby=Name, Age descRepresents the system query option $search For example: http://.../entitySet?$search=SearchStringRepresents the system query option $skip For example: http://.../entitySet?$skip=10Represents the system query option $top For example: http://.../entitySet?$top=10
-
Classes in org.apache.olingo.server.api.uri.queryoption used by org.apache.olingo.server.coreClassDescriptionRepresents the system query option $format For example: http://.../entitySet?$format=json
-
Classes in org.apache.olingo.server.api.uri.queryoption used by org.apache.olingo.server.core.deserializerClassDescriptionRepresents the system query option $expand For example: http://.../entitySet?$expand=Products,Customers
-
Classes in org.apache.olingo.server.api.uri.queryoption used by org.apache.olingo.server.core.deserializer.helperClassDescriptionRepresents the system query option $expand For example: http://.../entitySet?$expand=Products,Customers
-
Classes in org.apache.olingo.server.api.uri.queryoption used by org.apache.olingo.server.core.serializer.jsonClassDescriptionRepresents the system query option $count For example: http://.../entitySet?$count=trueRepresents the system query option $expand For example: http://.../entitySet?$expand=Products,CustomersRepresents the system query option $select For example: http://.../entitySet?select=name,age
-
Classes in org.apache.olingo.server.api.uri.queryoption used by org.apache.olingo.server.core.serializer.utilsClassDescriptionRepresents a single resource path which should be expanded with using the system query option $expand For example: http://.../entitySet?$expand=Products($filter=DiscontinuedDate eq null)Represents the system query option $expand For example: http://.../entitySet?$expand=Products,CustomersRepresents a single select item information For example: http://.../Employees?select=name,ageRepresents the system query option $select For example: http://.../entitySet?select=name,age
-
Classes in org.apache.olingo.server.api.uri.queryoption used by org.apache.olingo.server.core.uriClassDescriptionRepresents an alias value defined as query option For example: http://.../?filter=@value eq name&@value='test'Represents the system query option $apply, defined in the data aggregation extension.Represents the system query option $count For example: http://.../entitySet?$count=trueRepresents a custom query option For example: http://.../entitySet?myOption=trueRepresents the system query option $expand For example: http://.../entitySet?$expand=Products,CustomersRepresents the system query option $filter For example: http://.../entitySet?$filter=name eq 'tester'Represents the system query option $format For example: http://.../entitySet?$format=jsonRepresents the system query option $id when using a entity-id to resolve the entity For example: http://.../$entity?$id=Products(0)Represents the system query option $orderby For example: http://.../Employees?$orderby=Name, Age descSuper interface used for any query optionRepresents the system query option $search For example: http://.../entitySet?$search=SearchStringRepresents the system query option $select For example: http://.../entitySet?select=name,ageRepresents the system query option $skip For example: http://.../entitySet?$skip=10Represents the system query option $skiptoken For example: http://.../entitySet?$skiptoken=abvSuper interface used for any system query optionRepresents the system query option $top For example: http://.../entitySet?$top=10
-
Classes in org.apache.olingo.server.api.uri.queryoption used by org.apache.olingo.server.core.uri.parserClassDescriptionRepresents an alias value defined as query option For example: http://.../?filter=@value eq name&@value='test'Represents the system query option $apply, defined in the data aggregation extension.Represents the system query option $expand For example: http://.../entitySet?$expand=Products,CustomersRepresents the system query option $filter For example: http://.../entitySet?$filter=name eq 'tester'Represents the system query option $orderby For example: http://.../Employees?$orderby=Name, Age descSuper interface used for any query optionRepresents the system query option $search For example: http://.../entitySet?$search=SearchStringRepresents the system query option $select For example: http://.../entitySet?select=name,age
-
Classes in org.apache.olingo.server.api.uri.queryoption used by org.apache.olingo.server.core.uri.parser.searchClassDescriptionRepresents the system query option $search For example: http://.../entitySet?$search=SearchString
-
Classes in org.apache.olingo.server.api.uri.queryoption used by org.apache.olingo.server.core.uri.queryoptionClassDescriptionRepresents an alias value defined as query option For example: http://.../?filter=@value eq name&@value='test'Represents a single transformation from the system query option $apply.Represents the system query option $apply, defined in the data aggregation extension.Represents the system query option $count For example: http://.../entitySet?$count=trueRepresents a custom query option For example: http://.../entitySet?myOption=trueRepresents a single resource path which should be expanded with using the system query option $expand For example: http://.../entitySet?$expand=Products($filter=DiscontinuedDate eq null)Represents the system query option $expand For example: http://.../entitySet?$expand=Products,CustomersRepresents the system query option $filter For example: http://.../entitySet?$filter=name eq 'tester'Represents the system query option $format For example: http://.../entitySet?$format=jsonRepresents the system query option $id when using a entity-id to resolve the entity For example: http://.../$entity?$id=Products(0)Represents the system query option $levels when used inside $expand For example: http://.../Employees?$expand=Model.Manager/DirectReports($levels=3)Represents a single orderby information For example: http://.../Employees?$orderby=NameRepresents the system query option $orderby For example: http://.../Employees?$orderby=Name, Age descSuper interface used for any query optionRepresents the system query option $search For example: http://.../entitySet?$search=SearchStringRepresents a single select item information For example: http://.../Employees?select=name,ageRepresents the system query option $select For example: http://.../entitySet?select=name,ageRepresents the system query option $skip For example: http://.../entitySet?$skip=10Represents the system query option $skiptoken For example: http://.../entitySet?$skiptoken=abvSuper interface used for any system query optionDefines the supported system query options.Represents the system query option $top For example: http://.../entitySet?$top=10
-
Classes in org.apache.olingo.server.api.uri.queryoption used by org.apache.olingo.server.core.uri.queryoption.applyClassDescriptionRepresents a single transformation from the system query option $apply.The kind of the transformation.Represents the system query option $apply, defined in the data aggregation extension.Represents the system query option $expand For example: http://.../entitySet?$expand=Products,CustomersRepresents the system query option $filter For example: http://.../entitySet?$filter=name eq 'tester'Represents the system query option $orderby For example: http://.../Employees?$orderby=Name, Age descRepresents the system query option $search For example: http://.../entitySet?$search=SearchStringRepresents the system query option $skip For example: http://.../entitySet?$skip=10Represents the system query option $top For example: http://.../entitySet?$top=10
-
Classes in org.apache.olingo.server.api.uri.queryoption used by org.apache.olingo.server.core.uri.queryoption.expressionClassDescriptionRepresents an alias value defined as query option For example: http://.../?filter=@value eq name&@value='test'