Uses of Class
lumis.portal.structure.sync.model.channel.Group
-
Packages that use Group Package Description lumis.portal.structure.sync.model.channel Models used for synchronizing a channel structure file. -
-
Uses of Group in lumis.portal.structure.sync.model.channel
Methods in lumis.portal.structure.sync.model.channel that return Group Modifier and Type Method Description protected Group
Group. clone()
Returns a shallow clone of this group.Group
Group. cloneAndPostponeDependencies(Queue<AccessControlEntry> entriesToAdd, Queue<ParallelExecutor.IDatabaseTask> channelTemplateLinksToAdd)
Creates a clone of this group, without dependencies (which are postponed for add).Methods in lumis.portal.structure.sync.model.channel that return types with arguments of type Group Modifier and Type Method Description SortedSet<Group>
Channel. getGroups()
Methods in lumis.portal.structure.sync.model.channel with parameters of type Group Modifier and Type Method Description int
Channel.GroupOrderComparator. compare(Group e1, Group e2)
void
Principal. setAttributes(Group group)
Sets the attributes of this principal, according to the group it represents.
-