Interface IExcelReportManager
-
- All Superinterfaces:
com4j.Com4jObject
public interface IExcelReportManager extends com4j.Com4jObject
For HP use. IExcelReportManager Interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
getReportQueryExecutor(int analysisItemId, java.lang.String sheetName)
Get an object for execution of a report query.com4j.Com4jObject
getTestQueryExecutor(java.lang.String sql)
Get an object for execution of a test query.
-
-
-
Method Detail
-
getReportQueryExecutor
com4j.Com4jObject getReportQueryExecutor(int analysisItemId, java.lang.String sheetName)
Get an object for execution of a report query.
- Parameters:
analysisItemId
- Mandatory int parameter.sheetName
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
getTestQueryExecutor
com4j.Com4jObject getTestQueryExecutor(java.lang.String sql)
Get an object for execution of a test query.
- Parameters:
sql
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
-