Uses of Class
lumis.portal.acl.PortalPermissions
-
Packages that use PortalPermissions Package Description lumis.portal.acl lumis.portal.structure.sync.model.channel Models used for synchronizing a channel structure file. -
-
Uses of PortalPermissions in lumis.portal.acl
Methods in lumis.portal.acl that return PortalPermissions Modifier and Type Method Description static PortalPermissions
PortalPermissions. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PortalPermissions[]
PortalPermissions. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PortalPermissions in lumis.portal.structure.sync.model.channel
Methods in lumis.portal.structure.sync.model.channel that return types with arguments of type PortalPermissions Modifier and Type Method Description java.util.Collection<PortalPermissions>
Group.GroupPortalPermissions. getAllow()
Returns the permissions flagged as allow.java.util.Collection<PortalPermissions>
Group.GroupPortalPermissions. getDeny()
Returns the permissions flagged as deny.
-