Package | Description |
---|---|
com.almworks.jira.structure.api.attribute |
This package provides API for using attributes, a concept added by Structure platform for universal access
to item data.
|
com.almworks.jira.structure.api.attribute.loader | |
com.almworks.jira.structure.api.attribute.loader.reduce | |
com.almworks.jira.structure.api.cache.access | |
com.almworks.jira.structure.api.forest.action | |
com.almworks.jira.structure.api.forest.item | |
com.almworks.jira.structure.api.generator | |
com.almworks.jira.structure.api.sync.util | |
com.almworks.jira.structure.api.util |
Modifier and Type | Method and Description |
---|---|
VersionedRowValues |
StructureAttributeService.getAttributeValues(ItemForest forest,
com.almworks.integers.LongList rows,
Collection<? extends AttributeSpec<?>> attributes)
Returns attribute values for the given matrix of Rows and Attributes.
|
VersionedRowValues |
StructureAttributeService.getAttributeValues(ItemForest forest,
com.almworks.integers.LongList rows,
Collection<? extends AttributeSpec<?>> attributes,
ForestSpec baseForestSpec)
This is the same method as
StructureAttributeService.getAttributeValues(ItemForest, LongList, Collection) ,
except that base forest spec, from which the rows may have come, is provided. |
Modifier and Type | Method and Description |
---|---|
static void |
CompositeAttributeLoader.preload(AttributeLoader<?> loader,
com.almworks.integers.LongSet rowIds,
ItemForest forest,
AttributeContext context) |
void |
BulkAttributeLoader.preload(com.almworks.integers.LongSet rowIds,
ItemForest forest,
AttributeContext context)
This method is called before all calls to
loadValue() or loadChildrenValues()
in the current calculation. |
void |
CompositeAttributeLoader.preload(com.almworks.integers.LongSet rowIds,
ItemForest forest,
AttributeContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SecureSingleDependencyReducingAggregateLoader.preload(com.almworks.integers.LongSet rowIds,
ItemForest forest,
AttributeContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ForestAccessCache.collectInvisibleRows(ItemForest forest,
com.atlassian.jira.user.ApplicationUser user,
com.almworks.integers.LongCollector invisibleRowsCollector) |
void |
ForestAccessCache.collectInvisibleRows(ItemForest forest,
String userKey,
com.almworks.integers.LongCollector invisibleRowsCollector)
Collects invisible rows from a temporary forest.
|
Modifier and Type | Method and Description |
---|---|
ItemForest |
ForestAction.Add.getFragment() |
ItemForest |
ForestAction.Copy.getFragment() |
Constructor and Description |
---|
Add(ItemForest fragment,
long under,
long after,
long before) |
Copy(ItemForest fragment,
long under,
long after,
long before,
com.almworks.integers.LongLongMap originalRows) |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableItemForest |
class |
ItemForestBuffer |
Modifier and Type | Field and Description |
---|---|
static ItemForest |
ImmutableItemForest.EMPTY |
Modifier and Type | Method and Description |
---|---|
ItemForest |
ItemForestBuilderImpl.build() |
Modifier and Type | Method and Description |
---|---|
static ImmutableItemForest |
ImmutableItemForest.copy(ItemForest copyFrom) |
static ImmutableItemForest |
ImmutableItemForest.copySubtree(ItemForest copyFrom,
long rootId) |
ItemForestBuilderImpl |
ItemForestBuilderImpl.nextFragment(ItemForest fragment) |
B |
ItemForestBuilder.nextFragment(ItemForest fragment) |
Modifier and Type | Method and Description |
---|---|
ItemForest |
StructureGenerator.GenerationContext.previewForest()
Returns the forest fragment currently processed by the generator.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionHandler.InserterActionHandler.addFragment(ItemForest fragment,
StructurePosition to,
StructureGenerator.HandlingContext context) |
Modifier and Type | Method and Description |
---|---|
static com.almworks.integers.LongLongMap |
SyncUtil.add(ForestSource ufs,
ItemForest fragment,
long under,
long after)
Returns row ID replacements, if the add was successful; returns
null otherwise. |
StringBuilder |
SyncLogger.appendItemForest(ItemForest itemForest,
StringBuilder sb) |
String |
SyncLogger.itemForest(ItemForest itemForest) |
Modifier and Type | Method and Description |
---|---|
static ItemDisplayable |
StructureUtil.getItemDisplayable(ItemForest fragment,
StructureAttributeService attributeService) |
Copyright © 2019 ALM Works. All Rights Reserved.