public class DefaultInheritedContentPermissionManager extends Object implements InheritedContentPermissionManager
| Constructor and Description | 
|---|
DefaultInheritedContentPermissionManager()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
cannotHaveInheritedPermissions(ContentEntityObject contentEntityObject)
Check (for speed) whether we should even bother to query for possible inherited permissions. 
 | 
List<ContentPermissionSet> | 
getInheritedContentPermissionSets(ContentEntityObject contentEntityObject)  | 
void | 
setContentPermissionSetDao(ContentPermissionSetDao contentPermissionSetDao)  | 
public DefaultInheritedContentPermissionManager()
public List<ContentPermissionSet> getInheritedContentPermissionSets(ContentEntityObject contentEntityObject)
getInheritedContentPermissionSets in interface InheritedContentPermissionManagerContentPermissionSets of type
 ContentPermission.VIEW_PERMISSION of all ancestors of contentEntityObjectprotected boolean cannotHaveInheritedPermissions(ContentEntityObject contentEntityObject)
public void setContentPermissionSetDao(ContentPermissionSetDao contentPermissionSetDao)
Copyright © 2003–2016 Atlassian. All rights reserved.