com.atlassian.confluence.security.delegate
Class DraftPermissionsDelegate

java.lang.Object
  extended by com.atlassian.confluence.security.delegate.AbstractPermissionsDelegate
      extended by com.atlassian.confluence.security.delegate.DraftPermissionsDelegate
All Implemented Interfaces:
PermissionDelegate

public class DraftPermissionsDelegate
extends AbstractPermissionsDelegate


Field Summary
 
Fields inherited from class com.atlassian.confluence.security.delegate.AbstractPermissionsDelegate
spacePermissionManager
 
Constructor Summary
DraftPermissionsDelegate()
           
 
Method Summary
 boolean canAdminister(com.atlassian.user.User user, Object target)
           
 boolean canCreate(com.atlassian.user.User user, Object container)
           
 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, Object target)
           
protected  Space getSpaceFrom(Object target)
           
 SpaceManager getSpaceManager()
           
 void setSpaceManager(SpaceManager spaceManager)
           
 
Methods inherited from class com.atlassian.confluence.security.delegate.AbstractPermissionsDelegate
hasSpaceLevelPermission, setSpacePermissionManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DraftPermissionsDelegate

public DraftPermissionsDelegate()
Method Detail

canView

public boolean canView(com.atlassian.user.User user,
                       Object target)

canEdit

public boolean canEdit(com.atlassian.user.User user,
                       Object target)

canSetPermissions

public boolean canSetPermissions(com.atlassian.user.User user,
                                 Object target)

canRemove

public boolean canRemove(com.atlassian.user.User user,
                         Object target)

canExport

public boolean canExport(com.atlassian.user.User user,
                         Object target)

canAdminister

public boolean canAdminister(com.atlassian.user.User user,
                             Object target)

canCreate

public boolean canCreate(com.atlassian.user.User user,
                         Object container)

getSpaceFrom

protected Space getSpaceFrom(Object target)
Specified by:
getSpaceFrom in class AbstractPermissionsDelegate

setSpaceManager

public void setSpaceManager(SpaceManager spaceManager)

getSpaceManager

public SpaceManager getSpaceManager()


Copyright © 2003-2012 Atlassian. All Rights Reserved.