Class RowValuesWithUpdateChecker
Object
RowValuesWithUpdateChecker
This class contains row values and the update checker that can be used to see if these row values may have been outdated.
- See Also:
-
StructureAttributeService.getAttributeValuesWithUpdateChecker(com.almworks.jira.structure.api.forest.item.ItemForest, com.almworks.integers.LongList, java.util.Collection<? extends com.almworks.jira.structure.api.attribute.AttributeSpec<?>>, com.almworks.jira.structure.api.forest.ForestSpec)RowValuesAttributeUpdateChecker
-
Constructor Summary
ConstructorsConstructorDescriptionRowValuesWithUpdateChecker(RowValues rowValues, AttributeUpdateChecker updateChecker) Creates an instance of the class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the row values.Returns the update checker.
-
Constructor Details
-
RowValuesWithUpdateChecker
Creates an instance of the class.- Parameters:
rowValues- row valuesupdateChecker- update checker
-
-
Method Details
-
getRowValues
Returns the row values.- Returns:
- row values
-
getUpdateChecker
Returns the update checker.- Returns:
- update checker
-