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

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

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

Methods in org.apache.chemistry.opencmis.commons.data that return CapabilityChanges
 CapabilityChanges RepositoryCapabilities.getChangesCapability()
           
 

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

Methods in org.apache.chemistry.opencmis.commons.enums that return CapabilityChanges
static CapabilityChanges CapabilityChanges.fromValue(String v)
           
static CapabilityChanges CapabilityChanges.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CapabilityChanges[] CapabilityChanges.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.