You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Patrice Collardez (JIRA)" <ji...@apache.org> on 2010/11/17 09:49:13 UTC

[jira] Created: (CMIS-272) Implement ACL services

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.