Package com.polarion.alm.projects.model
Interface IUserGroup
- All Superinterfaces:
IAdaptable,IChangeListener,IHasCustomValues,IHasValues,ILocatedObject,IPObject
IPObject representation of a User Group. User groups contain users, nested groups are not supported.
Each user can be present in any number of groups.- Since:
- 3.19.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface com.polarion.alm.projects.model.ILocatedObject
KEY_LOCATION -
Method Summary
Methods inherited from interface com.polarion.platform.persistence.model.IAdaptable
adaptMethods inherited from interface com.polarion.platform.persistence.model.IChangeListener
markChangedMethods inherited from interface com.polarion.platform.persistence.model.IHasCustomValues
getCustomField, getCustomFieldPrototype, getCustomFieldsList, setCustomFieldMethods inherited from interface com.polarion.alm.projects.model.ILocatedObject
getLocationMethods inherited from interface com.polarion.platform.persistence.model.IPObject
can, copyTo, createStructureForKey, forget, getContextId, getDataRevision, getDataSvc, getEnumerationOptionForField, getEnumerationTypeForField, getFieldLabel, getFieldType, getIncompatibleCustomField, getIncompatibleCustomFieldPrototype, getIncompatibleCustomFieldsList, getLastRevision, getLocalId, getObjectId, getPrototype, getRevision, getUri, getValue, isModified, isPersisted, isReadOnly, isResolved, isUnresolvable, resolve, save, setEnumerationValue, setValue, update
-
Field Details
-
PROTO
- See Also:
-
KEY_ID
- See Also:
-
KEY_NAME
- See Also:
-
KEY_DESCRIPTION
- See Also:
-
KEY_LDAP_SEARCH_FILTER
- Since:
- 3.20.1
- See Also:
-
KEY_SSO_SYNCHRONIZATION_ALLOWED
- Since:
- 3.21.2
- See Also:
-
-
Method Details
-
getId
-
getName
-
getDescription
-
getLdapSearchFilter
- Since:
- 3.20.1
-
isSsoSynchronizationAllowed
boolean isSsoSynchronizationAllowed()- Since:
- 3.21.2
-