Return-Path: X-Original-To: apmail-chemistry-dev-archive@www.apache.org Delivered-To: apmail-chemistry-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0425A476A for ; Sun, 12 Jun 2011 17:20:15 +0000 (UTC) Received: (qmail 91762 invoked by uid 500); 12 Jun 2011 17:20:14 -0000 Delivered-To: apmail-chemistry-dev-archive@chemistry.apache.org Received: (qmail 91715 invoked by uid 500); 12 Jun 2011 17:20:14 -0000 Mailing-List: contact dev-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list dev@chemistry.apache.org Received: (qmail 91707 invoked by uid 99); 12 Jun 2011 17:20:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Jun 2011 17:20:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Jun 2011 17:20:12 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id BEF3B4153FD for ; Sun, 12 Jun 2011 17:19:51 +0000 (UTC) Date: Sun, 12 Jun 2011 17:19:51 +0000 (UTC) From: "Richard McKnight (JIRA)" To: dev@chemistry.apache.org Message-ID: <904346461.1110.1307899191778.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Assigned] (CMIS-272) Implement ACL services MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ 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 addAces, List 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