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.generator.util |
Modifier and Type | Class and Description |
---|---|
static class |
VersionedRowValues.EmptyVersionedRowValues
Empty result implementation
|
Modifier and Type | Field and Description |
---|---|
static VersionedRowValues |
VersionedRowValues.EMPTY
Constant empty result
|
Modifier and Type | Method and Description |
---|---|
VersionedRowValues |
StructureAttributeService.getAttributeValues(Forest forest,
com.almworks.integers.LongList rows,
Collection<? extends AttributeSpec<?>> attributes)
Returns attribute values for the given matrix of Rows and Attributes.
|
VersionedRowValues |
StructureAttributeService.getAttributeValues(ForestSpec spec,
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)
Returns attribute values for the given matrix of Rows and Attributes.
|
Modifier and Type | Method and Description |
---|---|
static VersionedRowValues |
GenerationUtil.getValuesFromSubjectForest(StructureGenerator.GenerationContext context,
AttributeSpec<?> spec,
com.almworks.integers.LongList rows,
StructureAttributeService attributeService) |
static VersionedRowValues |
GenerationUtil.getValuesFromSubjectForest(StructureGenerator.GenerationContext context,
Collection<? extends AttributeSpec<?>> specs,
com.almworks.integers.LongList rows,
StructureAttributeService attributeService) |
Copyright © 2017 ALM Works. All Rights Reserved.