public interface UserGroup extends DynamicParticipant, UserGroupInfo
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Retrieves this user group's description.
|
org.eclipse.stardust.engine.api.dto.UserGroupDetailsLevel |
getDetailsLevel()
Sets all the custom properties of the user group.
|
void |
setAttribute(String name,
Serializable value) |
void |
setDescription(String description)
Sets the description of the user group.
|
void |
setName(String name)
Sets the name of the user group.
|
void |
setValidFrom(Date validFrom)
Sets the validity start date of the user group.
|
void |
setValidTo(Date validTo)
Sets the validity end date of the user group.
|
getPartitionId, getPartitionOID, getValidFrom, getValidTogetAllAttributes, getAllSuperOrganizations, getAttribute, getElementOID, getModelOID, getNamespacegetId, getName, getQualifiedIdgetOIDgetId, getName, getQualifiedIdvoid setName(String name)
UserService.modifyUserGroup(UserGroup) is invoked.name - the new name.UserService.modifyUserGroup(UserGroup)void setValidFrom(Date validFrom)
UserService.modifyUserGroup(UserGroup) is invoked.validFrom - the validity start date, or null if unlimited.UserService.modifyUserGroup(UserGroup)void setValidTo(Date validTo)
UserService.modifyUserGroup(UserGroup) is invoked.validTo - the validity end date, or null if unlimited.UserService.modifyUserGroup(UserGroup)String getDescription()
getDescription in interface ModelElementvoid setDescription(String description)
UserService.modifyUserGroup(UserGroup) is invoked.description - the description.UserService.modifyUserGroup(UserGroup)void setAttribute(String name, Serializable value)
name - value - org.eclipse.stardust.engine.api.dto.UserGroupDetailsLevel getDetailsLevel()
UserService.modifyUserGroup(UserGroup) is invoked.properties - a Map containing name-value pair of custom properties.UserService.modifyUserGroup(UserGroup)Copyright © 2016 Eclipse Stardust. All Rights Reserved.