[ 
https://issues.apache.org/jira/browse/CMIS-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard McKnight reassigned CMIS-272:
-------------------------------------

    Assignee: Richard McKnight

> 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
>            Assignee: Richard McKnight
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to