Uses of Interface
com.almworks.jira.structure.api.attribute.ValuesMeta
Packages that use ValuesMeta
-
Uses of ValuesMeta in com.almworks.jira.structure.api.attribute
Methods in com.almworks.jira.structure.api.attribute with parameters of type ValuesMetaModifier and TypeMethodDescriptionbooleanStructureAttributeService.hasUpdate(ForestSpec spec, LongList rows, Collection<? extends AttributeSpec<?>> attributes, ValuesMeta loadMeta) This method checks if there may have been updates in the system since some previous loading of the given attributes.default voidAttributeValuesReceiver.receiveMeta(ValuesMeta meta) Provides the receiver with the metadata about the loading process.Method parameters in com.almworks.jira.structure.api.attribute with type arguments of type ValuesMetaModifier and TypeMethodDescriptionStructureAttributeService.getAttributeValues(ForestSpec spec, boolean strictSpec, LongList rows, Collection<? extends AttributeSpec<?>> attributes, Consumer<ValuesMeta> metaConsumer) Loads and returns attribute values asRowValues.