com.microstrategy.web.beans.EnumDataExplorerBeanEvents |
Interface declaring events and event arguments for the DataExplorerBean
.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DATA_EXPLORER_EVENT_ARGUMENT_ATTRIBUTE_ID | Specifies the blockCount property for incremental fetch. | |||||||||
int | DATA_EXPLORER_EVENT_ARGUMENT_BLOCK_BEGIN | Specifies the blockBegin property for incremental fetch. | |||||||||
int | DATA_EXPLORER_EVENT_ARGUMENT_BLOCK_COUNT | Specifies the blockBegin property for incremental fetch. | |||||||||
int | DATA_EXPLORER_EVENT_ARGUMENT_BROWSE_PATH | Specifies the whole browsing path for the bean to do browsing at a random attribute or element. | |||||||||
int | DATA_EXPLORER_EVENT_ARGUMENT_DATA_SOURCES | Specifies the data sources XML associated with the dimension. | |||||||||
int | DATA_EXPLORER_EVENT_ARGUMENT_DIMENSION_ID | Specifies the blockCount property for incremental fetch. | |||||||||
int | DATA_EXPLORER_EVENT_ARGUMENT_ELEMENTS | Specifies the elements to be put in element filter. | |||||||||
int | DATA_EXPLORER_EVENT_ARGUMENT_IS_BROWSEPATH_ENCODED | Specifies it the browsePath from client side is encoded or not. | |||||||||
int | DATA_EXPLORER_EVENT_ARGUMENT_SEARCH_MATCH_CASE | Specifies whether the search is case sensitive. | |||||||||
int | DATA_EXPLORER_EVENT_ARGUMENT_SEARCH_PATTERN | Specifies the search pattern. | |||||||||
int | DATA_EXPLORER_EVENT_ARGUMENT_SELECT_ID | Specifies the id of the browse path element. | |||||||||
int | DATA_EXPLORER_EVENT_ARGUMENT_SELECT_TYPE | Specifies the type of the browse path element, where types
are defined in EnumWebDependentObjectType . |
|||||||||
int | DATA_EXPLORER_EVENT_BROWSE | Event for browsing down from a given data browser attribute or element. | |||||||||
int | DATA_EXPLORER_EVENT_BROWSE_WITH_PATH | Specifies the event of browsing down an attribute/element based on a given browse path. | |||||||||
int | DATA_EXPLORER_EVENT_SELECT | Specifies the event of selecting a browse path element. | |||||||||
String | ELEMENTS_SEPARATOR | ||||||||||
String | ELEMENT_ITEMS_SEPARATOR | ||||||||||
String | SUB_UNIT_SEPARATOR |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Specifies the blockCount property for incremental fetch.
Specifies the blockBegin property for incremental fetch.
Specifies the blockBegin property for incremental fetch.
Specifies the whole browsing path for the bean to do browsing at a random attribute or element.
Specifies the data sources XML associated with the dimension.
Specifies the blockCount property for incremental fetch.
Specifies the elements to be put in element filter. Each elements should be of format
IDELEMENT_ITEMS_SEPARATOR
should be
Multiple elements are separated by ELEMENTS_SEPARATOR
.
Specifies it the browsePath from client side is encoded or not.
Specifies whether the search is case sensitive.
Specifies the search pattern.
Specifies the id of the browse path element.
Specifies the type of the browse path element, where types
are defined in EnumWebDependentObjectType
.
Event for browsing down from a given data browser attribute or element.
Specifies the event of browsing down an attribute/element based on a given browse path.
Specifies the event of selecting a browse path element.