| Package | Description |
|---|---|
| org.apache.olingo.server.api.uri.queryoption |
Olingo Server API - URI - QueryOptions
|
| org.apache.olingo.server.core.uri | |
| org.apache.olingo.server.core.uri.parser | |
| org.apache.olingo.server.core.uri.queryoption |
| 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
|
| Modifier and Type | Method and Description |
|---|---|
UriInfoImpl |
UriInfoImpl.setQueryOption(QueryOption option) |
| Modifier and Type | Method and Description |
|---|---|
protected 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AliasQueryOptionImpl |
class |
ApplyOptionImpl |
class |
CountOptionImpl |
class |
CustomQueryOptionImpl |
class |
DeltaTokenOptionImpl |
class |
ExpandOptionImpl |
class |
FilterOptionImpl |
class |
FormatOptionImpl |
class |
IdOptionImpl |
class |
LevelsOptionImpl |
class |
OrderByOptionImpl |
class |
QueryOptionImpl |
class |
SearchOptionImpl |
class |
SelectOptionImpl |
class |
SkipOptionImpl |
class |
SkipTokenOptionImpl |
class |
SystemQueryOptionImpl |
class |
TopOptionImpl |
Copyright © 2023. All rights reserved.