Interface AppAddOns

    • Method Detail

      • preCollectData

        void preCollectData​(PageComponent pg)
        This is the main method of the add on which executes the add on. This has to be a static method.
        Parameters:
        pg - is the PageComponent.
        Since:
        MicroStrategy Web 7.5.0
      • getAddOnDescription

        java.lang.String getAddOnDescription()
        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.
      • postCollectData

        void postCollectData​(PageComponent pg)
        Executes post collectData operations.
        Since:
        MicroStrategy Web 7.5.0
      • isCollectDataRequired

        boolean isCollectDataRequired​(PageComponent pg,
                                      WebComponent child)
        Determins wheter the page should call collect data on the child
        Parameters:
        pg - the PageComponent instance
        child - the child of the page}
        Returns:
        true if the collect data must be called
        Since:
        MicroStrategy Web 8.0.0