|
SAP BI Java SDK | |||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||
See:
Description
| Interface Summary | |
| IBIDrillDirectionType | Specifies which members are selected, either from levels below or above the level of the drilled-upon object. |
| IBIJoinType | Specifies how two tuple or member collections should interact with each other. |
| IBILevelType | Specifies the time granularity of the to-be-returned members. |
| IBIRankType | Specifies how tuples or members are restricted by the IBIRankingFilter.
|
| IBIRelationalOperatorType | Specifies the relational operator for the condition-based filter IBIConditionBasedFilter or for variable
values of type IBISapVariableValueRange.
|
| IBIResultPositionType | Specifies the position in which to display the totals on an IBIAxis.
|
| IBIResultSuppressionType | Specifies the conditions under which to calculate totals for an IBIAxisDimension. |
| IBISapRangeSignType | Specifies whether the given values should be included or excluded from the selection by using the SIGN component. |
| IBISapVariableSelectionType | Specifies the type of value selection for variables. |
| IBISortDirectionType | Specifies the sort direction of the set expression IBISort.
|
| Class Summary | |
| IBIDrillDirectionTypeEnum | Specifies which members are selected, either from levels below or above the level of the drilled-upon object. |
| IBIJoinTypeEnum | Specifies how two tuple or member collections should interact with each other. |
| IBILevelTypeEnum | Specifies the time granularity of the to-be-returned members. |
| IBIRankTypeEnum | Specifies how tuples or members are restricted by the IBIRankingFilter.
|
| IBIRelationalOperatorTypeEnum | Specifies the relational operator for the condition-based filter IBIConditionBasedFilter or for variable
values of type IBISapVariableValueRange.
|
| IBIResultPositionTypeEnum | Specifies the position in which to display the totals on an IBIAxis.
|
| IBIResultSuppressionTypeEnum | Specifies the conditions under which to calculate totals for an IBIAxisDimension. |
| IBISapRangeSignTypeEnum | Specifies whether the given values should be included or excluded from the selection by using the SIGN component. |
| IBISapVariableSelectionTypeEnum | Specifies the type of value selection for variables. |
| IBISortDirectionTypeEnum | Specifies the sort direction of the set expression IBISort.
|
Defines several types, with their corresponding enumerations, that are used as type safe input for other expressions. They diagrammed below:
Join types referred to
throughout the query model are also described here. For each join type, there
is one enumeration value of the type IBIJoinType.
The available types and their enumerations are also listed in the table below:
| Type | Enumeration | Description |
|---|---|---|
IBIJoinType |
|
see Join Types. |
IBIRankType |
|
The type of ranking you can select for the ranking filter. |
IBIDrillDirectionType |
|
The options for a drill operation. |
IBISortDirectionType |
|
Specifies sort order. |
IBILevelType |
|
Specifies a specific period of time. |
IBIRelationalOperatorType |
|
Specifies the relational operator for a condition-based filter. |
IBISapRangeSignType |
|
Specifies whether the given values should be included or excluded from the selection by using the SIGN component. |
IBISapVariableSelectionType |
|
Specifies one of three possible types of value selections for variables. |
IBIResultPositionType |
|
Specifies the position in which to display the totals on an IBIAxis. |
IBIResultSuppressionType |
|
Specifies the conditions under which to calculate totals for an IBIAxisDimension. |
|
SAP BI Java SDK | |||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||