Uses of Class
change.ChangeType

Packages that use ChangeType
change   
 

Uses of ChangeType in change
 

Fields in change declared as ChangeType
private  ChangeType ChangeQueryCriteria.changeType
           
 ChangeType Change.type
          The type of change: group, folder or file-related.
 

Methods in change that return ChangeType
 ChangeType ChangeQueryCriteria.getChangeType()
           
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.
 

Methods in change with parameters of type ChangeType
abstract  Change ChangeFactory.createChange(ChangeType type, Object changeTarget, String changeDetails, Date timestamp)
          Creates change objects of all supported types.
 void ChangeQueryCriteria.setChangeType(ChangeType changeType)