Interface ObjectBrowserBean

    • Method Detail

      • getCurrentTab

        int getCurrentTab()
        Deprecated.
        Get the tab that it's currently selected for being displayed by the Object Browser.
        Returns:
        Element from the EnumObjectBrowserTabs enumeration representing the current tab.
      • setCurrentTab

        void setCurrentTab​(int currentTab)
        Deprecated.
        Set the tab to be displayed by the Object Browser as current one.
        Parameters:
        currentTab - Element from the EnumObjectBrowserTabs enumeration
      • getCurrentFolderID

        java.lang.String getCurrentFolderID()
        Deprecated.
        Returns the folderID of the object currently being displayed on the All Objects tab by the ObjectBrowser
        Returns:
        the folder ID currently being used
      • setCurrentFolderID

        void setCurrentFolderID​(java.lang.String folderID)
        Deprecated.
        Set the folderID of the object currently being displayed on the All Objects tab by the ObjectBrowser.
        Parameters:
        folderID - sets the ID of the folder to be displayed
      • getCurrentPage

        int getCurrentPage()
        Deprecated.
        Get the value of the current page being browsed on the All Objects tab
        Returns:
        the page number being displayed
      • setCurrentPage

        void setCurrentPage​(int pageNumber)
        Deprecated.
        Set the value of the current page being browsed on the All Objects tab
        Parameters:
        pageNumber - the page number to be displayed
      • getSearchString

        java.lang.String getSearchString()
        Deprecated.
        Get the string of the search currently being executed
        Returns:
        the string used on the current search
      • setSearchString

        void setSearchString​(java.lang.String searchString)
        Deprecated.
        Set the string of the search to be executed.
        Parameters:
        searchString - String containing the words to search for.
      • getSearchID

        java.lang.String getSearchID()
        Deprecated.
        Get the identifier of the search currently being executed. This identifier corresponds to the one assigned by the IServer once a search object has been executed, it does not represent the identifier of an object stored on metadata.
        Returns:
        the searchID of the last search ran
      • setSearchID

        void setSearchID​(java.lang.String searchID)
        Deprecated.
        Set the identifier of the search to be executed
        Parameters:
        searchID - String containing the ID of the search to be executed. This identifier corresponds to the one assigned by the IServer once a search object has been executed, it does not represent the identifier of an object stored on metadata.
      • setNewSearch

        void setNewSearch​(boolean newSearch)
        Deprecated.
        Defines if the search is a new one to execute or not. Forces the cache of the current search identifier to be released and a new search object to get executed, based on arguments such as the search string, which should be assigned after this flag has been set to True.
        Parameters:
        newSearch - indicates if the search set is to be a new one or not