Uses of Class
org.apache.chemistry.opencmis.commons.enums.CapabilityAcl

Packages that use CapabilityAcl
org.apache.chemistry.opencmis.commons.data OpenCMIS data interfaces. 
org.apache.chemistry.opencmis.commons.enums OpenCMIS enums. 
org.apache.chemistry.opencmis.tck.tests.control   
 

Uses of CapabilityAcl in org.apache.chemistry.opencmis.commons.data
 

Methods in org.apache.chemistry.opencmis.commons.data that return CapabilityAcl
 CapabilityAcl RepositoryCapabilities.getAclCapability()
           
 

Uses of CapabilityAcl in org.apache.chemistry.opencmis.commons.enums
 

Methods in org.apache.chemistry.opencmis.commons.enums that return CapabilityAcl
static CapabilityAcl CapabilityAcl.fromValue(String v)
           
static CapabilityAcl CapabilityAcl.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CapabilityAcl[] CapabilityAcl.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of CapabilityAcl in org.apache.chemistry.opencmis.tck.tests.control
 

Methods in org.apache.chemistry.opencmis.tck.tests.control that return CapabilityAcl
protected  CapabilityAcl ACLSmokeTest.getAclCapability(Session session)
           
 



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