Package com.microstrategy.web.beans
Interface EnumEventHandlerTypes
-
- All Known Implementing Classes:
WebBeanFactory,WebEventHandlerFactory
public interface EnumEventHandlerTypesTheEnumEventHandlerTypesinterface lists the types of event handlers supported in the SDK layer. Web application can extend this interface to define the application specific event handlers.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static intHANDLER_ANNOTATION_BEANEvent handler for theAnnotationBeanstatic intHANDLER_PROMPT_ANSWEREvent handler for thePromptAnswerBeanstatic intHANDLER_TYPE_ADDRESS_LISTEvent handler that can be associated with an Address List Bean.static intHANDLER_TYPE_ASSOCIATED_SCHEDULESEvent handler for theAssociatedSchedulesBeanstatic intHANDLER_TYPE_ATTRIBUTEEvent handler for attribute beanstatic intHANDLER_TYPE_CONSTANT_PROMPTEvent handler which can be associated with a prompt beanstatic intHANDLER_TYPE_CUSTOMGROUPEvent handler for theAnnotationBeanstatic intHANDLER_TYPE_DATA_EXPLOREREvent handler which can be associated with data explorer actions.static intHANDLER_TYPE_DIMTY_PROMPTEvent handler which can be associated with a prompt beanstatic intHANDLER_TYPE_DOCUMENTEvent handler that can be associated with a Document Bean.static intHANDLER_TYPE_EDITABLE_OBJECTEvent handler which can be associated with editable object beanstatic intHANDLER_TYPE_ELEMENT_PROMPTEvent handler which can be associated with a prompt beanstatic intHANDLER_TYPE_EXPRESSIONEvent handler which can be associated with an expression bean.static intHANDLER_TYPE_EXPRESSION_PROMPTEvent handler which can be associated with a prompt beanstatic intHANDLER_TYPE_FOLDEREvent handler that can be associated with a Folder Bean.static intHANDLER_TYPE_GENERICGeneric event handler - no associated events.static intHANDLER_TYPE_GROUPEvent handler that can be associated with a Group Bean.static intHANDLER_TYPE_IMPORT_WIZARDEvent handler for theImportWizardBeanstatic intHANDLER_TYPE_INBOXEvent handler that can be associated with an Inbox Bean.static intHANDLER_TYPE_OBJECTEvent handler that can be associated with an Object Bean.static intHANDLER_TYPE_OBJECT_PROMPTEvent handler which can be associated with a prompt beanstatic intHANDLER_TYPE_PROMPTEvent handler which can be associated with a prompt beanstatic intHANDLER_TYPE_PROMPT_DEFINITIONstatic intHANDLER_TYPE_PROMPTSEvent handler that can be associated with a Prompts Bean.static intHANDLER_TYPE_REPORTEvent handler that can be associated with a Report Bean.static intHANDLER_TYPE_RWEvent handler associated with a RWBeanstatic intHANDLER_TYPE_SCHEDULEEvent handler that can be associated with a Schedule Bean.static intHANDLER_TYPE_SECURITY_FILTEREvent handler which can be associated with security filter bean.static intHANDLER_TYPE_SECURITY_ROLEEvent handler which can be associated with security role bean.static intHANDLER_TYPE_SUBSCRIPTIONEvent handler that can be associated with a Subscription Bean.static intHANDLER_TYPE_SUBSCRIPTION_FOLDEREvent handler that can be associated with a Subscription Folder Bean.static intHANDLER_TYPE_THRESHOLDEvent handler which can be associated with threshold managementstatic intHANDLER_TYPE_THRESHOLD_BEANEvent handler for all threshold editingstatic intHANDLER_TYPE_USEREvent handler that can be assoicated with a User Bean.static intHANDLER_TYPE_USER_ENTITIESEvent handler that can be associated with an AccountCollection Bean.static intHANDLER_TYPE_USER_ENTITYEvent handler that can be associated with an Account Bean.static intHANDLER_TYPE_USER_SEARCHEvent handler that can be associated with a User Search Bean.static intHANDLER_TYPE_VIEWEvent handler associated with a ViewBean
-
-
-
Field Detail
-
HANDLER_TYPE_OBJECT
static final int HANDLER_TYPE_OBJECT
Event handler that can be associated with an Object Bean.- See Also:
- Constant Field Values
-
HANDLER_TYPE_FOLDER
static final int HANDLER_TYPE_FOLDER
Event handler that can be associated with a Folder Bean.- See Also:
- Constant Field Values
-
HANDLER_TYPE_REPORT
static final int HANDLER_TYPE_REPORT
Event handler that can be associated with a Report Bean.- See Also:
- Constant Field Values
-
HANDLER_TYPE_PROMPTS
static final int HANDLER_TYPE_PROMPTS
Event handler that can be associated with a Prompts Bean.- See Also:
- Constant Field Values
-
HANDLER_TYPE_INBOX
static final int HANDLER_TYPE_INBOX
Event handler that can be associated with an Inbox Bean.- See Also:
- Constant Field Values
-
HANDLER_TYPE_DOCUMENT
static final int HANDLER_TYPE_DOCUMENT
Event handler that can be associated with a Document Bean.- See Also:
- Constant Field Values
-
HANDLER_TYPE_ADDRESS_LIST
static final int HANDLER_TYPE_ADDRESS_LIST
Event handler that can be associated with an Address List Bean.- See Also:
- Constant Field Values
-
HANDLER_TYPE_SUBSCRIPTION_FOLDER
static final int HANDLER_TYPE_SUBSCRIPTION_FOLDER
Event handler that can be associated with a Subscription Folder Bean.- See Also:
- Constant Field Values
-
HANDLER_TYPE_SUBSCRIPTION
static final int HANDLER_TYPE_SUBSCRIPTION
Event handler that can be associated with a Subscription Bean.- See Also:
- Constant Field Values
-
HANDLER_TYPE_SCHEDULE
static final int HANDLER_TYPE_SCHEDULE
Event handler that can be associated with a Schedule Bean.- See Also:
- Constant Field Values
-
HANDLER_TYPE_GENERIC
static final int HANDLER_TYPE_GENERIC
Generic event handler - no associated events.- See Also:
- Constant Field Values
-
HANDLER_TYPE_RW
static final int HANDLER_TYPE_RW
Event handler associated with a RWBean- See Also:
- Constant Field Values
-
HANDLER_TYPE_VIEW
static final int HANDLER_TYPE_VIEW
Event handler associated with a ViewBean- See Also:
- Constant Field Values
-
HANDLER_TYPE_GROUP
static final int HANDLER_TYPE_GROUP
Event handler that can be associated with a Group Bean.- See Also:
- Constant Field Values
-
HANDLER_TYPE_USER_ENTITIES
static final int HANDLER_TYPE_USER_ENTITIES
Event handler that can be associated with an AccountCollection Bean.- See Also:
- Constant Field Values
-
HANDLER_TYPE_USER_ENTITY
static final int HANDLER_TYPE_USER_ENTITY
Event handler that can be associated with an Account Bean.- See Also:
- Constant Field Values
-
HANDLER_TYPE_USER
static final int HANDLER_TYPE_USER
Event handler that can be assoicated with a User Bean.- See Also:
- Constant Field Values
-
HANDLER_TYPE_USER_SEARCH
static final int HANDLER_TYPE_USER_SEARCH
Event handler that can be associated with a User Search Bean.- See Also:
- Constant Field Values
-
HANDLER_TYPE_EXPRESSION
static final int HANDLER_TYPE_EXPRESSION
Event handler which can be associated with an expression bean.- See Also:
- Constant Field Values
-
HANDLER_TYPE_SECURITY_FILTER
static final int HANDLER_TYPE_SECURITY_FILTER
Event handler which can be associated with security filter bean.- See Also:
- Constant Field Values
-
HANDLER_TYPE_EDITABLE_OBJECT
static final int HANDLER_TYPE_EDITABLE_OBJECT
Event handler which can be associated with editable object bean- See Also:
- Constant Field Values
-
HANDLER_TYPE_THRESHOLD
static final int HANDLER_TYPE_THRESHOLD
Event handler which can be associated with threshold management- See Also:
- Constant Field Values
-
HANDLER_TYPE_PROMPT_DEFINITION
static final int HANDLER_TYPE_PROMPT_DEFINITION
- See Also:
- Constant Field Values
-
HANDLER_TYPE_PROMPT
static final int HANDLER_TYPE_PROMPT
Event handler which can be associated with a prompt bean- See Also:
- Constant Field Values
-
HANDLER_TYPE_CONSTANT_PROMPT
static final int HANDLER_TYPE_CONSTANT_PROMPT
Event handler which can be associated with a prompt bean- See Also:
- Constant Field Values
-
HANDLER_TYPE_ELEMENT_PROMPT
static final int HANDLER_TYPE_ELEMENT_PROMPT
Event handler which can be associated with a prompt bean- See Also:
- Constant Field Values
-
HANDLER_TYPE_OBJECT_PROMPT
static final int HANDLER_TYPE_OBJECT_PROMPT
Event handler which can be associated with a prompt bean- See Also:
- Constant Field Values
-
HANDLER_TYPE_DIMTY_PROMPT
static final int HANDLER_TYPE_DIMTY_PROMPT
Event handler which can be associated with a prompt bean- See Also:
- Constant Field Values
-
HANDLER_TYPE_EXPRESSION_PROMPT
static final int HANDLER_TYPE_EXPRESSION_PROMPT
Event handler which can be associated with a prompt bean- See Also:
- Constant Field Values
-
HANDLER_TYPE_DATA_EXPLORER
static final int HANDLER_TYPE_DATA_EXPLORER
Event handler which can be associated with data explorer actions.- See Also:
- Constant Field Values
-
HANDLER_TYPE_SECURITY_ROLE
static final int HANDLER_TYPE_SECURITY_ROLE
Event handler which can be associated with security role bean.- See Also:
- Constant Field Values
-
HANDLER_TYPE_THRESHOLD_BEAN
static final int HANDLER_TYPE_THRESHOLD_BEAN
Event handler for all threshold editing- See Also:
- Constant Field Values
-
HANDLER_TYPE_ATTRIBUTE
static final int HANDLER_TYPE_ATTRIBUTE
Event handler for attribute bean- See Also:
- Constant Field Values
-
HANDLER_PROMPT_ANSWER
static final int HANDLER_PROMPT_ANSWER
Event handler for thePromptAnswerBean- See Also:
- Constant Field Values
-
HANDLER_ANNOTATION_BEAN
static final int HANDLER_ANNOTATION_BEAN
Event handler for theAnnotationBean- See Also:
- Constant Field Values
-
HANDLER_TYPE_CUSTOMGROUP
static final int HANDLER_TYPE_CUSTOMGROUP
Event handler for theAnnotationBean- See Also:
- Constant Field Values
-
HANDLER_TYPE_IMPORT_WIZARD
static final int HANDLER_TYPE_IMPORT_WIZARD
Event handler for theImportWizardBean- See Also:
- Constant Field Values
-
HANDLER_TYPE_ASSOCIATED_SCHEDULES
static final int HANDLER_TYPE_ASSOCIATED_SCHEDULES
Event handler for theAssociatedSchedulesBean- See Also:
- Constant Field Values
-
-