com.atlassian.confluence.security.delegate
Class DraftPermissionsDelegate
java.lang.Object
com.atlassian.confluence.security.delegate.AbstractPermissionsDelegate
com.atlassian.confluence.security.delegate.DraftPermissionsDelegate
- All Implemented Interfaces:
- PermissionDelegate
public class DraftPermissionsDelegate
- extends AbstractPermissionsDelegate
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DraftPermissionsDelegate
public DraftPermissionsDelegate()
canView
public boolean canView(com.atlassian.user.User user,
java.lang.Object target)
- Returns:
- true if user can view the specified target.
canEdit
public boolean canEdit(com.atlassian.user.User user,
java.lang.Object target)
canSetPermissions
public boolean canSetPermissions(com.atlassian.user.User user,
java.lang.Object target)
canRemove
public boolean canRemove(com.atlassian.user.User user,
java.lang.Object target)
canExport
public boolean canExport(com.atlassian.user.User user,
java.lang.Object target)
canAdminister
public boolean canAdminister(com.atlassian.user.User user,
java.lang.Object target)
canCreate
public boolean canCreate(com.atlassian.user.User user,
java.lang.Object container)
- Returns:
- true if the specified user can create new instances of the target type in the specified container.
getSpaceFrom
protected Space getSpaceFrom(java.lang.Object target)
- Specified by:
getSpaceFrom
in class AbstractPermissionsDelegate
setSpaceManager
public void setSpaceManager(SpaceManager spaceManager)
getSpaceManager
public SpaceManager getSpaceManager()
Copyright © 2003-2014 Atlassian. All Rights Reserved.