09-11-2013 11:22 AM
doc = repoFolder.createDocument(properties, contentStream, VersioningState.NONE);
OperationContext operationContext = new OperationContextImpl();
operationContext.setIncludeAcls(true);
CmisObject object = session.getObject(doc.getId(), operationContext);
Acl originalAcl = object.getAcl();
List<Ace> remAces = originalAcl.getAces();
object.removeAcl(remAces, AclPropagation.OBJECTONLY);
09-12-2013 01:13 PM
09-15-2013 10:15 PM
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.