Interface WebUserGroup
-
- All Superinterfaces:
EnumWebPersistableState
,KeyedObject
,Persistable
,Scrollable
,WebDisplayUnit
,WebFeatures
,WebObjectInfo
,WebPromptSite
,WebUserEntity
public interface WebUserGroup extends WebUserEntity, Scrollable
The WebUserGroup interface contains group-specific account information. It is obtained by casting theWebUserEntity
interface into the WebUserGroup interface.- Since:
- MicroStrategy Web 7.5.2
-
-
Field Summary
-
Fields inherited from interface com.microstrategy.utils.serialization.EnumWebPersistableState
BARE_MINIMAL_STATE_INFO, MAXIMAL_STATE_INFO, MINIMAL_STATE_INFO, TYPICAL_STATE_INFO
-
Fields inherited from interface com.microstrategy.web.objects.Scrollable
FIRST_BLOCK, NEXT_BLOCK, PREVIOUS_BLOCK
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebUserList
getMembers()
int
getTotalChildCount()
Returns the total number of children the current user group has.-
Methods inherited from interface com.microstrategy.utils.KeyedObject
_getObKey
-
Methods inherited from interface com.microstrategy.utils.serialization.Persistable
restoreState, restoreState, saveState, saveState, saveState, saveState
-
Methods inherited from interface com.microstrategy.web.objects.Scrollable
getBlockPosition, getBlockSize, gotoBlock, hasNextBlock, hasPreviousBlock, setBlockSize
-
Methods inherited from interface com.microstrategy.web.objects.WebDisplayUnit
addDetails, applyVisitor, canHighlight, getChildUnits, getDisplayName, getDisplayUnitType, hasDetails, highlightUnit, highlightUnit, isHighlighted, isObjectInfo, isSelected, setDisplayName, setSelected
-
Methods inherited from interface com.microstrategy.web.objects.WebFeatures
isFeatureAvailable, isFeatureAvailable
-
Methods inherited from interface com.microstrategy.web.objects.WebObjectInfo
buildShortObjectAttributes, buildShortXML, getAbbreviation, getAccessGranted, getAncestors, getCardStatus, getCertifiedInfo, getComments, getContainerDid, getContainerType, getCreationTime, getCreationTimeStamp, getDataSources, getDescription, getExtendedType, getFactory, getFlags, getIconPath, getID, getModificationTime, getModificationTimeStamp, getName, getNonSchedulable, getOtherNameTransCount, getOwner, getParent, getPreSaveAsFlags, getProjectId, getProjectName, getPropertyFlags, getPropertySetFilter, getPropertySets, getRecommendationInfo, getSecurity, getState, getSubType, getType, getVersionID, getViewMediaSettings, getVisualizationViewMode, getXML, getXML, hasOwner, isAncestorNamedFolder, isDirty, isEmbedded, isHidden, isNew, isPopulated, populate, populate, setAbbreviation, setComments, setDataSources, setDescription, setExtendedType, setFlags, setHidden, setIconPath, setName, setNonSchedulable, setPreSaveAsFlags, setPropertyFlags
-
Methods inherited from interface com.microstrategy.web.objects.WebPromptSite
getPromptInstances
-
Methods inherited from interface com.microstrategy.web.objects.admin.users.WebUserEntity
getAccessibleProjects, getAllPrivileges, getAnalysisQuota, getAncestorGroups, getFullName, getLDAPLoginInfo, getLocalPrivileges, getParents, getSecurityFilters, getSecurityRoles, getSimpleSecurityPluginLoginInfo, getSourceType, hasInheritedSecurityRoles, isGroup, removeAnalysisQuota, setAnalysisQuota, setFullName
-
-
-
-
Method Detail
-
getMembers
WebUserList getMembers()
- Since:
- MicroStrategy Web 8.0.0
-
getTotalChildCount
int getTotalChildCount()
Returns the total number of children the current user group has. This is useful in implementing an incremental fetch behavior.
-
-