Uses of Interface
org.apache.olingo.server.api.uri.queryoption.SystemQueryOption
Packages that use SystemQueryOption
Package
Description
Olingo URI
Olingo Server API - URI - QueryOptions
-
Uses of SystemQueryOption in org.apache.olingo.server.api.uri
Methods in org.apache.olingo.server.api.uri that return types with arguments of type SystemQueryOptionModifier and TypeMethodDescriptionUriInfo.getSystemQueryOptions()Gets a list of all system query options which were in the URI. -
Uses of SystemQueryOption in org.apache.olingo.server.api.uri.queryoption
Subinterfaces of SystemQueryOption in org.apache.olingo.server.api.uri.queryoptionModifier and TypeInterfaceDescriptioninterfaceRepresents the system query option $apply, defined in the data aggregation extension.interfaceRepresents the system query option $count For example: http://.../entitySet?$count=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=abvinterfaceRepresents the system query option $top For example: http://.../entitySet?$top=10 -
Uses of SystemQueryOption in org.apache.olingo.server.core.uri
Methods in org.apache.olingo.server.core.uri that return types with arguments of type SystemQueryOptionMethods in org.apache.olingo.server.core.uri with parameters of type SystemQueryOptionModifier and TypeMethodDescriptionUriInfoImpl.setSystemQueryOption(SystemQueryOption systemOption) Adds system query option. -
Uses of SystemQueryOption in org.apache.olingo.server.core.uri.queryoption
Classes in org.apache.olingo.server.core.uri.queryoption that implement SystemQueryOptionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in org.apache.olingo.server.core.uri.queryoption with parameters of type SystemQueryOptionMethod parameters in org.apache.olingo.server.core.uri.queryoption with type arguments of type SystemQueryOptionModifier and TypeMethodDescriptionExpandItemImpl.setSystemQueryOptions(List<SystemQueryOption> list)