|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IEssOpCascade interface.
Nested Class Summary |
Nested classes inherited from class com.essbase.api.dataquery.IEssOperation |
IEssOperation.EEssOperationType |
Method Summary | |
void |
addRange(int startRow,
int startColumn,
int countRows,
int countColumns,
IEssOpZoomIn.EEssZoomInPreference pref)
Adds range of cells to cascade. |
int |
getCountRanges()
Gets the count of cell ranges to cascade. |
IEssIterator |
getRanges()
Gets the list of cell ranges to cascade. |
void |
set(boolean supMissing,
boolean listFile,
short level,
java.lang.String prefix,
java.lang.String suffix,
java.lang.String header,
java.lang.String footer,
java.lang.String path)
Sets cascading options. |
Methods inherited from interface com.essbase.api.dataquery.IEssOperation |
getOperationType |
Method Detail |
public void addRange(int startRow, int startColumn, int countRows, int countColumns, IEssOpZoomIn.EEssZoomInPreference pref) throws EssException
startRow
- The start row.startColumn
- The start column.countRows
- The count of rows.countColumns
- The count of columns.pref
- The zoom in preference.
EssException
- if an error occurs.public int getCountRanges() throws EssException
EssException
- if an error occurs.public IEssIterator getRanges() throws EssException
EssException
- if an error occurspublic void set(boolean supMissing, boolean listFile, short level, java.lang.String prefix, java.lang.String suffix, java.lang.String header, java.lang.String footer, java.lang.String path) throws EssException
EssException
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |