Package com.microstrategy.web.beans
Interface EnumSecurityFilterBeanEvents
-
- All Superinterfaces:
EnumEditableObjectBeanEvents,EnumObjectBeanEvents
- All Known Implementing Classes:
SecurityFilterEventHandler
public interface EnumSecurityFilterBeanEvents extends EnumEditableObjectBeanEvents
Title:
Description:
Copyright: Copyright (c) 2002
Company: Microstrategy, Inc
- Since:
- MicroStrategy Web 8.0.1
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringARGUMENT_SUB_VALUE_DELIMITERConstant for a delimiter which will be used to separate the sub values in a value string.static java.lang.StringARGUMENT_VALUE_NOConstant value means FALSE for any boolean type argument.static java.lang.StringARGUMENT_VALUE_YESConstant value means TRUE for any boolean type argument.static intSECURITY_FILTER_ARGUMENT_DIM_UNITComposed by the DSSID of the unit, theARGUMENT_SUB_VALUE_DELIMITERand the object type of the unit.static intSECURITY_FILTER_ARGUMENT_NEW_NAMEArgument ID for new security filter name.static intSECURITY_FILTER_ARGUMENT_SAVE_NOWArgument ID for saving immediately or not.static intSECURITY_FILTER_SAVE_ASOptional arguments:SECURITY_FILTER_ARGUMENT_NEW_NAMEstatic intSECURITY_FILTER_UPDATE_BOTTOM_LEVELRequired arguments: zero or moreSECURITY_FILTER_ARGUMENT_DIM_UNITOptional arguments:SECURITY_FILTER_ARGUMENT_SAVE_NOWstatic intSECURITY_FILTER_UPDATE_TOP_LEVELRequired arguments: zero or moreSECURITY_FILTER_ARGUMENT_DIM_UNITOptional arguments:SECURITY_FILTER_ARGUMENT_SAVE_NOW-
Fields inherited from interface com.microstrategy.web.beans.EnumEditableObjectBeanEvents
EDITABLE_OBJECT_ARGUMENT_NAME, EDITABLE_OBJECT_EVENT_DELETE, EDITABLE_OBJECT_EVENT_DUPLICATE, EDITABLE_OBJECT_EVENT_INIT_AS_NEW, EDITABLE_OBJECT_EVENT_REFRESH, EDITABLE_OBJECT_EVENT_SAVE, EDITABLE_OBJECT_EVENT_SET_NAME
-
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
-
SECURITY_FILTER_UPDATE_TOP_LEVEL
static final int SECURITY_FILTER_UPDATE_TOP_LEVEL
Required arguments:- zero or more
SECURITY_FILTER_ARGUMENT_DIM_UNIT
- See Also:
- Constant Field Values
- zero or more
-
SECURITY_FILTER_UPDATE_BOTTOM_LEVEL
static final int SECURITY_FILTER_UPDATE_BOTTOM_LEVEL
Required arguments:- zero or more
SECURITY_FILTER_ARGUMENT_DIM_UNIT
- See Also:
- Constant Field Values
- zero or more
-
SECURITY_FILTER_SAVE_AS
static final int SECURITY_FILTER_SAVE_AS
Optional arguments:- See Also:
- Constant Field Values
-
SECURITY_FILTER_ARGUMENT_DIM_UNIT
static final int SECURITY_FILTER_ARGUMENT_DIM_UNIT
Composed by the DSSID of the unit, theARGUMENT_SUB_VALUE_DELIMITERand the object type of the unit.- See Also:
- Constant Field Values
-
SECURITY_FILTER_ARGUMENT_SAVE_NOW
static final int SECURITY_FILTER_ARGUMENT_SAVE_NOW
Argument ID for saving immediately or not. If saving the account information to Intelligence Server is required after processing the event handling, should include this argument in the event and put the value asARGUMENT_VALUE_YES. Missing this argument or a value ofARGUMENT_VALUE_NOmean to not save the changed account information back to Intelligence Server. The only exception is security roles. Any changes for security roles will be saved to Intelligence Server immediately.- See Also:
- Constant Field Values
-
SECURITY_FILTER_ARGUMENT_NEW_NAME
static final int SECURITY_FILTER_ARGUMENT_NEW_NAME
Argument ID for new security filter name.- See Also:
- Constant Field Values
-
ARGUMENT_SUB_VALUE_DELIMITER
static final java.lang.String ARGUMENT_SUB_VALUE_DELIMITER
Constant for a delimiter which will be used to separate the sub values in a value string.- See Also:
- Constant Field Values
-
ARGUMENT_VALUE_YES
static final java.lang.String ARGUMENT_VALUE_YES
Constant value means TRUE for any boolean type argument.- See Also:
- Constant Field Values
-
ARGUMENT_VALUE_NO
static final java.lang.String ARGUMENT_VALUE_NO
Constant value means FALSE for any boolean type argument.- See Also:
- Constant Field Values
-
-