public class SystemPermissionsDelegate extends Object implements PermissionDelegate
| Constructor and Description |
|---|
SystemPermissionsDelegate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canAdminister(com.atlassian.user.User user,
Object target) |
boolean |
canCreate(com.atlassian.user.User user,
Object container) |
boolean |
canCreateInTarget(com.atlassian.user.User user,
Class typeToCreate) |
boolean |
canEdit(com.atlassian.user.User user,
Object target) |
boolean |
canExport(com.atlassian.user.User user,
Object target) |
boolean |
canRemove(com.atlassian.user.User user,
Object target) |
boolean |
canSetPermissions(com.atlassian.user.User user,
Object target) |
boolean |
canView(com.atlassian.user.User user) |
boolean |
canView(com.atlassian.user.User user,
Object target) |
void |
setSpacePermissionManager(SpacePermissionManager spacePermissionManager) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanMove, canRemoveHierarchypublic boolean canView(com.atlassian.user.User user,
Object target)
canView in interface PermissionDelegatepublic boolean canView(com.atlassian.user.User user)
canView in interface PermissionDelegatepublic boolean canEdit(com.atlassian.user.User user,
Object target)
canEdit in interface PermissionDelegatepublic boolean canSetPermissions(com.atlassian.user.User user,
Object target)
canSetPermissions in interface PermissionDelegatepublic boolean canRemove(com.atlassian.user.User user,
Object target)
canRemove in interface PermissionDelegatepublic boolean canExport(com.atlassian.user.User user,
Object target)
canExport in interface PermissionDelegatepublic boolean canAdminister(com.atlassian.user.User user,
Object target)
canAdminister in interface PermissionDelegatepublic boolean canCreate(com.atlassian.user.User user,
Object container)
canCreate in interface PermissionDelegatepublic boolean canCreateInTarget(com.atlassian.user.User user,
Class typeToCreate)
canCreateInTarget in interface PermissionDelegateuser - the user performing the createtypeToCreate - the class of the entity to createpublic void setSpacePermissionManager(SpacePermissionManager spacePermissionManager)
Copyright © 2003–2022 Atlassian. All rights reserved.