com.atlassian.confluence.security.persistence.dao
Interface ContentPermissionSetDao

All Superinterfaces:
ObjectDao
All Known Implementing Classes:
HibernateContentPermissionSetDao

public interface ContentPermissionSetDao
extends ObjectDao


Method Summary
 ContentPermissionSet getById(long id)
           
 List getInheritedContentPermissionSets(ContentEntityObject ceo, String type)
           
 
Methods inherited from interface bucket.core.persistence.ObjectDao
findAll, findAllSorted, getPersistentClass, refresh, remove, replicate, save, saveRaw
 

Method Detail

getById

public ContentPermissionSet getById(long id)

getInheritedContentPermissionSets

public List getInheritedContentPermissionSets(ContentEntityObject ceo,
                                              String type)
Returns:
list of ContentPermissionSets of the ancestors of ceo


Confluence is developed by Atlassian.