Uses of Interface
org.apache.olingo.server.api.uri.queryoption.QueryOption
Packages that use QueryOption
Package
Description
Olingo Server API - URI - QueryOptions
-
Uses of QueryOption in org.apache.olingo.server.api.uri.queryoption
Subinterfaces of QueryOption in org.apache.olingo.server.api.uri.queryoptionModifier and TypeInterfaceDescriptioninterfaceRepresents an alias value defined as query option For example: http://.../?filter=@value eq name&@value='test'interfaceRepresents the system query option $apply, defined in the data aggregation extension.interfaceRepresents the system query option $count For example: http://.../entitySet?$count=trueinterfaceRepresents a custom query option For example: http://.../entitySet?myOption=trueinterfaceinterfaceRepresents the system query option $expand For example: http://.../entitySet?$expand=Products,CustomersinterfaceRepresents the system query option $filter For example: http://.../entitySet?$filter=name eq 'tester'interfaceRepresents the system query option $format For example: http://.../entitySet?$format=jsoninterfaceRepresents the system query option $id when using a entity-id to resolve the entity For example: http://.../$entity?$id=Products(0)interfaceRepresents the system query option $orderby For example: http://.../Employees?$orderby=Name, Age descinterfaceRepresents the system query option $search For example: http://.../entitySet?$search=SearchStringinterfaceRepresents the system query option $select For example: http://.../entitySet?select=name,ageinterfaceRepresents the system query option $skip For example: http://.../entitySet?$skip=10interfaceRepresents the system query option $skiptoken For example: http://.../entitySet?$skiptoken=abvinterfaceSuper interface used for any system query optioninterfaceRepresents the system query option $top For example: http://.../entitySet?$top=10 -
Uses of QueryOption in org.apache.olingo.server.core.uri
Methods in org.apache.olingo.server.core.uri with parameters of type QueryOption -
Uses of QueryOption in org.apache.olingo.server.core.uri.parser
Methods in org.apache.olingo.server.core.uri.parser that return types with arguments of type QueryOptionModifier and TypeMethodDescriptionprotected static List<QueryOption>UriDecoder.splitAndDecodeOptions(String queryOptionString) Splits the query-option string at '&' characters, the resulting parts at '=' characters, and separately percent-decodes names and values of the resulting name-value pairs. -
Uses of QueryOption in org.apache.olingo.server.core.uri.queryoption
Classes in org.apache.olingo.server.core.uri.queryoption that implement QueryOptionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass