Interface IReportManager2
-
- All Superinterfaces:
com4j.Com4jObject
,IReportManager
public interface IReportManager2 extends IReportManager
For HP use. IReportManager2 Interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
declineDownloadReport(java.lang.String reportFileName)
Decline report file downloadsint
startGenerateReportZipped(int analysisItemId)
Invokes a task that generates a zipped report file on the server.int
startGenerateVirtualReportZipped(java.lang.String reportConfigXml)
Invokes a task that generates a zipped report file on the server by sending a full configuration XML to the server.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.IReportManager
createReportUserTemplate, downloadReport, downloadReportProjectTemplateFile, downloadReportUserTemplateFile, downloadTemplateCreator, startGenerateReport, startGenerateReportPreview, startGenerateVirtualReport, startGenerateVirtualReportPreview, uploadReportProjectTemplateFile
-
-
-
-
Method Detail
-
startGenerateReportZipped
int startGenerateReportZipped(int analysisItemId)
Invokes a task that generates a zipped report file on the server.
- Parameters:
analysisItemId
- Mandatory int parameter.- Returns:
- Returns a value of type int
-
startGenerateVirtualReportZipped
int startGenerateVirtualReportZipped(java.lang.String reportConfigXml)
Invokes a task that generates a zipped report file on the server by sending a full configuration XML to the server.
- Parameters:
reportConfigXml
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type int
-
declineDownloadReport
void declineDownloadReport(java.lang.String reportFileName)
Decline report file downloads
- Parameters:
reportFileName
- Mandatory java.lang.String parameter.
-
-