Uses of Class
lumis.portal.structure.sync.model.global.GlobalGroup
-
Packages that use GlobalGroup Package Description lumis.portal.structure.sync.model.channel Models used for synchronizing a channel structure file.lumis.portal.structure.sync.model.global -
-
Uses of GlobalGroup in lumis.portal.structure.sync.model.channel
Methods in lumis.portal.structure.sync.model.channel with parameters of type GlobalGroup Modifier and Type Method Description void
Principal. setAttributes(GlobalGroup group)
Sets the attributes of this principal, according to the group it represents. -
Uses of GlobalGroup in lumis.portal.structure.sync.model.global
Methods in lumis.portal.structure.sync.model.global that return GlobalGroup Modifier and Type Method Description protected GlobalGroup
GlobalGroup. clone()
Returns a shallow clone of this global group.GlobalGroup
GlobalGroup. cloneAndPostponeDependencies(Queue<AccessControlEntry> entriesToAdd)
Creates a clone of this global group, without dependencies (which are postponed for add).Methods in lumis.portal.structure.sync.model.global with parameters of type GlobalGroup Modifier and Type Method Description void
GlobalGroupMembership. setGroup(GlobalGroup group)
-