Modifier and Type | Method and Description |
---|---|
StructureRow |
AttributeLoader.Context.getRow() |
Modifier and Type | Method and Description |
---|---|
List<StructureRow> |
AttributeLoader.AggregateContext.getChildren() |
List<StructureRow> |
AttributeLoader.PropagateContext.getChildren() |
Modifier and Type | Method and Description |
---|---|
AttributeValue<T> |
AttributeLoader.AggregateContext.getChildAttributeValue(StructureRow child) |
<V> AttributeValue<V> |
AttributeLoader.PropagateContext.getChildAttributeValue(StructureRow child,
AttributeSpec<V> dependency) |
T |
AttributeLoader.AggregateContext.getChildValue(StructureRow child) |
<V> V |
AttributeLoader.PropagateContext.getChildValue(StructureRow child,
AttributeSpec<V> dependency) |
AttributeValue<A> |
ItemClassAttributeLoader.getItemValue(StructureRow row,
AttributeLoader.Context context) |
protected abstract AttributeValue<A> |
ItemTypeAttributeLoader.getItemValue(StructureRow item,
AttributeLoader.Context context) |
AttributeValue<T> |
AttributeLoader.ForestIndependent.loadValue(StructureRow row,
AttributeLoader.Context context) |
AttributeValue<T> |
DerivedAttributeLoader.loadValue(StructureRow row,
AttributeLoader.Context context) |
AttributeValue<A> |
ItemTypeAttributeLoader.loadValue(StructureRow row,
AttributeLoader.Context context) |
Modifier and Type | Method and Description |
---|---|
List<AttributeValue<T>> |
AttributeLoader.Propagate.loadChildrenValues(AttributeValue<T> rowValue,
List<StructureRow> children,
AttributeLoader.PropagateContext<T> context) |
Modifier and Type | Method and Description |
---|---|
AttributeValue<A> |
ItemTypeConstantLoader.getItemValue(StructureRow row,
AttributeLoader.Context context) |
AttributeValue<T> |
ConstantValueLoader.loadValue(StructureRow row,
AttributeLoader.Context context) |
Modifier and Type | Method and Description |
---|---|
List<AttributeValue<T>> |
InheritedValueLoader.loadChildrenValues(AttributeValue<T> rowValue,
List<StructureRow> children,
AttributeLoader.PropagateContext<T> context) |
Modifier and Type | Method and Description |
---|---|
AttributeValue<T> |
AbstractDistinctSumLoader.loadValue(StructureRow row,
AttributeLoader.Context context) |
Modifier and Type | Method and Description |
---|---|
StructureRow |
ExportRow.getRow()
Returns the current
StructureRow instance. |
Modifier and Type | Method and Description |
---|---|
StructureRow |
ItemForestBuffer.getRow(long rowId) |
StructureRow |
ImmutableItemForest.getRow(long rowId) |
StructureRow |
ItemForest.getRow(long rowId) |
Modifier and Type | Method and Description |
---|---|
static ImmutableItemForest |
ImmutableItemForest.of(StructureRow row) |
Modifier and Type | Method and Description |
---|---|
static ImmutableItemForest |
ImmutableItemForest.of(Forest forest,
Map<Long,StructureRow> rows) |
Modifier and Type | Method and Description |
---|---|
StructureRow |
StructurePosition.getAfter() |
StructureRow |
StructurePosition.getBefore() |
StructureRow |
StructurePosition.getUnder() |
Modifier and Type | Method and Description |
---|---|
int |
StructureGenerator.Sorter.CompareFunction.compare(StructureRow row1,
StructureRow row2) |
void |
StructureGenerator.Extender.ExtenderFunction.extend(StructureRow row,
ItemForestBuilder builder) |
Set<ItemIdentity> |
StructureGenerator.Grouper.GrouperFunction.getGroups(StructureRow row) |
boolean |
StructureGenerator.ApplicabilityChecker.isApplicableTo(StructureRow row) |
boolean |
StructureGenerator.Filter.FilterFunction.matches(StructureRow row) |
void |
ActionHandler.ExtenderActionHandler.moveExtension(StructureRow extension,
StructurePosition from,
StructurePosition to,
StructureGenerator.HandlingContext context) |
void |
ActionHandler.GrouperActionHandler.moveGroupedItem(StructureRow item,
StructureRow from,
StructureRow to,
StructureGenerator.HandlingContext context) |
void |
ActionHandler.InserterActionHandler.moveRow(StructureRow row,
StructurePosition to,
StructureGenerator.HandlingContext context) |
void |
ActionHandler.InserterActionHandler.removeRow(StructureRow row,
StructureGenerator.HandlingContext context) |
void |
ActionHandler.ExtenderActionHandler.reorderExtension(StructureRow extension,
StructurePosition from,
StructurePosition to,
StructureGenerator.HandlingContext context) |
void |
ActionHandler.GrouperActionHandler.reorderGroup(StructureRow group,
StructurePosition from,
StructurePosition to,
StructureGenerator.HandlingContext context) |
void |
ActionHandler.SorterActionHandler.reorderItem(StructureRow row,
StructurePosition from,
StructurePosition to,
StructureGenerator.HandlingContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
IssueApplicabilityChecker.isApplicableTo(StructureRow row) |
void |
BasicItemChangeFilter.recordItem(StructureRow row) |
void |
RecordingItemChangeFilter.recordItem(StructureRow row) |
void |
RecordingItemChangeFilter.EmptyFilter.recordItem(StructureRow row) |
Modifier and Type | Method and Description |
---|---|
StructureRow |
CreatableItemType.createDummyRow(long rowId,
long semantics,
Map<String,Object> values,
com.atlassian.jira.util.ErrorCollection errors) |
Modifier and Type | Method and Description |
---|---|
StructureRow |
GenericItemType.createDummyRow(long rowId,
long semantics,
Map<String,Object> values,
com.atlassian.jira.util.ErrorCollection errors) |
Modifier and Type | Method and Description |
---|---|
StructureRow |
QueryContext.row(int idx)
Returns a row object at the specified index in the forest being searched.
|
Modifier and Type | Class and Description |
---|---|
class |
DummyRow |
class |
SimpleRow |
static class |
StructureRow.ZeroRow |
Modifier and Type | Field and Description |
---|---|
static StructureRow |
StructureRow.ROW_ZERO |
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. |
Modifier and Type | Method and Description |
---|---|
void |
RowManager.scanRows(com.almworks.integers.LongIterator rows,
boolean sorted,
com.almworks.integers.LongCollector missingCollector,
java.util.function.Predicate<StructureRow> iteratee)
Bulk rows reading.
|
Modifier and Type | Method and Description |
---|---|
static long |
AbstractSynchronizer.getIssueIdByRow(StructureRow structureRow) |
Modifier and Type | Method and Description |
---|---|
static String |
StructureUtil.getDebugRowString(StructureRow row) |
static ItemDisplayable |
StructureUtil.getItemDisplayable(StructureRow row,
StructureAttributeService attributeService) |
Copyright © 2019 ALM Works. All Rights Reserved.