com.microstrategy.web.beans.EnumFolderBeanEvents |
![]() |
This interface lists the IDs for the events and the IDs for the corresponding arguments
for the events supported by the FolderBean
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | FOLDERID_SEPARATOR | ||||||||||
int | FOLDER_EVENT_ARGUMENT_BLOCK_BEGIN | Specifies the blockBegin property for incremental fetch. | |||||||||
int | FOLDER_EVENT_ARGUMENT_BLOCK_COUNT | Specifies the blockCount property for incremental fetch. | |||||||||
int | FOLDER_EVENT_ARGUMENT_DELETE_OBJECT_TYPE | Specifies the types of the object to delete. | |||||||||
int | FOLDER_EVENT_ARGUMENT_DONT_OPEN_NEW_FOLDER | Specifies not to open a new folder | |||||||||
int | FOLDER_EVENT_ARGUMENT_FOLDER_DESCRIPTION | argument specifying the description of the created child folder. | |||||||||
int | FOLDER_EVENT_ARGUMENT_FOLDER_ID | Specifies the object ID of a WebFolder . |
|||||||||
int | FOLDER_EVENT_ARGUMENT_FOLDER_NAME | argument specifying the name of the created child folder. | |||||||||
int | FOLDER_EVENT_ARGUMENT_LEVEL | Specifies the level property when populating a folder object from the Intelligence Server. | |||||||||
int | FOLDER_EVENT_ARGUMENT_REFRESH | Specifies to refresh when browsing a folder | |||||||||
int | FOLDER_EVENT_ARGUMENT_SEARCH_CREATED | Specifies if the search should be restricted based on dates taken from the creation time. | |||||||||
int | FOLDER_EVENT_ARGUMENT_SEARCH_DATA_SOURCES | Specifies to use the data sources parameter for the search. | |||||||||
int | FOLDER_EVENT_ARGUMENT_SEARCH_DATE_SUBTYPE | Specifies if the search should be restricted based on dates on a time or date interval. | |||||||||
int | FOLDER_EVENT_ARGUMENT_SEARCH_DATE_TYPE | Specifies if the search should be restricted based on the date. | |||||||||
int | FOLDER_EVENT_ARGUMENT_SEARCH_DEREFRENCE_SHORTCUT | Specifies whether to set the DssXmlSearchDereferenceShortcut flag on | |||||||||
int | FOLDER_EVENT_ARGUMENT_SEARCH_DESCRIPTION | Specifies to restrict the search based on some text found in the description. | |||||||||
int | FOLDER_EVENT_ARGUMENT_SEARCH_DOMAIN | Specifies an integer value for the search domain. | |||||||||
int | FOLDER_EVENT_ARGUMENT_SEARCH_END_DATE | Specifies the ending date when a search is restricted based on a date interval. | |||||||||
int | FOLDER_EVENT_ARGUMENT_SEARCH_EXCLUDE_FOLDERS | Specifies to the folders to be excluded when searching. | |||||||||
int | FOLDER_EVENT_ARGUMENT_SEARCH_FIELDS | Specifies what fields to search on object | |||||||||
int | FOLDER_EVENT_ARGUMENT_SEARCH_FOLDER_BROWSE_STYLE | Specifies whether to get search result as folder browse style. | |||||||||
int | FOLDER_EVENT_ARGUMENT_SEARCH_ID | Specifies the ID of the search to use. | |||||||||
int | FOLDER_EVENT_ARGUMENT_SEARCH_INTERVAL_UNIT | Specifies the time units when a search is restricted based on a time interval. | |||||||||
int | FOLDER_EVENT_ARGUMENT_SEARCH_INTERVAL_VALUE | Specifies the time value when a search is restricted based on a time interval. | |||||||||
int | FOLDER_EVENT_ARGUMENT_SEARCH_MAXOBJECTS | Specifies whether the search should return a maximum number of objects. | |||||||||
int | FOLDER_EVENT_ARGUMENT_SEARCH_NAME | Specifies the text that the name should include in the search. | |||||||||
int | FOLDER_EVENT_ARGUMENT_SEARCH_OBJECT_TYPE | Specifies the types of the objects to search. | |||||||||
int | FOLDER_EVENT_ARGUMENT_SEARCH_OWNER_TYPE | Specifies the owner of the object to search. | |||||||||
int | FOLDER_EVENT_ARGUMENT_SEARCH_QUICK_SEARCH | Specifies whether to use new search engine | |||||||||
int | FOLDER_EVENT_ARGUMENT_SEARCH_RECURSE | Specifies whether to recurse into the subfolders during a search operation. | |||||||||
int | FOLDER_EVENT_ARGUMENT_SEARCH_ROOT_FOLDER_ID | Specifies the ID of the root folder. | |||||||||
int | FOLDER_EVENT_ARGUMENT_SEARCH_ROOT_FOLDER_TYPE | Specifies the type of the root folder. | |||||||||
int | FOLDER_EVENT_ARGUMENT_SEARCH_START_DATE | Specifies the starting date when a search is restriscted based on a date interval. | |||||||||
int | FOLDER_EVENT_ARGUMENT_SEARCH_USES | Specifies what fields to search on object | |||||||||
int | FOLDER_EVENT_ARGUMENT_SEARCH_USE_PREVIOUS_ROOT_FOLDER | Specifies whether to use the previous search root if the root folder is not specified as an argument. | |||||||||
int | FOLDER_EVENT_ARGUMENT_SEARCH_WILDCARDS | Specifies whether the search will include wildcards. | |||||||||
int | FOLDER_EVENT_ARGUMENT_SYS_FOLDER | Specifies the system folder to browse into. | |||||||||
int | FOLDER_EVENT_BROWSE | event for browsing a given folder. | |||||||||
int | FOLDER_EVENT_BROWSE_PARENT_FOLDER | event for browsing the parent folder. | |||||||||
int | FOLDER_EVENT_CANCEL_REQUEST | event for canceling the request. | |||||||||
int | FOLDER_EVENT_CREATE_CHILD_FOLDER | event for creating a child folder under the current folder. | |||||||||
int | FOLDER_EVENT_DELETE_CHILD | event for delete objects. | |||||||||
int | FOLDER_EVENT_RENAME_OBJECT | event for rename the folder itself or its child | |||||||||
int | FOLDER_EVENT_SEARCH | event for searching a given object. |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Specifies the blockBegin property for incremental fetch.
Specifies the blockCount property for incremental fetch.
Specifies the types of the object to delete.
Specifies not to open a new folder
argument specifying the description of the created child folder.
Specifies the object ID of a WebFolder
.
argument specifying the name of the created child folder.
Specifies the level property when populating a folder object from the Intelligence Server.
Specifies to refresh when browsing a folder
Specifies if the search should be restricted based on dates taken from the creation time.
Specifies to use the data sources parameter for the search. This typically allows the user to search within the specified data source as opposed to the entire project.
Specifies if the search should be restricted based on dates on a time or date interval.
Specifies if the search should be restricted based on the date.
Specifies whether to set the DssXmlSearchDereferenceShortcut flag on
Specifies to restrict the search based on some text found in the description.
Specifies an integer value for the search domain. It defaults to
DssXmlSearchDomainProject
.
Specifies the ending date when a search is restricted based on a date interval.
Specifies to the folders to be excluded when searching.
Specifies what fields to search on object
Specifies whether to get search result as folder browse style. Set argument to 1 to enable folder browse style.
Specifies the ID of the search to use.
Specifies the time units when a search is restricted based on a time interval.
Specifies the time value when a search is restricted based on a time interval.
Specifies whether the search should return a maximum number of objects.
Specifies the text that the name should include in the search.
Specifies the types of the objects to search.
Specifies the owner of the object to search.
Specifies whether to use new search engine
Specifies whether to recurse into the subfolders during a search operation. Set argument to 1 to enable recursion.
Specifies the ID of the root folder.
Specifies the type of the root folder.
Specifies the starting date when a search is restriscted based on a date interval.
Specifies what fields to search on object
Specifies whether to use the previous search root if the root folder is not specified as an argument. When this parameter is missing, default behavior would be to reset the search root to the root folder of the project, when the root folder is not specified. Passing in "1" will set this flag to true, all other string will set it to false.
Specifies whether the search will include wildcards.
Specifies the system folder to browse into.
event for browsing a given folder.
event for browsing the parent folder.
event for canceling the request.
event for creating a child folder under the current folder.
event for delete objects.
event for rename the folder itself or its child
event for searching a given object.