Interface AllObjectBrowserBean

    • Method Detail

      • getBrowseFor

        int getBrowseFor()
        Returns:
        the browsing purpose of the explorer editor whether it's used in folder browsing or object browser (in report execution)
      • setBrowseFor

        void setBrowseFor​(int browseFor)
        Sets the browsing purpose of the explorer editor whether it's used in folder browsing or object browser (in report execution)
      • setHasDataExplorer

        void setHasDataExplorer​(boolean hasDataExplorer)
        Sets whether to use the data explorer to render the browse contents or not
      • setReportTypeRestriction

        void setReportTypeRestriction​(java.lang.String restrictions)
      • setFilterTypeRestriction

        void setFilterTypeRestriction​(java.lang.String restrictions)
      • hasDataExplorer

        boolean hasDataExplorer()
        Gets the information of whether to use the data explorer to render the browse contents or not NOTE: used when browsing from attributes to the elements
      • isTargetingFilter

        boolean isTargetingFilter()
        Gets the information of whether in report creation or filter creation
        Returns:
        true if in filter creation mode
      • allowAllObjectBrowsing

        boolean allowAllObjectBrowsing()
        Specifies whether the user is allowed to browse all Objects to the project level
      • getStartingFolderID

        java.lang.String getStartingFolderID()
        Specifies whether a specific report is configured to browse from a certain folder.
        Returns:
        the folder ID if the report is configured with a specific browsing point.
      • getTreeRootFolder

        WebFolder getTreeRootFolder()
        Get the root folder for the entire object browser tree.
        Returns:
        the root folder.