public class Group extends Object implements Serializable, Cloneable
Documentation in this class focus synchronization behavior. About
the use behind the fields in the portal, see GroupConfig
.
GroupConfig
,
Serialized FormConstructor and Description |
---|
Group() |
Modifier and Type | Method and Description |
---|---|
void |
applyChannelTemplateLinkInfo(ChannelTemplateLinkInfo channelTemplateLinkInfo) |
protected Group |
clone()
Returns a shallow clone of this group.
|
Group |
cloneAndPostponeDependencies(Queue<AccessControlEntry> entriesToAdd,
Queue<ParallelExecutor.IDatabaseTask> channelTemplateLinksToAdd)
Creates a clone of this group, without dependencies (which are postponed
for add).
|
AccessControlList |
getAccessControlList() |
String |
getAlias() |
Channel |
getChannel() |
String |
getChannelId() |
String |
getId() |
List<GroupMemberXml> |
getMembers() |
void |
setChannel(Channel channel) |
public String getId()
public String getAlias()
public Channel getChannel()
public void setChannel(Channel channel)
public AccessControlList getAccessControlList()
public String getChannelId()
public List<GroupMemberXml> getMembers()
public Group cloneAndPostponeDependencies(Queue<AccessControlEntry> entriesToAdd, Queue<ParallelExecutor.IDatabaseTask> channelTemplateLinksToAdd)
entriesToAdd
- the queue for the ACL entries to add.channelTemplateLinksToAdd
- the queue for Channel Template Links to add.protected Group clone()
public void applyChannelTemplateLinkInfo(ChannelTemplateLinkInfo channelTemplateLinkInfo)
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.