Package | Description |
---|---|
org.apache.olingo.server.api.uri.queryoption |
Olingo Server API - URI - QueryOptions
|
Modifier and Type | Interface and Description |
---|---|
interface |
AliasQueryOption
Represents an alias value defined as query option
For example:
http://.../?filter=@value eq name&@value='test'
|
interface |
ApplyOption
Represents the system query option $apply, defined in the data aggregation extension.
|
interface |
CountOption
Represents the system query option $count
For example:
http://.../entitySet?$count=true
|
interface |
CustomQueryOption
Represents a custom query option
For example:
http://.../entitySet?myOption=true
|
interface |
DeltaTokenOption |
interface |
ExpandOption
Represents the system query option $expand
For example: http://.../entitySet?$expand=Products,Customers
|
interface |
FilterOption
Represents the system query option $filter
For example: http://.../entitySet?$filter=name eq 'tester'
|
interface |
FormatOption
Represents the system query option $format
For example: http://.../entitySet?$format=json
|
interface |
IdOption
Represents the system query option $id when using a entity-id to resolve the entity
For example: http://.../$entity?$id=Products(0)
|
interface |
OrderByOption
Represents the system query option $orderby
For example: http://.../Employees?$orderby=Name, Age desc
|
interface |
SearchOption
Represents the system query option $search
For example: http://.../entitySet?$search=SearchString
|
interface |
SelectOption
Represents the system query option $select
For example: http://.../entitySet?select=name,age
|
interface |
SkipOption
Represents the system query option $skip
For example: http://.../entitySet?$skip=10
|
interface |
SkipTokenOption
Represents the system query option $skiptoken
For example: http://.../entitySet?$skiptoken=abv
|
interface |
SystemQueryOption
Super interface used for any system query option
|
interface |
TopOption
Represents the system query option $top
For example: http://.../entitySet?$top=10
|
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.