Package | Description |
---|---|
com.almworks.jira.structure.api.forest.item | |
com.almworks.jira.structure.api.row |
This package's primary citizen is
RowManager , a component
responsible for rows. |
Modifier and Type | Method and Description |
---|---|
StructureRow |
ItemForestBuffer.getRow(long rowId) |
StructureRow |
ItemForest.getRow(long rowId) |
StructureRow |
ImmutableItemForest.getRow(long rowId) |
Modifier and Type | Method and Description |
---|---|
StructureRow |
RowManager.getRow(long rowId)
Retrieves information about a structure row by its ID.
|
StructureRow |
RowManager.getRow(long rowId,
boolean itemVisible)
Retrieves
StructureRow given that the calling code has already checked the item for access by the user. |
void |
RowManager.scanRows(com.almworks.integers.LongIterator rows,
boolean sorted,
com.almworks.integers.LongCollector missingCollector,
java.util.function.Predicate<StructureRow> iteratee)
Bulk rows reading.
|
Copyright © 2017 ALM Works. All Rights Reserved.