Package | Description |
---|---|
org.apache.olingo.server.api.uri | |
org.apache.olingo.server.api.uri.queryoption |
Modifier and Type | Method and Description |
---|---|
Collection<SystemQueryOption> |
UriInfo.getSystemQueryOptions() |
Modifier and Type | Interface and Description |
---|---|
interface |
CountOption
Represents the system query option $count
For example:
http://.../entitySet?$count=true
|
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 |
TopOption
Represents the system query option $top
For example: http://.../entitySet?$top=10
|
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.