| Package | Description |
|---|---|
| com.almworks.jira.structure.api.structure |
This package features
StructureManager service,
which is used to create structures and change their properties (but not the forest), and
Structure interface, which represents structures. |
| com.almworks.jira.structure.api.structure.history | |
| com.almworks.jira.structure.api.sync |
| Modifier and Type | Method and Description |
|---|---|
void |
StructureListener.onStructuresChanged(LongObjMap<HistoryEntry> structureChanges)
Called after a related group of changes has been written to the database.
|
| Modifier and Type | Field and Description |
|---|---|
HistoryEntry |
ForestVersion.entry |
| Modifier and Type | Method and Description |
|---|---|
List<HistoryEntry> |
HistoryService.getHistoryEntries(long structureId,
int versionFrom,
int versionTo)
Returns history entries for the specified structure that have versions in the specified range.
|
List<HistoryEntry> |
HistoryService.getHistoryEntriesWithoutChanges(long structureId,
int versionFrom,
int versionTo)
Lightweight version of
HistoryService.getHistoryEntries(long, int, int) which does not
fetch changes, works much faster. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HistoryConsumer.consume(HistoryEntry entry) |
boolean |
LimitedHistoryConsumer.consume(HistoryEntry entry,
int changesCount)
Consume streamed
HistoryEntry with the total number of changes associated with it. |
| Constructor and Description |
|---|
ForestVersion(Forest fullForest,
HistoryEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
HistoryEntry |
SyncEvent.Structure.getHistoryEntry() |
| Constructor and Description |
|---|
Structure(HistoryEntry historyEntry) |
Copyright © 2023 ALM Works. All Rights Reserved.