Uses of Class
lumis.portal.channel.acl.ChannelPermissions
-
Packages that use ChannelPermissions Package Description lumis.portal.channel.acl -
-
Uses of ChannelPermissions in lumis.portal.channel.acl
Methods in lumis.portal.channel.acl that return ChannelPermissions Modifier and Type Method Description static ChannelPermissions
ChannelPermissions. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChannelPermissions[]
ChannelPermissions. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-