Interface StarredChangesReader

All Known Subinterfaces:
StarredChangesUtil
All Known Implementing Classes:
StarredChangesUtilNoteDbImpl

public interface StarredChangesReader
  • Method Details

    • isStarred

      boolean isStarred(Account.Id accountId, Change.Id changeId)
    • areStarred

      Set<Change.Id> areStarred(org.eclipse.jgit.lib.Repository allUsersRepo, List<Change.Id> changeIds, Account.Id caller)
      Returns a subset of change IDs among the input changeIds list that are starred by the caller user.
    • byChange

      com.google.common.collect.ImmutableMap<Account.Id,org.eclipse.jgit.lib.Ref> byChange(Change.Id changeId)
    • byAccountId

      com.google.common.collect.ImmutableSet<Change.Id> byAccountId(Account.Id accountId)
    • byAccountId

      com.google.common.collect.ImmutableSet<Change.Id> byAccountId(Account.Id accountId, boolean skipInvalidChanges)