Uses of Class
com.atlassian.confluence.legacyapi.model.content.Permission
-
Packages that use Permission Package Description com.atlassian.confluence.legacyapi.model.content com.atlassian.confluence.legacyapi.model.people -
-
Uses of Permission in com.atlassian.confluence.legacyapi.model.content
Methods in com.atlassian.confluence.legacyapi.model.content that return Permission Modifier and Type Method Description static Permission
Permission. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static Permission[]
Permission. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.legacyapi.model.content that return types with arguments of type Permission Modifier and Type Method Description Map<Permission,Boolean>
Content. getPermissions()
Deprecated. -
Uses of Permission in com.atlassian.confluence.legacyapi.model.people
Methods in com.atlassian.confluence.legacyapi.model.people that return types with arguments of type Permission Modifier and Type Method Description Map<Permission,Boolean>
KnownUser. getPermissions()
Deprecated.Constructor parameters in com.atlassian.confluence.legacyapi.model.people with type arguments of type Permission Constructor Description KnownUser(Icon profilePicture, String username, String displayName, Map<Permission,Boolean> permissions)
Deprecated.
-