public final class HistoryQuery extends Object
Modifier and Type | Field and Description |
---|---|
static List<HistoryEntry.Operation> |
ALL_OPERATIONS |
Set<ItemIdentity> |
isAncestors |
Set<String> |
isAuthors |
com.almworks.integers.LongList |
isIssuesSorted |
com.almworks.integers.LongList |
isProjectsSorted |
com.almworks.integers.LongList |
isStructuresSorted |
com.almworks.integers.LongList |
isSynchronizersSorted |
Long |
maxDate |
Long |
minDate |
Set<ItemIdentity> |
notAncestors |
Set<String> |
notAuthors |
com.almworks.integers.LongList |
notIssuesSorted |
com.almworks.integers.LongList |
notProjectsSorted |
com.almworks.integers.LongList |
notStructuresSorted |
com.almworks.integers.LongList |
notSynchronizersSorted |
Set<HistoryEntry.Operation> |
operations |
Long |
startId |
Constructor and Description |
---|
HistoryQuery(Iterable<HistoryEntry.Operation> operations,
com.almworks.integers.LongList isIssuesSorted,
com.almworks.integers.LongList notIssuesSorted,
com.almworks.integers.LongList isStructuresSorted,
com.almworks.integers.LongList notStructuresSorted,
Iterable<String> isAuthors,
Iterable<String> notAuthors,
com.almworks.integers.LongList isProjectsSorted,
com.almworks.integers.LongList notProjectsSorted,
com.almworks.integers.LongList isSynchronizersSorted,
com.almworks.integers.LongList notSynchronizersSorted,
Set<ItemIdentity> isAncestors,
Set<ItemIdentity> notAncestors,
Date minDate,
Date maxDate,
Long startId) |
HistoryQuery(long structureId,
Long startId) |
public static final List<HistoryEntry.Operation> ALL_OPERATIONS
@Nullable public final Set<HistoryEntry.Operation> operations
@NotNull public final com.almworks.integers.LongList isIssuesSorted
@NotNull public final com.almworks.integers.LongList notIssuesSorted
@NotNull public final com.almworks.integers.LongList isStructuresSorted
@NotNull public final com.almworks.integers.LongList notStructuresSorted
@NotNull public final com.almworks.integers.LongList isProjectsSorted
@NotNull public final com.almworks.integers.LongList notProjectsSorted
@NotNull public final com.almworks.integers.LongList isSynchronizersSorted
@NotNull public final com.almworks.integers.LongList notSynchronizersSorted
@NotNull public final Set<ItemIdentity> isAncestors
@NotNull public final Set<ItemIdentity> notAncestors
@Nullable public final Long minDate
@Nullable public final Long maxDate
@Nullable public final Long startId
public HistoryQuery(Iterable<HistoryEntry.Operation> operations, com.almworks.integers.LongList isIssuesSorted, com.almworks.integers.LongList notIssuesSorted, com.almworks.integers.LongList isStructuresSorted, com.almworks.integers.LongList notStructuresSorted, Iterable<String> isAuthors, Iterable<String> notAuthors, com.almworks.integers.LongList isProjectsSorted, com.almworks.integers.LongList notProjectsSorted, com.almworks.integers.LongList isSynchronizersSorted, com.almworks.integers.LongList notSynchronizersSorted, Set<ItemIdentity> isAncestors, Set<ItemIdentity> notAncestors, Date minDate, Date maxDate, @Nullable Long startId)
public HistoryQuery(long structureId, Long startId)
Copyright © 2019 ALM Works. All Rights Reserved.