com.atlassian.confluence.core
Interface InheritedContentPermissionManager

All Known Implementing Classes:
CachingInheritedContentPermissionManager, DefaultInheritedContentPermissionManager

public interface InheritedContentPermissionManager


Method Summary
 java.util.List<ContentPermissionSet> getInheritedContentPermissionSets(ContentEntityObject contentEntityObject)
           
 

Method Detail

getInheritedContentPermissionSets

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


Copyright © 2003-2014 Atlassian. All Rights Reserved.