Package com.microstrategy.web.app.beans
Interface EnumSecurityFilterFrameBeanEvents
-
public interface EnumSecurityFilterFrameBeanEvents- Since:
- MicroStrategy Web 9.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static intSECURITY_FILTER_FRAME_BEAN_EVENT_ARGUMENT_PROJECT_IDThe DSS ID of the project.static intSECURITY_FILTER_FRAME_BEAN_EVENT_SET_PROJECT_IDEvent that configuresSecurityFilterFrameBean.setCurrentProjectDSSID(String).
-
-
-
Field Detail
-
SECURITY_FILTER_FRAME_BEAN_EVENT_SET_PROJECT_ID
static final int SECURITY_FILTER_FRAME_BEAN_EVENT_SET_PROJECT_ID
Event that configuresSecurityFilterFrameBean.setCurrentProjectDSSID(String).- See Also:
- Constant Field Values
-
SECURITY_FILTER_FRAME_BEAN_EVENT_ARGUMENT_PROJECT_ID
static final int SECURITY_FILTER_FRAME_BEAN_EVENT_ARGUMENT_PROJECT_ID
The DSS ID of the project.- See Also:
- Constant Field Values
-
-