Implement ACL services
----------------------
Key: CMIS-272
URL: https://issues.apache.org/jira/browse/CMIS-272
Project: Chemistry
Issue Type: New Feature
Components: cmis-phplib
Reporter: Patrice Collardez
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 ())
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.