| Package | Description |
|---|---|
| org.apache.olingo.server.api.deserializer |
Olingo Server API - Deserializer
|
| org.apache.olingo.server.api.serializer |
Olingo Server API - Serializer
|
| org.apache.olingo.server.api.uri |
Olingo URI
|
| org.apache.olingo.server.api.uri.queryoption |
Olingo Server API - URI - QueryOptions
|
| org.apache.olingo.server.api.uri.queryoption.apply |
| Class and Description |
|---|
| ExpandOption
Represents the system query option $expand
For example: http://.../entitySet?$expand=Products,Customers
|
| Class and Description |
|---|
| CountOption
Represents the system query option $count
For example:
http://.../entitySet?$count=true
|
| ExpandOption
Represents the system query option $expand
For example: http://.../entitySet?$expand=Products,Customers
|
| SelectOption
Represents the system query option $select
For example: http://.../entitySet?select=name,age
|
| Class and Description |
|---|
| AliasQueryOption
Represents an alias value defined as query option
For example:
http://.../?filter=@value eq name&@value='test'
|
| ApplyOption
Represents the system query option $apply, defined in the data aggregation extension.
|
| CountOption
Represents the system query option $count
For example:
http://.../entitySet?$count=true
|
| CustomQueryOption
Represents a custom query option
For example:
http://.../entitySet?myOption=true
|
| DeltaTokenOption |
| ExpandOption
Represents the system query option $expand
For example: http://.../entitySet?$expand=Products,Customers
|
| FilterOption
Represents the system query option $filter
For example: http://.../entitySet?$filter=name eq 'tester'
|
| FormatOption
Represents the system query option $format
For example: http://.../entitySet?$format=json
|
| IdOption
Represents the system query option $id when using a entity-id to resolve the entity
For example: http://.../$entity?$id=Products(0)
|
| OrderByOption
Represents the system query option $orderby
For example: http://.../Employees?$orderby=Name, Age desc
|
| SearchOption
Represents the system query option $search
For example: http://.../entitySet?$search=SearchString
|
| SelectOption
Represents the system query option $select
For example: http://.../entitySet?select=name,age
|
| SkipOption
Represents the system query option $skip
For example: http://.../entitySet?$skip=10
|
| SkipTokenOption
Represents the system query option $skiptoken
For example: http://.../entitySet?$skiptoken=abv
|
| SystemQueryOption
Super interface used for any system query option
|
| TopOption
Represents the system query option $top
For example: http://.../entitySet?$top=10
|
| Class and Description |
|---|
| ApplyItem
Represents a single transformation from the system query option $apply.
|
| ApplyItem.Kind
The kind of the transformation.
|
| ApplyOption
Represents the system query option $apply, defined in the data aggregation extension.
|
| CountOption
Represents the system query option $count
For example:
http://.../entitySet?$count=true
|
| ExpandItem
Represents a single resource path which should be expanded with using the system query option $expand
For example: http://.../entitySet?$expand=Products($filter=DiscontinuedDate eq null)
|
| ExpandOption
Represents the system query option $expand
For example: http://.../entitySet?$expand=Products,Customers
|
| FilterOption
Represents the system query option $filter
For example: http://.../entitySet?$filter=name eq 'tester'
|
| LevelsExpandOption
Represents the system query option $levels when used inside $expand
For example: http://.../Employees?$expand=Model.Manager/DirectReports($levels=3)
|
| OrderByItem
Represents a single orderby information
For example: http://.../Employees?$orderby=Name
|
| OrderByOption
Represents the system query option $orderby
For example: http://.../Employees?$orderby=Name, Age desc
|
| QueryOption
Super interface used for any query option
|
| SearchOption
Represents the system query option $search
For example: http://.../entitySet?$search=SearchString
|
| SelectItem
Represents a single select item information
For example: http://.../Employees?select=name,age
|
| SelectOption
Represents the system query option $select
For example: http://.../entitySet?select=name,age
|
| SkipOption
Represents the system query option $skip
For example: http://.../entitySet?$skip=10
|
| SystemQueryOption
Super interface used for any system query option
|
| SystemQueryOptionKind
Defines the supported system query options.
|
| TopOption
Represents the system query option $top
For example: http://.../entitySet?$top=10
|
| Class and Description |
|---|
| ApplyItem
Represents a single transformation from the system query option $apply.
|
| ApplyOption
Represents the system query option $apply, defined in the data aggregation extension.
|
| ExpandOption
Represents the system query option $expand
For example: http://.../entitySet?$expand=Products,Customers
|
| FilterOption
Represents the system query option $filter
For example: http://.../entitySet?$filter=name eq 'tester'
|
| SearchOption
Represents the system query option $search
For example: http://.../entitySet?$search=SearchString
|
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.