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
Methods in lumis.portal.structure.sync.model.channel that return AccessControlEntry Modifier and Type Method Description AccessControlEntry
Group.GroupPortalPermissions. toAccessControlEntry(java.lang.String principalId)
Converts this permissions to anAccessControlEntry
for the given principal id.Method parameters in lumis.portal.structure.sync.model.channel with type arguments of type AccessControlEntry Modifier and Type Method Description Channel
Channel. cloneAndPostponeDependencies(java.util.Queue<AccessControlEntry> entriesToAdd, java.util.Queue<ParallelExecutor.IDatabaseTask> channelTemplateLinksToAdd)
Creates a clone of this channel, without dependencies (which are postponed for add).Group
Group. cloneAndPostponeDependencies(java.util.Queue<AccessControlEntry> entriesToAdd, java.util.Queue<ParallelExecutor.IDatabaseTask> channelTemplateLinksToAdd)
Creates a clone of this group, without dependencies (which are postponed for add).void
Group. setPortalPermissions(java.util.Collection<AccessControlEntry> entries)
Sets the PortalPermissions of this group. -
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 java.util.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(java.util.Queue<AccessControlEntry> entriesToAdd)
Creates a clone of this global group, without dependencies (which are postponed for add).
-