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

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

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

Methods in org.apache.chemistry.opencmis.commons.data that return ChangeType
 ChangeType ChangeEventInfo.getChangeType()
           
 

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

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



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