Package com.microstrategy.web.beans
Interface EnumUserEntitiesBeanEvents
-
public interface EnumUserEntitiesBeanEvents
This interface defines all events ID and arguments forUserEntitiesBean
.- Since:
- MicroStrategy Web 8.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
USER_ENTITIES_EVENT_ARGUMENT_BLOCK_BEGIN
static int
USER_ENTITIES_EVENT_ARGUMENT_USER_IDS
Specifies an event argument for a list of user object id.static int
USER_ENTITIES_EVENT_DELETE_ENTITY
Specifies an event to delete a user entity from the user entities collection.static int
USER_ENTITIES_EVENT_GOTO_BLOCK
static java.lang.String
USER_ID_DELIMITOR
Specifies a delimitor to separate user ids.
-
-
-
Field Detail
-
USER_ENTITIES_EVENT_DELETE_ENTITY
static final int USER_ENTITIES_EVENT_DELETE_ENTITY
Specifies an event to delete a user entity from the user entities collection.- See Also:
- Constant Field Values
-
USER_ENTITIES_EVENT_GOTO_BLOCK
static final int USER_ENTITIES_EVENT_GOTO_BLOCK
- See Also:
- Constant Field Values
-
USER_ENTITIES_EVENT_ARGUMENT_USER_IDS
static final int USER_ENTITIES_EVENT_ARGUMENT_USER_IDS
Specifies an event argument for a list of user object id.- See Also:
- Constant Field Values
-
USER_ENTITIES_EVENT_ARGUMENT_BLOCK_BEGIN
static final int USER_ENTITIES_EVENT_ARGUMENT_BLOCK_BEGIN
- See Also:
- Constant Field Values
-
USER_ID_DELIMITOR
static final java.lang.String USER_ID_DELIMITOR
Specifies a delimitor to separate user ids.- See Also:
- Constant Field Values
-
-