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

Packages that use ExtensionLevel
org.apache.chemistry.opencmis.client.api The OpenCMIS Client API. 
org.apache.chemistry.opencmis.commons.enums OpenCMIS enums. 
 

Uses of ExtensionLevel in org.apache.chemistry.opencmis.client.api
 

Methods in org.apache.chemistry.opencmis.client.api with parameters of type ExtensionLevel
 List<Object> CmisObject.getExtensions(ExtensionLevel level)
           
 

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

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



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