|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IEssOpReport interface.
Nested Class Summary |
Nested classes inherited from class com.essbase.api.dataquery.IEssOperation |
IEssOperation.EEssOperationType |
Method Summary | |
java.lang.String |
getReportSpecOrFileName()
Gets the report specification string (in the case where isReportSpec() returns true) or the report specification file name (in the case where isReportFileName() returns true). |
boolean |
isLock()
Checks if to lock associated data blocks. |
boolean |
isNoAttributes()
Checks if to obtain attributes for the resulting cell values. |
boolean |
isNoParsing()
Checks if to parse the report output into grid values. |
boolean |
isReportFileName()
Checks if this object holds a report file name. |
boolean |
isReportSpec()
Checks if this object holds a report specification. |
boolean |
isSyntaxCheckOnly()
Checks if to perform sytax check only. |
void |
set(boolean syntaxCheckOnly,
java.lang.String reportSpec,
boolean lock)
Constructs a report operation. |
void |
set(java.lang.String reportName,
boolean syntaxCheckOnly,
boolean lock)
Constructs a report operation. |
void |
setNoAttributes(boolean noAttributes)
Sets if to obtain attributes for the resulting cell values. |
void |
setNoParsing(boolean noParsing)
Sets if to parse the report output into grid values. |
Methods inherited from interface com.essbase.api.dataquery.IEssOperation |
getOperationType |
Method Detail |
public void set(java.lang.String reportName, boolean syntaxCheckOnly, boolean lock) throws EssException
reportName
- The name of report to run (without the extension).
It should exist in the olap app\db directory on the OLAP server that
this report will run on.syntaxCheckOnly
- true, if to perform syntax check only. (FOR FUTURE USE)lock
- true if to lock associated data blocks. (FOR FUTURE USE)
EssException
- if an error occurs.public void set(boolean syntaxCheckOnly, java.lang.String reportSpec, boolean lock) throws EssException
syntaxCheckOnly
- true if to perform syntax check only. (FOR FUTURE USE)lock
- true if to lock associated data blocks. (FOR FUTURE USE)
EssException
- if an error occurs.public java.lang.String getReportSpecOrFileName() throws EssException
EssException
- if an error occurs.public boolean isReportSpec() throws EssException
EssException
- if an error occurs.public boolean isReportFileName() throws EssException
EssException
- if an error occurs.public boolean isSyntaxCheckOnly() throws EssException
EssException
- if an error occurs.public boolean isLock() throws EssException
EssException
- if an error occurs.public boolean isNoAttributes() throws EssException
EssException
- if an error occurs.public void setNoAttributes(boolean noAttributes) throws EssException
noAttributes
- true to obtain attributes for the resulting cell
values.
EssException
- if an error occurs.public boolean isNoParsing() throws EssException
EssException
- if an error occurs.public void setNoParsing(boolean noParsing) throws EssException
noParsing
- true to not parse the report output into grid values.
Also, if you pass true to this parameter, you can get the unparsed output
using IEssGridView.toString().
EssException
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |