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.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.
|
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() |
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 © 2017 ALM Works. All Rights Reserved.