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

Packages that use SupportedPermissions
org.apache.chemistry.opencmis.commons.data OpenCMIS data interfaces. 
org.apache.chemistry.opencmis.commons.enums OpenCMIS enums. 
 

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

Methods in org.apache.chemistry.opencmis.commons.data that return SupportedPermissions
 SupportedPermissions AclCapabilities.getSupportedPermissions()
           
 

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

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



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