Class PDFSetFlagsAddOn

  • All Implemented Interfaces:
    AppAddOns

    public class PDFSetFlagsAddOn
    extends AbstractAppAddOn
    Deprecated.
    the logic on this addOn has been moved to the PDFBeanImpl
    This add on works on the ReportBean on the pdfSaveReportProperties page. It sets some execution flags and property filters on the report instance
    Since:
    MicroStrategy Web 9.0.0
    • Constructor Detail

      • PDFSetFlagsAddOn

        public PDFSetFlagsAddOn()
        Deprecated.
    • Method Detail

      • setPropertySetFilter

        protected void setPropertySetFilter()
        Deprecated.
        Sets necessary Property Filters on the report
      • setReportFlags

        protected void setReportFlags()
        Deprecated.
        Sets the necessary report flags
      • setReportBean

        public void setReportBean​(java.lang.String reportBean)
        Deprecated.
        Sets the Bean name
        Parameters:
        reportBean - bean name
      • getAddOnDescription

        public java.lang.String getAddOnDescription()
        Deprecated.
        Description copied from interface: AppAddOns
        This method describes the tasks performed by the AddOn.
        Returns:
        the description of this Add On