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)
           
 java.util.List getInheritedContentPermissionSets(ContentEntityObject ceo, java.lang.String type)
           
 
Methods inherited from interface bucket.core.persistence.ObjectDao
findAll, findAllSorted, findAllSorted, getPersistentClass, refresh, remove, replicate, save, saveRaw
 

Method Detail

getById

ContentPermissionSet getById(long id)

getInheritedContentPermissionSets

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


Copyright © 2003-2014 Atlassian. All Rights Reserved.