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 intFOLDER_EVENT_ARGUMENT_BLOCK_BEGINSpecifies the blockBegin property for incremental fetch.static intFOLDER_EVENT_ARGUMENT_BLOCK_COUNTSpecifies the blockCount property for incremental fetch.static intFOLDER_EVENT_ARGUMENT_DELETE_OBJECT_TYPESpecifies the types of the object to delete.static intFOLDER_EVENT_ARGUMENT_DONT_OPEN_NEW_FOLDERSpecifies not to open a new folderstatic intFOLDER_EVENT_ARGUMENT_FOLDER_DESCRIPTIONargument specifying the description of the created child folder.static intFOLDER_EVENT_ARGUMENT_FOLDER_IDSpecifies the object ID of aWebFolder.static intFOLDER_EVENT_ARGUMENT_FOLDER_NAMEargument specifying the name of the created child folder.static intFOLDER_EVENT_ARGUMENT_LEVELSpecifies the level property when populating a folder object from the Intelligence Server.static intFOLDER_EVENT_ARGUMENT_REFRESHSpecifies to refresh when browsing a folderstatic intFOLDER_EVENT_ARGUMENT_SEARCH_CREATEDSpecifies if the search should be restricted based on dates taken from the creation time.static intFOLDER_EVENT_ARGUMENT_SEARCH_DATA_SOURCESSpecifies to use the data sources parameter for the search.static intFOLDER_EVENT_ARGUMENT_SEARCH_DATE_SUBTYPESpecifies if the search should be restricted based on dates on a time or date interval.static intFOLDER_EVENT_ARGUMENT_SEARCH_DATE_TYPESpecifies if the search should be restricted based on the date.static intFOLDER_EVENT_ARGUMENT_SEARCH_DEREFRENCE_SHORTCUTSpecifies whether to set the DssXmlSearchDereferenceShortcut flag onstatic intFOLDER_EVENT_ARGUMENT_SEARCH_DESCRIPTIONSpecifies to restrict the search based on some text found in the description.static intFOLDER_EVENT_ARGUMENT_SEARCH_DOMAINSpecifies an integer value for the search domain.static intFOLDER_EVENT_ARGUMENT_SEARCH_END_DATESpecifies the ending date when a search is restricted based on a date interval.static intFOLDER_EVENT_ARGUMENT_SEARCH_EXCLUDE_FOLDERSSpecifies to the folders to be excluded when searching.static intFOLDER_EVENT_ARGUMENT_SEARCH_FIELDSSpecifies what fields to search on objectstatic intFOLDER_EVENT_ARGUMENT_SEARCH_FOLDER_BROWSE_STYLESpecifies whether to get search result as folder browse style.static intFOLDER_EVENT_ARGUMENT_SEARCH_IDSpecifies the ID of the search to use.static intFOLDER_EVENT_ARGUMENT_SEARCH_INTERVAL_UNITSpecifies the time units when a search is restricted based on a time interval.static intFOLDER_EVENT_ARGUMENT_SEARCH_INTERVAL_VALUESpecifies the time value when a search is restricted based on a time interval.static intFOLDER_EVENT_ARGUMENT_SEARCH_MAXOBJECTSSpecifies whether the search should return a maximum number of objects.static intFOLDER_EVENT_ARGUMENT_SEARCH_NAMESpecifies the text that the name should include in the search.static intFOLDER_EVENT_ARGUMENT_SEARCH_OBJECT_TYPESpecifies the types of the objects to search.static intFOLDER_EVENT_ARGUMENT_SEARCH_OWNER_TYPESpecifies the owner of the object to search.static intFOLDER_EVENT_ARGUMENT_SEARCH_QUICK_SEARCHSpecifies whether to use new search enginestatic intFOLDER_EVENT_ARGUMENT_SEARCH_RECURSESpecifies whether to recurse into the subfolders during a search operation.static intFOLDER_EVENT_ARGUMENT_SEARCH_ROOT_FOLDER_IDSpecifies the ID of the root folder.static intFOLDER_EVENT_ARGUMENT_SEARCH_ROOT_FOLDER_TYPESpecifies the type of the root folder.static intFOLDER_EVENT_ARGUMENT_SEARCH_START_DATESpecifies the starting date when a search is restriscted based on a date interval.static intFOLDER_EVENT_ARGUMENT_SEARCH_USE_PREVIOUS_ROOT_FOLDERSpecifies whether to use the previous search root if the root folder is not specified as an argument.static intFOLDER_EVENT_ARGUMENT_SEARCH_USESSpecifies what fields to search on objectstatic intFOLDER_EVENT_ARGUMENT_SEARCH_WILDCARDSSpecifies whether the search will include wildcards.static intFOLDER_EVENT_ARGUMENT_SYS_FOLDERSpecifies the system folder to browse into.static intFOLDER_EVENT_BROWSEevent for browsing a given folder.static intFOLDER_EVENT_BROWSE_PARENT_FOLDERevent for browsing the parent folder.static intFOLDER_EVENT_CANCEL_REQUESTevent for canceling the request.static intFOLDER_EVENT_CREATE_CHILD_FOLDERevent for creating a child folder under the current folder.static intFOLDER_EVENT_DELETE_CHILDevent for delete objects.static intFOLDER_EVENT_RENAME_OBJECTevent for rename the folder itself or its childstatic intFOLDER_EVENT_SEARCHevent for searching a given object.static java.lang.StringFOLDERID_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
 
 
 - 
 
 -