| Package | Description |
|---|---|
| org.apache.olingo.server.api.uri.queryoption |
Olingo Server API - URI - QueryOptions
|
| org.apache.olingo.server.api.uri.queryoption.apply | |
| org.apache.olingo.server.core.uri.queryoption | |
| org.apache.olingo.server.core.uri.queryoption.apply |
| Modifier and Type | Method and Description |
|---|---|
List<ApplyItem> |
ApplyOption.getApplyItems() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Aggregate
Represents the aggregate transformation.
|
interface |
BottomTop
Represents a transformation with one of the pre-defined methods
bottomcount, bottompercent, bottomsum,
topcount, toppercent, topsum. |
interface |
Compute
Represents the compute transformation.
|
interface |
Concat
Represents the concat transformation.
|
interface |
CustomFunction
Represents a transformation with a custom function.
|
interface |
Expand
Represents the expand transformation.
|
interface |
Filter
Represents the filter transformation.
|
interface |
GroupBy
Represents the grouping transformation.
|
interface |
Identity
Represents the identity transformation.
|
interface |
OrderBy
Represents the orderby transformation.
|
interface |
Search
Represents the search transformation.
|
interface |
Skip
Represents the skip transformation.
|
interface |
Top
Represents the top transformation.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplyItem> |
ApplyOptionImpl.getApplyItems() |
| Modifier and Type | Method and Description |
|---|---|
ApplyOptionImpl |
ApplyOptionImpl.add(ApplyItem transformation) |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregateImpl
Represents the aggregate transformation.
|
class |
BottomTopImpl
Represents a transformation with one of the pre-defined methods
bottomcount, bottompercent, bottomsum,
topcount, toppercent, topsum. |
class |
ComputeImpl
Represents the compute transformation.
|
class |
ConcatImpl
Represents the concat transformation.
|
class |
CustomFunctionImpl
Represents a transformation with a custom function.
|
class |
ExpandImpl
Represents the expand transformation.
|
class |
FilterImpl
Represents the filter transformation.
|
class |
GroupByImpl
Represents the grouping transformation.
|
class |
IdentityImpl
Represents the identity transformation.
|
class |
OrderByImpl |
class |
SearchImpl
Represents the search transformation.
|
class |
SkipImpl |
class |
TopImpl |
Copyright © 2023. All rights reserved.