12-04-2006 06:16 AM
Predicate predicate = new Predicate(new Reference[]{reference}, null, null);
ACE[] aces = new ACE[]{new ACE(username,Constants.WRITE,AccessStatus.acepted)};
accessControlService.addACEs(predicate, aces);
HasPermissionsResult[] permissions = accessControlService.hasPermissions(predicate, new String[]{Constants.WRITE});
12-04-2006 07:09 AM
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.