com.atlassian.confluence.security.delegate
Class BlogPostPermissionsDelegate
java.lang.Object
com.atlassian.confluence.security.delegate.AbstractPermissionsDelegate
com.atlassian.confluence.security.delegate.BlogPostPermissionsDelegate
- All Implemented Interfaces:
- PermissionDelegate
public class BlogPostPermissionsDelegate
- extends AbstractPermissionsDelegate
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlogPostPermissionsDelegate
public BlogPostPermissionsDelegate()
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)
getSpaceFrom
protected Space getSpaceFrom(java.lang.Object target)
- Specified by:
getSpaceFrom
in class AbstractPermissionsDelegate
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.
setContentPermissionManager
public void setContentPermissionManager(ContentPermissionManager contentPermissionManager)
Copyright © 2003-2014 Atlassian. All Rights Reserved.