Uploaded image for project: 'Chemistry (Retired)'
  1. Chemistry (Retired)
  2. CMIS-272

Implement ACL services

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • PHPCMIS 0.2
    • cmis-phplib
    • 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 ())

      Attachments

        Activity

          People

            richardm Richard McKnight
            pcollardez Patrice Collardez
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: