com.atlassian.confluence.core
Interface InheritedContentPermissionManager

All Known Implementing Classes:
CachingInheritedContentPermissionManager, DefaultInheritedContentPermissionManager

public interface InheritedContentPermissionManager


Method Summary
 List<ContentPermissionSet> getInheritedContentPermissionSets(ContentEntityObject contentEntityObject)
           
 

Method Detail

getInheritedContentPermissionSets

List<ContentPermissionSet> getInheritedContentPermissionSets(ContentEntityObject contentEntityObject)
Returns:
a list of ContentPermissionSets of type ContentPermission.VIEW_PERMISSION of all ancestors of contentEntityObject


Copyright © 2003-2011 Atlassian. All Rights Reserved.