Interface DatasetObjectExplorerBean

    • Method Detail

      • getFolderId

        java.lang.String getFolderId()
        Returns:
        the folder identifier where the explorer will be opened by default
      • setFolderId

        void setFolderId​(java.lang.String folderId)
        Set the folder identifier where the explorer will be opened by default
        Parameters:
        folderId - String
      • getTargetTemplateKey

        java.lang.String getTargetTemplateKey()
        Returns:
        String value with the key of the template to be the target of the manipulation requested with this explorer
      • setTargetTemplateKey

        void setTargetTemplateKey​(java.lang.String key)
        Set the key of the template to be the target of the manipulation requested with this explorer
        Parameters:
        key - String value with the target template key
      • isRootFolder

        boolean isRootFolder()
        Returns:
        boolean value indicating if the current folder being viewed on the explorer is the root, as indicated on the folder links configuration
      • getBaseFolderId

        java.lang.String getBaseFolderId()
        Returns:
        String value with the id of the folder indicated to be the base, or starting point, for the explorer
      • isRestrictBrowse

        boolean isRestrictBrowse()
        Returns:
        boolean value indicating if the browsing action has been restricted for the user
      • setRestrictBrowse

        void setRestrictBrowse​(boolean value)
        Define whether the user will be able to browse above (or parents) the folder specified as base for this explorer
        Parameters:
        value - boolean indicating if the browsing action has been restricted for the user