Class RWDWizardAddOn

  • All Implemented Interfaces:
    AppAddOns

    public class RWDWizardAddOn
    extends AbstractAppAddOn

    Title: RWDWizardAddOn.

    Description: This add on takes care of setting the required result flags on the Document bean. Basically it sets the AddToInbox flag if set by the preferences and the feature is enable. This add on acts on the first DocumentBeans it finds on a page.

    Copyright: Copyright (c) 2002

    Company: Microstrategy, Inc.

    Since:
    MicroStrategy Web 8.0.0
    • Constructor Detail

      • RWDWizardAddOn

        public RWDWizardAddOn()
    • Method Detail

      • setBeanName

        public void setBeanName​(java.lang.String name)
        Since:
        MicroStrategy Web 9.0.0
      • getBeanName

        public java.lang.String getBeanName()
        Since:
        MicroStrategy Web 9.0.0
      • getAddOnDescription

        public java.lang.String getAddOnDescription()
        Description copied from interface: AppAddOns
        This method describes the tasks performed by the AddOn.
        Returns:
        The tasks which the Add On performs. This needs to be as descriptive as possible.