Uses of Class
change.ChangeQueryCriteria

Packages that use ChangeQueryCriteria
change   
 

Uses of ChangeQueryCriteria in change
 

Methods in change with parameters of type ChangeQueryCriteria
abstract  List<Change> ChangeService.getChanges(ChangeQueryCriteria criteria)
          Returns a list of changes that match the given criteria (changes of a certain type or for a list of files, changes during a given period, changes for a given group etc.).
abstract  List<Change> ChangeLogger.getChanges(ChangeQueryCriteria criteria)
          Returns the changes that match the given criteria, such that it can return all the changes in a given period of time for a group or a list of files.