Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Implement ACL services as specified in the CMIS spec.
Conform to methods definition.
Java implementation methods definition are:
Acl CmisObject.getAcl(boolean onlyBasicPermissions);
Acl CmisObject.applyAcl(List<Ace> addAces, List<Ace> removeAces, AclPropagation aclPropagation);
The PHP implementation can be:
function getACL($objectId, $options = array ())
function applyACL($objectId, $addAces, $removeAces, $options = array ())