org.apache.chemistry.opencmis.commons.data
Interface Acl

All Superinterfaces:
ExtensionsData

public interface Acl
extends ExtensionsData

Access Control List (ACL).


Method Summary
 List<Ace> getAces()
          Returns the list of ACEs.
 Boolean isExact()
          Indicates if this ACL expresses all permissions.
 
Methods inherited from interface org.apache.chemistry.opencmis.commons.data.ExtensionsData
getExtensions, setExtensions
 

Method Detail

getAces

List<Ace> getAces()
Returns the list of ACEs.


isExact

Boolean isExact()
Indicates if this ACL expresses all permissions.

Returns:
if true then the ACL expresses the exact permission set, if false then there are other permission rules that cannot be expressed through ACEs, if null then it this in unknown (the repository did not provide this information)


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.