Class ReportExecuteParams


  • public class ReportExecuteParams
    extends java.lang.Object
    • Method Detail

      • getSessionId

        public java.lang.String getSessionId()
        Returns:
        A valid Session Id.
      • getReportId

        public java.lang.String getReportId()
        Returns:
        The ID of the report to run.
      • getExecutionFlags

        public int getExecutionFlags()
        Returns:
        Flags specify different options for the execution.
      • getExecutionFlagsExtension

        public int getExecutionFlagsExtension()
        Returns:
        Flags specify different options for the execution extension flags.
      • getResultFlags

        public int getResultFlags()
        Returns:
        Flags tells the server how to present the results.
      • getPromptAnswer

        public java.lang.String getPromptAnswer()
        Returns:
        Answer to prompt.
      • getViewSetting

        public java.lang.String getViewSetting()
        Returns:
        XML (containing view index, deltaXML, grid/graph properties) for setting the view of the report.
      • getWindowSetting

        public java.lang.String getWindowSetting()
        Returns:
        XML (starting row, starting column, max row, max column) for a display window.
      • getExtParam

        public java.lang.String getExtParam()
        Returns:
        Indicates any applicable extendable parameters.
      • getRequestTimeout

        public int getRequestTimeout()
        Returns:
        Request timeout value.
      • getStyleXSL

        public java.lang.String getStyleXSL()
        Returns:
        XSL for the report style.
      • getWebProperties

        public java.lang.String getWebProperties()
        Returns:
        Properties associated with this report.
      • getSubscriptionId

        public java.lang.String getSubscriptionId()
        Returns:
        ID of subscription if we run the report from subscriptions.