Object
HistoryQuery

public final class HistoryQuery extends Object
  • Field Details

    • ALL_OPERATIONS

      public static final List<HistoryEntry.Operation> ALL_OPERATIONS
    • operations

      @Nullable public final Set<HistoryEntry.Operation> operations
    • isIssuesSorted

      @NotNull public final LongList isIssuesSorted
    • notIssuesSorted

      @NotNull public final LongList notIssuesSorted
    • isStructuresSorted

      @NotNull public final LongList isStructuresSorted
    • notStructuresSorted

      @NotNull public final LongList notStructuresSorted
    • isAuthors

      @NotNull public final Set<String> isAuthors
    • notAuthors

      @NotNull public final Set<String> notAuthors
    • isProjectsSorted

      @NotNull public final LongList isProjectsSorted
    • notProjectsSorted

      @NotNull public final LongList notProjectsSorted
    • isSynchronizersSorted

      @NotNull public final LongList isSynchronizersSorted
    • notSynchronizersSorted

      @NotNull public final LongList notSynchronizersSorted
    • isAncestors

      @NotNull public final Set<ItemIdentity> isAncestors
    • notAncestors

      @NotNull public final Set<ItemIdentity> notAncestors
    • minDate

      @Nullable public final Long minDate
    • maxDate

      @Nullable public final Long maxDate
    • startId

      @Nullable public final Long startId
  • Constructor Details

    • HistoryQuery

      public HistoryQuery(Iterable<HistoryEntry.Operation> operations, LongList isIssuesSorted, LongList notIssuesSorted, LongList isStructuresSorted, LongList notStructuresSorted, Iterable<String> isAuthors, Iterable<String> notAuthors, LongList isProjectsSorted, LongList notProjectsSorted, LongList isSynchronizersSorted, LongList notSynchronizersSorted, Set<ItemIdentity> isAncestors, Set<ItemIdentity> notAncestors, Date minDate, Date maxDate, @Nullable Long startId)
    • HistoryQuery

      public HistoryQuery(long structureId, Long startId)
  • Method Details