Package | Description |
---|---|
com.almworks.jira.structure.api.structure.history |
Modifier and Type | Field and Description |
---|---|
static List<HistoryEntry.Operation> |
HistoryQuery.ALL_OPERATIONS |
Set<HistoryEntry.Operation> |
HistoryQuery.operations |
Modifier and Type | Method and Description |
---|---|
static HistoryEntry.Operation |
HistoryEntry.Operation.forExternalName(String externalName) |
HistoryEntry.Operation |
HistoryEntry.Change.getOperation() |
static HistoryEntry.Operation |
HistoryEntry.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoryEntry.Operation[] |
HistoryEntry.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Change(HistoryEntry.Operation operation,
Forest forest,
com.almworks.integers.LongList pathFrom,
com.almworks.integers.LongList afterFrom,
com.almworks.integers.LongList pathTo,
com.almworks.integers.LongList afterTo,
int direction,
com.almworks.integers.LongList originalRows) |
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) |
Copyright © 2019 ALM Works. All Rights Reserved.