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

All Superinterfaces:
ObjectDao
All Known Implementing Classes:
HibernateContentPermissionSetDao

public interface ContentPermissionSetDao
extends ObjectDao


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

Method Detail

getById

ContentPermissionSet getById(long id)

getInheritedContentPermissionSets

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


Copyright © 2003–2015 Atlassian. All rights reserved.