cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the nodes where a permission group is used

rgouyet
Champ in-the-making
Champ in-the-making
How is it possible (via the node browser for example) to list the nodes where a group or user is invited ?

Thanks
RG
1 REPLY 1

dhalupa
Champ on-the-rise
Champ on-the-rise
It is possible to get such list from java. There is a method  PermissionService.findNodesByAssignedPermission(authority, permission, allow, includeContainingAuthorities, exactPermissionMatch) which does exactly what you require.

Kind regards,

Denis