Class ChangeFinder


  • public class ChangeFinder
    extends Object
    • Method Detail

      • module

        public static com.google.inject.Module module()
      • find

        public List<ChangeNotes> find​(String id)
        Find changes matching the given identifier.
        Parameters:
        id - change identifier.
        Returns:
        possibly-empty list of notes for all matching changes; may or may not be visible.
      • find

        public List<ChangeNotes> find​(String id,
                                      int queryLimit)
        Find at most N changes matching the given identifier.
        Parameters:
        id - change identifier.
        queryLimit - maximum number of changes to be returned
        Returns:
        possibly-empty list of notes for all matching changes; may or may not be visible.