09-04-2012 03:48 AM
09-04-2012 05:04 AM
09-04-2012 05:09 AM
09-04-2012 05:30 AM
09-04-2012 06:51 AM
09-05-2012 05:53 AM
reference = new Reference(spacesStore,null,"/app:company_home/st:sites/cm:"+FOLDERNAME);
Predicate predicate = new Predicate(new Reference[] {reference}, null, null);
ACL[] acl;
try {
ACE[] ace = new ACE[]{new ACE(FOLDERNAME, Constants.CONTRIBUTOR, AccessStatus.acepted)};
acl = accessControlService.addACEs(predicate,ace);
} catch (Exception e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
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.