05-06-2006 04:18 PM
hasPermission(NodeRef nodeRef, String authority, String permission);
getPermissions(NodeRef nodeRef, String authority);
// etc…
for ( User user:users ) {
this.authenticationComponent.setCurrentUser( user.getUserName() );
if ( this.permissionService.hasPermission(nodeRef, permission) ) {
// do something
}
}
05-08-2006 03:23 AM
05-08-2006 07:03 PM
It is on the list of things to do as a few people have asked for it.
12-03-2007 09:55 AM
hasPermission(NodeRef nodeRef, String authority, String permission);
12-07-2007 06:54 AM
Would you be interested if this part is contributed ?
01-08-2008 10:38 AM
08-10-2008 12:12 PM
The API is not extended in the current release. Lucene does not expose anything that would help.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.