Package com.microstrategy.web.beans
Interface EnumFolderBeanEvents
-
- All Superinterfaces:
EnumObjectBeanEvents
- All Known Implementing Classes:
AggregatedFolderEventHandler
public interface EnumFolderBeanEvents extends EnumObjectBeanEvents
This interface lists the IDs for the events and the IDs for the corresponding arguments for the events supported by theFolderBean
- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static int
FOLDER_EVENT_ARGUMENT_BLOCK_BEGIN
Specifies the blockBegin property for incremental fetch.static int
FOLDER_EVENT_ARGUMENT_BLOCK_COUNT
Specifies the blockCount property for incremental fetch.static int
FOLDER_EVENT_ARGUMENT_DELETE_OBJECT_TYPE
Specifies the types of the object to delete.static int
FOLDER_EVENT_ARGUMENT_DONT_OPEN_NEW_FOLDER
Specifies not to open a new folderstatic int
FOLDER_EVENT_ARGUMENT_FOLDER_DESCRIPTION
argument specifying the description of the created child folder.static int
FOLDER_EVENT_ARGUMENT_FOLDER_ID
Specifies the object ID of aWebFolder
.static int
FOLDER_EVENT_ARGUMENT_FOLDER_NAME
argument specifying the name of the created child folder.static int
FOLDER_EVENT_ARGUMENT_LEVEL
Specifies the level property when populating a folder object from the Intelligence Server.static int
FOLDER_EVENT_ARGUMENT_REFRESH
Specifies to refresh when browsing a folderstatic int
FOLDER_EVENT_ARGUMENT_SEARCH_CREATED
Specifies if the search should be restricted based on dates taken from the creation time.static int
FOLDER_EVENT_ARGUMENT_SEARCH_DATA_SOURCES
Specifies to use the data sources parameter for the search.static int
FOLDER_EVENT_ARGUMENT_SEARCH_DATE_SUBTYPE
Specifies if the search should be restricted based on dates on a time or date interval.static int
FOLDER_EVENT_ARGUMENT_SEARCH_DATE_TYPE
Specifies if the search should be restricted based on the date.static int
FOLDER_EVENT_ARGUMENT_SEARCH_DEREFRENCE_SHORTCUT
Specifies whether to set the DssXmlSearchDereferenceShortcut flag onstatic int
FOLDER_EVENT_ARGUMENT_SEARCH_DESCRIPTION
Specifies to restrict the search based on some text found in the description.static int
FOLDER_EVENT_ARGUMENT_SEARCH_DOMAIN
Specifies an integer value for the search domain.static int
FOLDER_EVENT_ARGUMENT_SEARCH_END_DATE
Specifies the ending date when a search is restricted based on a date interval.static int
FOLDER_EVENT_ARGUMENT_SEARCH_EXCLUDE_FOLDERS
Specifies to the folders to be excluded when searching.static int
FOLDER_EVENT_ARGUMENT_SEARCH_FIELDS
Specifies what fields to search on objectstatic int
FOLDER_EVENT_ARGUMENT_SEARCH_FOLDER_BROWSE_STYLE
Specifies whether to get search result as folder browse style.static int
FOLDER_EVENT_ARGUMENT_SEARCH_ID
Specifies the ID of the search to use.static int
FOLDER_EVENT_ARGUMENT_SEARCH_INTERVAL_UNIT
Specifies the time units when a search is restricted based on a time interval.static int
FOLDER_EVENT_ARGUMENT_SEARCH_INTERVAL_VALUE
Specifies the time value when a search is restricted based on a time interval.static int
FOLDER_EVENT_ARGUMENT_SEARCH_MAXOBJECTS
Specifies whether the search should return a maximum number of objects.static int
FOLDER_EVENT_ARGUMENT_SEARCH_NAME
Specifies the text that the name should include in the search.static int
FOLDER_EVENT_ARGUMENT_SEARCH_OBJECT_TYPE
Specifies the types of the objects to search.static int
FOLDER_EVENT_ARGUMENT_SEARCH_OWNER_TYPE
Specifies the owner of the object to search.static int
FOLDER_EVENT_ARGUMENT_SEARCH_QUICK_SEARCH
Specifies whether to use new search enginestatic int
FOLDER_EVENT_ARGUMENT_SEARCH_RECURSE
Specifies whether to recurse into the subfolders during a search operation.static int
FOLDER_EVENT_ARGUMENT_SEARCH_ROOT_FOLDER_ID
Specifies the ID of the root folder.static int
FOLDER_EVENT_ARGUMENT_SEARCH_ROOT_FOLDER_TYPE
Specifies the type of the root folder.static int
FOLDER_EVENT_ARGUMENT_SEARCH_START_DATE
Specifies the starting date when a search is restriscted based on a date interval.static 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.static int
FOLDER_EVENT_ARGUMENT_SEARCH_USES
Specifies what fields to search on objectstatic int
FOLDER_EVENT_ARGUMENT_SEARCH_WILDCARDS
Specifies whether the search will include wildcards.static int
FOLDER_EVENT_ARGUMENT_SYS_FOLDER
Specifies the system folder to browse into.static int
FOLDER_EVENT_BROWSE
event for browsing a given folder.static int
FOLDER_EVENT_BROWSE_PARENT_FOLDER
event for browsing the parent folder.static int
FOLDER_EVENT_CANCEL_REQUEST
event for canceling the request.static int
FOLDER_EVENT_CREATE_CHILD_FOLDER
event for creating a child folder under the current folder.static int
FOLDER_EVENT_DELETE_CHILD
event for delete objects.static int
FOLDER_EVENT_RENAME_OBJECT
event for rename the folder itself or its childstatic int
FOLDER_EVENT_SEARCH
event for searching a given object.static java.lang.String
FOLDERID_SEPARATOR
-
Fields inherited from interface com.microstrategy.web.beans.EnumObjectBeanEvents
OBJECT_EVENT_ARGUMENT_FlAGS, OBJECT_EVENT_ARGUMENT_OBJECT_ID, OBJECT_EVENT_ARGUMENT_OBJECT_NAME, OBJECT_EVENT_ARGUMENT_OBJECT_SUBTYPE, OBJECT_EVENT_ARGUMENT_OBJECT_TYPE, OBJECT_EVENT_BROWSE
-
-
-
-
Field Detail
-
FOLDERID_SEPARATOR
static final java.lang.String FOLDERID_SEPARATOR
- See Also:
- Constant Field Values
-
FOLDER_EVENT_BROWSE
static final int FOLDER_EVENT_BROWSE
event for browsing a given folder.- See Also:
- Constant Field Values
-
FOLDER_EVENT_CREATE_CHILD_FOLDER
static final int FOLDER_EVENT_CREATE_CHILD_FOLDER
event for creating a child folder under the current folder.- See Also:
- Constant Field Values
-
FOLDER_EVENT_SEARCH
static final int FOLDER_EVENT_SEARCH
event for searching a given object.- See Also:
- Constant Field Values
-
FOLDER_EVENT_DELETE_CHILD
static final int FOLDER_EVENT_DELETE_CHILD
event for delete objects.- See Also:
- Constant Field Values
-
FOLDER_EVENT_CANCEL_REQUEST
static final int FOLDER_EVENT_CANCEL_REQUEST
event for canceling the request.- See Also:
- Constant Field Values
-
FOLDER_EVENT_BROWSE_PARENT_FOLDER
static final int FOLDER_EVENT_BROWSE_PARENT_FOLDER
event for browsing the parent folder.- See Also:
- Constant Field Values
-
FOLDER_EVENT_RENAME_OBJECT
static final int FOLDER_EVENT_RENAME_OBJECT
event for rename the folder itself or its child- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_FOLDER_ID
static final int FOLDER_EVENT_ARGUMENT_FOLDER_ID
Specifies the object ID of aWebFolder
.- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_BLOCK_BEGIN
static final int FOLDER_EVENT_ARGUMENT_BLOCK_BEGIN
Specifies the blockBegin property for incremental fetch.- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_BLOCK_COUNT
static final int FOLDER_EVENT_ARGUMENT_BLOCK_COUNT
Specifies the blockCount property for incremental fetch.- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_LEVEL
static final int FOLDER_EVENT_ARGUMENT_LEVEL
Specifies the level property when populating a folder object from the Intelligence Server.- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_FOLDER_NAME
static final int FOLDER_EVENT_ARGUMENT_FOLDER_NAME
argument specifying the name of the created child folder.- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_FOLDER_DESCRIPTION
static final int FOLDER_EVENT_ARGUMENT_FOLDER_DESCRIPTION
argument specifying the description of the created child folder.- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_SEARCH_ID
static final int FOLDER_EVENT_ARGUMENT_SEARCH_ID
Specifies the ID of the search to use.- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_SEARCH_NAME
static final int FOLDER_EVENT_ARGUMENT_SEARCH_NAME
Specifies the text that the name should include in the search.- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_SEARCH_WILDCARDS
static final int FOLDER_EVENT_ARGUMENT_SEARCH_WILDCARDS
Specifies whether the search will include wildcards.- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_SEARCH_ROOT_FOLDER_ID
static final int FOLDER_EVENT_ARGUMENT_SEARCH_ROOT_FOLDER_ID
Specifies the ID of the root folder.- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_SEARCH_ROOT_FOLDER_TYPE
static final int FOLDER_EVENT_ARGUMENT_SEARCH_ROOT_FOLDER_TYPE
Specifies the type of the root folder.- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_SEARCH_OBJECT_TYPE
static final int FOLDER_EVENT_ARGUMENT_SEARCH_OBJECT_TYPE
Specifies the types of the objects to search.- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_SEARCH_DATE_TYPE
static final int FOLDER_EVENT_ARGUMENT_SEARCH_DATE_TYPE
Specifies if the search should be restricted based on the date.- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_SEARCH_DATE_SUBTYPE
static final int FOLDER_EVENT_ARGUMENT_SEARCH_DATE_SUBTYPE
Specifies if the search should be restricted based on dates on a time or date interval.- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_SEARCH_CREATED
static final int FOLDER_EVENT_ARGUMENT_SEARCH_CREATED
Specifies if the search should be restricted based on dates taken from the creation time.- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_SEARCH_INTERVAL_UNIT
static final int FOLDER_EVENT_ARGUMENT_SEARCH_INTERVAL_UNIT
Specifies the time units when a search is restricted based on a time interval.- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_SEARCH_INTERVAL_VALUE
static final int FOLDER_EVENT_ARGUMENT_SEARCH_INTERVAL_VALUE
Specifies the time value when a search is restricted based on a time interval.- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_SEARCH_START_DATE
static final int FOLDER_EVENT_ARGUMENT_SEARCH_START_DATE
Specifies the starting date when a search is restriscted based on a date interval.- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_SEARCH_END_DATE
static final int FOLDER_EVENT_ARGUMENT_SEARCH_END_DATE
Specifies the ending date when a search is restricted based on a date interval.- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_SEARCH_OWNER_TYPE
static final int FOLDER_EVENT_ARGUMENT_SEARCH_OWNER_TYPE
Specifies the owner of the object to search.- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_SEARCH_DESCRIPTION
static final int FOLDER_EVENT_ARGUMENT_SEARCH_DESCRIPTION
Specifies to restrict the search based on some text found in the description.- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_SEARCH_MAXOBJECTS
static final int FOLDER_EVENT_ARGUMENT_SEARCH_MAXOBJECTS
Specifies whether the search should return a maximum number of objects.- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_DELETE_OBJECT_TYPE
static final int FOLDER_EVENT_ARGUMENT_DELETE_OBJECT_TYPE
Specifies the types of the object to delete.- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_SYS_FOLDER
static final int FOLDER_EVENT_ARGUMENT_SYS_FOLDER
Specifies the system folder to browse into.- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_SEARCH_RECURSE
static final int FOLDER_EVENT_ARGUMENT_SEARCH_RECURSE
Specifies whether to recurse into the subfolders during a search operation. Set argument to 1 to enable recursion.- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_DONT_OPEN_NEW_FOLDER
static final int FOLDER_EVENT_ARGUMENT_DONT_OPEN_NEW_FOLDER
Specifies not to open a new folder- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_SEARCH_DOMAIN
static final int FOLDER_EVENT_ARGUMENT_SEARCH_DOMAIN
Specifies an integer value for the search domain. It defaults toEnumDSSXMLSearchDomain.DssXmlSearchDomainProject
.- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_SEARCH_FOLDER_BROWSE_STYLE
static final int FOLDER_EVENT_ARGUMENT_SEARCH_FOLDER_BROWSE_STYLE
Specifies whether to get search result as folder browse style. Set argument to 1 to enable folder browse style.
-
FOLDER_EVENT_ARGUMENT_SEARCH_USE_PREVIOUS_ROOT_FOLDER
static final 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. 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.- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_SEARCH_DATA_SOURCES
static final int FOLDER_EVENT_ARGUMENT_SEARCH_DATA_SOURCES
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.- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_REFRESH
static final int FOLDER_EVENT_ARGUMENT_REFRESH
Specifies to refresh when browsing a folder- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_SEARCH_EXCLUDE_FOLDERS
static final int FOLDER_EVENT_ARGUMENT_SEARCH_EXCLUDE_FOLDERS
Specifies to the folders to be excluded when searching.- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_SEARCH_DEREFRENCE_SHORTCUT
static final int FOLDER_EVENT_ARGUMENT_SEARCH_DEREFRENCE_SHORTCUT
Specifies whether to set the DssXmlSearchDereferenceShortcut flag on- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_SEARCH_QUICK_SEARCH
static final int FOLDER_EVENT_ARGUMENT_SEARCH_QUICK_SEARCH
Specifies whether to use new search engine- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_SEARCH_FIELDS
static final int FOLDER_EVENT_ARGUMENT_SEARCH_FIELDS
Specifies what fields to search on object- See Also:
- Constant Field Values
-
FOLDER_EVENT_ARGUMENT_SEARCH_USES
static final int FOLDER_EVENT_ARGUMENT_SEARCH_USES
Specifies what fields to search on object- See Also:
- Constant Field Values
-
-