Uses of Class
lumis.portal.structure.sync.model.common.AccessControlEntry
-
Packages that use AccessControlEntry Package Description lumis.portal.structure.sync.model.channel Models used for synchronizing a channel structure file.lumis.portal.structure.sync.model.common Models shared between different structure files.lumis.portal.structure.sync.model.global -
-
Uses of AccessControlEntry in lumis.portal.structure.sync.model.channel
Method parameters in lumis.portal.structure.sync.model.channel with type arguments of type AccessControlEntry Modifier and Type Method Description Channel
Channel. cloneAndPostponeDependencies(Queue<AccessControlEntry> entriesToAdd, Queue<ParallelExecutor.IDatabaseTask> channelTemplateLinksToAdd)
Creates a clone of this channel, without dependencies (which are postponed for add).Group
Group. cloneAndPostponeDependencies(Queue<AccessControlEntry> entriesToAdd, Queue<ParallelExecutor.IDatabaseTask> channelTemplateLinksToAdd)
Creates a clone of this group, without dependencies (which are postponed for add). -
Uses of AccessControlEntry in lumis.portal.structure.sync.model.common
Methods in lumis.portal.structure.sync.model.common that return types with arguments of type AccessControlEntry Modifier and Type Method Description SortedSet<AccessControlEntry>
AccessControlList. getEntries()
Methods in lumis.portal.structure.sync.model.common with parameters of type AccessControlEntry Modifier and Type Method Description int
AccessControlList.AccessControlEntryOrderComparator. compare(AccessControlEntry e1, AccessControlEntry e2)
-
Uses of AccessControlEntry in lumis.portal.structure.sync.model.global
Method parameters in lumis.portal.structure.sync.model.global with type arguments of type AccessControlEntry Modifier and Type Method Description GlobalGroup
GlobalGroup. cloneAndPostponeDependencies(Queue<AccessControlEntry> entriesToAdd)
Creates a clone of this global group, without dependencies (which are postponed for add).
-