com.atlassian.confluence.core.persistence
Interface ContentPermissionDao

All Superinterfaces:
ObjectDao
All Known Implementing Classes:
ContentPermissionHibernateDao

public interface ContentPermissionDao
extends ObjectDao


Method Summary
 ContentPermission getById(long id)
           
 List getInheritedContentPermissions(ContentEntityObject content)
           
 
Methods inherited from interface bucket.core.persistence.ObjectDao
findAll, findAllSorted, getPersistentClass, refresh, remove, replicate, save, saveRaw
 

Method Detail

getById

ContentPermission getById(long id)

getInheritedContentPermissions

List getInheritedContentPermissions(ContentEntityObject content)


Confluence is developed by Atlassian.