Interface IReportManager2

  • All Superinterfaces:
    com4j.Com4jObject, IReportManager

    public interface IReportManager2
    extends IReportManager
    For HP use. IReportManager2 Interface.
    • 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.