Package com.microstrategy.web.beans
Interface EnumUserEntitiesSourceTypes
-
public interface EnumUserEntitiesSourceTypes- Since:
- MicroStrategy Web 9.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static intUserEntitiesSourceTypeAllGroupsSpecifies the source type is from all user groups in a project.static intUserEntitiesSourceTypeDefaultSpecifies the default source type.static intUserEntitiesSourceTypeTopLevelGroupsSpecifies the source type is from all top level user groups which do not have any parent group.
-
-
-
Field Detail
-
UserEntitiesSourceTypeDefault
static final int UserEntitiesSourceTypeDefault
Specifies the default source type.- See Also:
- Constant Field Values
-
UserEntitiesSourceTypeTopLevelGroups
static final int UserEntitiesSourceTypeTopLevelGroups
Specifies the source type is from all top level user groups which do not have any parent group.- See Also:
- Constant Field Values
-
UserEntitiesSourceTypeAllGroups
static final int UserEntitiesSourceTypeAllGroups
Specifies the source type is from all user groups in a project.- See Also:
- Constant Field Values
-
-