public interface EntityDAO extends GrouperDAO
Entity DAO interface.| Modifier and Type | Method and Description |
|---|---|
List<Object[]> |
findEntitiesByGroupIds(Collection<String> groupIds)
find entities secure by group id
|
Set<Entity> |
findEntitiesSecure(GrouperSession grouperSession,
List<String> ancestorFolderIds,
List<String> ancestorFolderNames,
List<String> ids,
List<String> names,
List<String> parentFolderIds,
List<String> parentFolderNames,
String terms,
Set<Privilege> inPrivSet,
QueryOptions queryOptions)
find entities
|
Set<Entity> findEntitiesSecure(GrouperSession grouperSession, List<String> ancestorFolderIds, List<String> ancestorFolderNames, List<String> ids, List<String> names, List<String> parentFolderIds, List<String> parentFolderNames, String terms, Set<Privilege> inPrivSet, QueryOptions queryOptions)
grouperSession - ancestorFolderIds - ancestorFolderNames - ids - names - parentFolderIds - parentFolderNames - terms - inPrivSet - means that each row must have a matching priv in this set to user or GrouperAll.
There are some constants in AccessPrivilege of pre-canned setsqueryOptions - GrouperDAOExceptionList<Object[]> findEntitiesByGroupIds(Collection<String> groupIds)
grouperSession - groupIds - (note, can be any amount of group ids, will batch)GrouperDAOExceptionCopyright © 2016 Internet2. All rights reserved.