Package com.microstrategy.web.beans
Interface EnumAttributeBeanEvents
-
- All Superinterfaces:
EnumObjectBeanEvents
- All Known Implementing Classes:
AttributeEventHandler
public interface EnumAttributeBeanEvents extends EnumObjectBeanEvents
- Since:
- MicroStrategy Web 9.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
ATTRIBUTE_EVENT_ARGUMENT_ATTRIBUTE_ID
static int
ATTRIBUTE_EVENT_ARGUMENT_BLOCK_BEGIN
Specifies the blockBegin property for incremental fetch.static int
ATTRIBUTE_EVENT_ARGUMENT_BLOCK_COUNT
Specifies the blockCount property for incremental fetch.static int
ATTRIBUTE_EVENT_ARGUMENT_BROWSE_PATH_XML
Specifies the browse path for this attribute in the hierarchy.static int
ATTRIBUTE_EVENT_ARGUMENT_CLIENT_FORM_PATTERNS
Specifies the attribute forms, which is sent from client, the search should apply on during retrieving elements of this attribute.static int
ATTRIBUTE_EVENT_ARGUMENT_COLLECT_FORMS
Specifies whether the attribute should retrieve the attribute forms.static int
ATTRIBUTE_EVENT_ARGUMENT_CONTOL_KEY
static int
ATTRIBUTE_EVENT_ARGUMENT_DATASET_ID
Specifies whether the search should be performed with case sensitive or not.static int
ATTRIBUTE_EVENT_ARGUMENT_DATASOURCES_XML
Specifies dataSourcesXML for the attribute.static int
ATTRIBUTE_EVENT_ARGUMENT_DIMENSION_ID
Specifies the hierarchy DSSID from which this attribute info should be retrieved.static int
ATTRIBUTE_EVENT_ARGUMENT_EXPRESSION_XML
static int
ATTRIBUTE_EVENT_ARGUMENT_FILTER_XML
Specifies the xml for the filter to apply on retrieving the elements of this attribute.static int
ATTRIBUTE_EVENT_ARGUMENT_MESSAGE_ID
Specifies whether the search should be performed with case sensitive or not.static int
ATTRIBUTE_EVENT_ARGUMENT_RAW_INPUT
Specifies the raw input of the user for this search.static int
ATTRIBUTE_EVENT_ARGUMENT_SEARCH_FORMS
Specifies the attribute forms the search should apply on during retrieving elements of this attribute.static int
ATTRIBUTE_EVENT_ARGUMENT_SEARCH_MATCH_CASE
Specifies whether the search should be performed with case sensitive or not.static int
ATTRIBUTE_EVENT_ARGUMENT_SEARCH_PATTERN
Specifies the search pattern for retrieving elements of this attribute.static int
ATTRIBUTE_EVENT_ARGUMENT_SHORT_FILTER_XML
Specifies whether the search should be performed with case sensitive or not.static int
ATTRIBUTE_EVENT_ARGUMENT_TEMPLATE_NODE_KEY
Specifies the template node we what to browse elements for.static int
ATTRIBUTE_EVENT_ARGUMENT_USE_BROWSE_FORM
Specifies that use attribute browse formsstatic int
ATTRIBUTE_EVENT_BROWSE
static java.lang.String
FORM_LIST_SEPARATOR
Specifies a separator for form list.-
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
-
ATTRIBUTE_EVENT_BROWSE
static final int ATTRIBUTE_EVENT_BROWSE
- See Also:
- Constant Field Values
-
ATTRIBUTE_EVENT_ARGUMENT_ATTRIBUTE_ID
static final int ATTRIBUTE_EVENT_ARGUMENT_ATTRIBUTE_ID
- See Also:
- Constant Field Values
-
ATTRIBUTE_EVENT_ARGUMENT_BLOCK_BEGIN
static final int ATTRIBUTE_EVENT_ARGUMENT_BLOCK_BEGIN
Specifies the blockBegin property for incremental fetch.- See Also:
- Constant Field Values
-
ATTRIBUTE_EVENT_ARGUMENT_BLOCK_COUNT
static final int ATTRIBUTE_EVENT_ARGUMENT_BLOCK_COUNT
Specifies the blockCount property for incremental fetch.- See Also:
- Constant Field Values
-
ATTRIBUTE_EVENT_ARGUMENT_DIMENSION_ID
static final int ATTRIBUTE_EVENT_ARGUMENT_DIMENSION_ID
Specifies the hierarchy DSSID from which this attribute info should be retrieved.- See Also:
- Constant Field Values
-
ATTRIBUTE_EVENT_ARGUMENT_FILTER_XML
static final int ATTRIBUTE_EVENT_ARGUMENT_FILTER_XML
Specifies the xml for the filter to apply on retrieving the elements of this attribute.- See Also:
- Constant Field Values
-
ATTRIBUTE_EVENT_ARGUMENT_SEARCH_PATTERN
static final int ATTRIBUTE_EVENT_ARGUMENT_SEARCH_PATTERN
Specifies the search pattern for retrieving elements of this attribute.- See Also:
- Constant Field Values
-
ATTRIBUTE_EVENT_ARGUMENT_BROWSE_PATH_XML
static final int ATTRIBUTE_EVENT_ARGUMENT_BROWSE_PATH_XML
Specifies the browse path for this attribute in the hierarchy.- See Also:
- Constant Field Values
-
ATTRIBUTE_EVENT_ARGUMENT_COLLECT_FORMS
static final int ATTRIBUTE_EVENT_ARGUMENT_COLLECT_FORMS
Specifies whether the attribute should retrieve the attribute forms.- See Also:
- Constant Field Values
-
ATTRIBUTE_EVENT_ARGUMENT_DATASOURCES_XML
static final int ATTRIBUTE_EVENT_ARGUMENT_DATASOURCES_XML
Specifies dataSourcesXML for the attribute.- See Also:
- Constant Field Values
-
ATTRIBUTE_EVENT_ARGUMENT_SEARCH_MATCH_CASE
static final int ATTRIBUTE_EVENT_ARGUMENT_SEARCH_MATCH_CASE
Specifies whether the search should be performed with case sensitive or not.- See Also:
- Constant Field Values
-
ATTRIBUTE_EVENT_ARGUMENT_SHORT_FILTER_XML
static final int ATTRIBUTE_EVENT_ARGUMENT_SHORT_FILTER_XML
Specifies whether the search should be performed with case sensitive or not.- See Also:
- Constant Field Values
-
ATTRIBUTE_EVENT_ARGUMENT_MESSAGE_ID
static final int ATTRIBUTE_EVENT_ARGUMENT_MESSAGE_ID
Specifies whether the search should be performed with case sensitive or not.- See Also:
- Constant Field Values
-
ATTRIBUTE_EVENT_ARGUMENT_DATASET_ID
static final int ATTRIBUTE_EVENT_ARGUMENT_DATASET_ID
Specifies whether the search should be performed with case sensitive or not.- See Also:
- Constant Field Values
-
ATTRIBUTE_EVENT_ARGUMENT_SEARCH_FORMS
static final int ATTRIBUTE_EVENT_ARGUMENT_SEARCH_FORMS
Specifies the attribute forms the search should apply on during retrieving elements of this attribute. It should be a list of form DSSID delimited byFORM_LIST_SEPARATOR
- See Also:
- Constant Field Values
-
ATTRIBUTE_EVENT_ARGUMENT_CONTOL_KEY
static final int ATTRIBUTE_EVENT_ARGUMENT_CONTOL_KEY
- See Also:
- Constant Field Values
-
ATTRIBUTE_EVENT_ARGUMENT_RAW_INPUT
static final int ATTRIBUTE_EVENT_ARGUMENT_RAW_INPUT
Specifies the raw input of the user for this search.- See Also:
- Constant Field Values
-
ATTRIBUTE_EVENT_ARGUMENT_TEMPLATE_NODE_KEY
static final int ATTRIBUTE_EVENT_ARGUMENT_TEMPLATE_NODE_KEY
Specifies the template node we what to browse elements for. This may involve Cube Join.- Since:
- MicroStrategy Web 9.5.0
- See Also:
- Constant Field Values
-
ATTRIBUTE_EVENT_ARGUMENT_USE_BROWSE_FORM
static final int ATTRIBUTE_EVENT_ARGUMENT_USE_BROWSE_FORM
Specifies that use attribute browse forms- See Also:
- Constant Field Values
-
ATTRIBUTE_EVENT_ARGUMENT_CLIENT_FORM_PATTERNS
static final int ATTRIBUTE_EVENT_ARGUMENT_CLIENT_FORM_PATTERNS
Specifies the attribute forms, which is sent from client, the search should apply on during retrieving elements of this attribute. If this value is not empty, we will ignoreATTRIBUTE_EVENT_ARGUMENT_SEARCH_FORMS
It should be a list of form "DSSID:DataType" delimited byFORM_LIST_SEPARATOR
- See Also:
- Constant Field Values
-
ATTRIBUTE_EVENT_ARGUMENT_EXPRESSION_XML
static final int ATTRIBUTE_EVENT_ARGUMENT_EXPRESSION_XML
- See Also:
- Constant Field Values
-
FORM_LIST_SEPARATOR
static final java.lang.String FORM_LIST_SEPARATOR
Specifies a separator for form list.- See Also:
- Constant Field Values
-
-