Uses of Interface
com.almworks.jira.structure.api.attribute.RowValues
Packages that use RowValues
Package
Description
This package provides Attribute API.
-
Uses of RowValues in com.almworks.jira.structure.api.attribute
Fields in com.almworks.jira.structure.api.attribute declared as RowValuesMethods in com.almworks.jira.structure.api.attribute that return RowValuesModifier and TypeMethodDescriptionStructureAttributeService.getAttributeValues(ForestSpec spec, boolean strictSpec, LongList rows, Collection<? extends AttributeSpec<?>> attributes, Consumer<ValuesMeta> metaConsumer) Loads and returns attribute values asRowValues.default RowValuesStructureAttributeService.getAttributeValues(ForestSpec spec, LongList rows, Collection<? extends AttributeSpec<?>> attributes) Retrieves values for the given sets of attributes and rows.StructureAttributeService.getAttributeValues(ItemForest forest, LongList rows, Collection<? extends AttributeSpec<?>> attributes) Returns attribute values for the given matrix of Rows and Attributes.StructureAttributeService.getAttributeValues(Forest forest, LongList rows, Collection<? extends AttributeSpec<?>> attributes) Returns attribute values for the given matrix of Rows and Attributes.RowValuesWithUpdateChecker.getRowValues()Returns the row values.ConsistentRowValues.getValues()Returns the values for the requested rows and attributes.Constructors in com.almworks.jira.structure.api.attribute with parameters of type RowValuesModifierConstructorDescriptionConsistentRowValues(Forest forest, LongList requestedRows, Collection<? extends AttributeSpec<?>> requestedAttributes, RowValues values, DataVersion forestVersion, DataVersion itemsVersion) RowValuesWithUpdateChecker(RowValues rowValues, AttributeUpdateChecker updateChecker) Creates an instance of the class. -
Uses of RowValues in com.almworks.jira.structure.api.attribute.subscription
Methods in com.almworks.jira.structure.api.attribute.subscription that return RowValuesModifier and TypeMethodDescriptionAttributeSubscription.getFullUpdate()A convenience method that loads all the values, waiting for them for an unspecified amount of time.AttributeSubscription.getFullUpdate(long timeout, TimeUnit unit) A convenience method that callsAttributeSubscription.loadValues(), waits for the specified amount of time for the loading to complete, and then provides the loaded value.AttributeSubscriptionUpdate.getValues()Constructors in com.almworks.jira.structure.api.attribute.subscription with parameters of type RowValuesModifierConstructorDescriptionAttributeSubscriptionUpdate(DataVersion version, boolean full, RowValues values) -
Uses of RowValues in com.almworks.jira.structure.api.effector
Methods in com.almworks.jira.structure.api.effector with parameters of type RowValuesModifier and TypeMethodDescriptionvoidEffectorFunction.produceEffects(ItemForest itemForest, RowValues rowValues, EffectCollector effectCollector, ProgressSink progressSink) The main method in the Effector SPI, which processes an item forest and produces effect descriptions. -
Uses of RowValues in com.almworks.jira.structure.api.export
Methods in com.almworks.jira.structure.api.export that return RowValuesModifier and TypeMethodDescriptionExportRenderContext.getValues()Returns theRowValuesthat contains the values of all attributes previously required by callingExportRequestContext.requireAttribute(AttributeSpec)for all rows associated with the current request. -
Uses of RowValues in com.almworks.jira.structure.api.generator.util
Methods in com.almworks.jira.structure.api.generator.util that return types with arguments of type RowValuesModifier and TypeMethodDescriptionstatic Pair<RowValues,RecordingAttributeUpdateChecker> GenerationUtil.getValuesFromSubjectForest(StructureGenerator.GenerationContext context, AttributeSpec<?> spec, LongList rows, StructureAttributeService attributeService) static Pair<RowValues,RecordingAttributeUpdateChecker> GenerationUtil.getValuesFromSubjectForest(StructureGenerator.GenerationContext context, Collection<? extends AttributeSpec<?>> specs, LongList rows, StructureAttributeService attributeService)