Package com.microstrategy.web.beans
Interface EnumUserEntitiesBeanEvents
- 
public interface EnumUserEntitiesBeanEventsThis interface defines all events ID and arguments forUserEntitiesBean.- Since:
 - MicroStrategy Web 8.0.0
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intUSER_ENTITIES_EVENT_ARGUMENT_BLOCK_BEGINstatic intUSER_ENTITIES_EVENT_ARGUMENT_USER_IDSSpecifies an event argument for a list of user object id.static intUSER_ENTITIES_EVENT_DELETE_ENTITYSpecifies an event to delete a user entity from the user entities collection.static intUSER_ENTITIES_EVENT_GOTO_BLOCKstatic java.lang.StringUSER_ID_DELIMITORSpecifies 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
 
 
 - 
 
 -