com.microstrategy.web.app.beans.ObjectBrowserBean |
This interface is deprecated.
The class has been replaced by ObjectBrowserManagerBean.
This class represents the bean that will be in charge of displaying the Object Browser that will enable users to modify the elements included on the grid.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getCurrentFolderID()
Returns the folderID of the object currently being displayed on the All Objects
tab by the ObjectBrowser
| ||||||||||
abstract int |
getCurrentPage()
Get the value of the current page being browsed on the All Objects tab
| ||||||||||
abstract int |
getCurrentTab()
Get the tab that it's currently selected for being displayed by the
Object Browser.
| ||||||||||
abstract String |
getSearchID()
Get the identifier of the search currently being executed.
| ||||||||||
abstract String |
getSearchString()
Get the string of the search currently being executed
| ||||||||||
abstract void |
setCurrentFolderID(String folderID)
Set the folderID of the object currently being displayed on the All Objects
tab by the ObjectBrowser.
| ||||||||||
abstract void |
setCurrentPage(int pageNumber)
Set the value of the current page being browsed on the All Objects tab
| ||||||||||
abstract void |
setCurrentTab(int currentTab)
Set the tab to be displayed by the Object Browser as current one.
| ||||||||||
abstract void |
setNewSearch(boolean newSearch)
Defines if the search is a new one to execute or not.
| ||||||||||
abstract void |
setSearchID(String searchID)
Set the identifier of the search to be executed
| ||||||||||
abstract void |
setSearchString(String searchString)
Set the string of the search to be executed.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns the folderID of the object currently being displayed on the All Objects tab by the ObjectBrowser
Get the value of the current page being browsed on the All Objects tab
Get the tab that it's currently selected for being displayed by the Object Browser.
EnumObjectBrowserTabs
enumeration representing
the current tab.
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.
Get the string of the search currently being executed
Set the folderID of the object currently being displayed on the All Objects tab by the ObjectBrowser.
folderID | sets the ID of the folder to be displayed |
---|
Set the value of the current page being browsed on the All Objects tab
pageNumber | the page number to be displayed |
---|
Set the tab to be displayed by the Object Browser as current one.
currentTab | Element from the EnumObjectBrowserTabs enumeration
|
---|
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
.
newSearch | indicates if the search set is to be a new one or not |
---|
Set the identifier of the search to be executed
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. |
---|
Set the string of the search to be executed.
searchString | String containing the words to search for. |
---|