| Package | Description |
|---|---|
| com.almworks.jira.structure.api.attribute |
This package provides Attribute API.
|
| Modifier and Type | Method and Description |
|---|---|
RowValuesWithUpdateChecker |
StructureAttributeService.getAttributeValuesWithUpdateChecker(ForestSpec spec,
LongList rows,
Collection<? extends AttributeSpec<?>> attributes)
Loads the values for the given rows and attributes, plus provides an instance of
AttributeUpdateChecker, which can be
used to detect that the values may have changed and another loading is needed. |
RowValuesWithUpdateChecker |
StructureAttributeService.getAttributeValuesWithUpdateChecker(ItemForest forest,
LongList rows,
Collection<? extends AttributeSpec<?>> attributes,
ForestSpec baseForestSpec)
Loads the values for the given rows and attributes, plus provides an instance of
AttributeUpdateChecker, which can be
used to detect that the values may have changed and another loading is needed. |
Copyright © 2023 ALM Works. All Rights Reserved.