|
Oracle OLAP Java API Reference 10g Release 1 (10.1) B10994-01 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
An interface that specifies characteristics of a Cursor that you create using a CursorManager that you created with a DataProvider method that does not require a CursorManagerSpecification. For example, the createCursorManager(Source rootSource) method of a DataProvider creates a Cursor and also generates a CursorInfoSpecification for the Cursor.
DataProvider| Method Summary | |
Source |
getSource()Gets the Source for this CursorInfoSpecification. |
boolean |
isParentEndCalculationSpecified()Indicates whether the CursorInfoSpecification is set to calculate the ending position of the Cursor in the parent Cursor. |
boolean |
isParentStartCalculationSpecified()Indicates whether the CursorInfoSpecification is set to calculate the starting position of the Cursor in the parent Cursor. |
void |
setParentEndCalculationSpecified(boolean b)Specifies whether to calculate the ending position of the Cursor in the parent Cursor. |
void |
setParentStartCalculationSpecified(boolean b)Specifies whether to calculate the starting position of the Cursor in the parent Cursor. |
| Method Detail |
public Source getSource()
Source for this CursorInfoSpecification.Source for this CursorInfoSpecification.public boolean isParentEndCalculationSpecified()
CursorInfoSpecification is set to calculate the ending position of the Cursor in the parent Cursor.true if the CursorInfoSpecification is set to calculate the ending position of the Cursor in the parent Cursor and false otherwise.public boolean isParentStartCalculationSpecified()
CursorInfoSpecification is set to calculate the starting position of the Cursor in the parent Cursor.true if the CursorInfoSpecification is set to calculate the starting position of the Cursor in the parent Cursor and false otherwise.public void setParentEndCalculationSpecified(boolean b)
Cursor in the parent Cursor.b - true to calculate the ending position of the Cursor in the parent and false otherwise.public void setParentStartCalculationSpecified(boolean b)
Cursor in the parent Cursor.b - true to calculate the starting position of the Cursor in the parent and false otherwise.
|
Oracle OLAP Java API Reference 10g Release 1 (10.1) B10994-01 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||