Uses of Class
com.almworks.jira.structure.api.attribute.RowValuesWithUpdateChecker
Packages that use RowValuesWithUpdateChecker
-
Uses of RowValuesWithUpdateChecker in com.almworks.jira.structure.api.attribute
Methods in com.almworks.jira.structure.api.attribute that return RowValuesWithUpdateCheckerModifier and TypeMethodDescriptionStructureAttributeService.getAttributeValuesWithUpdateChecker(ForestSpec spec, LongList rows, Collection<? extends AttributeSpec<?>> attributes) Loads the values for the given rows and attributes, plus provides an instance ofAttributeUpdateChecker, which can be used to detect that the values may have changed and another loading is needed.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 ofAttributeUpdateChecker, which can be used to detect that the values may have changed and another loading is needed.