Interface FolderObjectExplorerBean

    • Method Detail

      • getFolderBean

        FolderBean getFolderBean()
        Returns:
        the FolderBean that represents the objects contained by the editor
      • getRootFolderID

        java.lang.String getRootFolderID()
        Returns:
        the id of the root folder the FolderBean is based on when browsing
        Since:
        MicroStrategy Web 9.0.0
      • getConfiguredRootFolderID

        java.lang.String getConfiguredRootFolderID()
                                            throws WebObjectsException
        Gets the root folder specified in the context
        Throws:
        WebObjectsException
        Since:
        MicroStrategy Web 9.0.0
      • getLinksContextID

        int getLinksContextID()
        Returns:
        the context id used to retrieve links
        Since:
        MicroStrategy Web 9.0.0
      • getRenderRoot

        boolean getRenderRoot()
        Since:
        MicroStrategy Web 9.0.0
      • setRenderRoot

        void setRenderRoot​(boolean renderRoot)
        Since:
        MicroStrategy Web 9.0.0
      • resetFolderBean

        void resetFolderBean()
        Since:
        MicroStrategy Web 9.0.0
      • setExcludeShortcut

        void setExcludeShortcut​(boolean excludeShortcut)
        Set flag to exclude Shortcut objects from search results
        Parameters:
        excludeShortcut -
      • isExcludeShortcut

        boolean isExcludeShortcut()
        Set flag to exclude Shortcut objects from search results
        Parameters:
        excludeShortcut -
      • setQuickSearch

        void setQuickSearch​(boolean quickSearch)
        set flag whether to use Quick Search engine
        Parameters:
        quickSearch -
      • isQuickSearch

        boolean isQuickSearch()
      • getTrimedAncestors

        java.util.ArrayList<WebDisplayUnit> getTrimedAncestors()
        Get an List of WebDisplayUnit objects containing the list of of the current object's ancestors (parent folders), it will trim the user profile folder if it is in the ancestor list
        Returns: