Class HistoryQuery
Object
HistoryQuery
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final List<HistoryEntry.Operation>final Set<ItemIdentity>final LongListfinal LongListfinal LongListfinal LongListfinal Longfinal Longfinal Set<ItemIdentity>final LongListfinal LongListfinal LongListfinal LongListfinal Set<HistoryEntry.Operation>final Long -
Constructor Summary
ConstructorsConstructorDescriptionHistoryQuery(long structureId, Long startId) 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, Long startId) -
Method Summary
-
Field Details
-
ALL_OPERATIONS
-
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
-
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
-
notAncestors
-
minDate
-
maxDate
-
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
-
-
Method Details