Uses of Interface
com.almworks.jira.structure.api.attribute.loader.SingleRowAttributeContext
Packages that use SingleRowAttributeContext
Package
Description
This package is a part of Structure Attributes SPI.
-
Uses of SingleRowAttributeContext in com.almworks.jira.structure.api.attribute.loader
Methods in com.almworks.jira.structure.api.attribute.loader with parameters of type SingleRowAttributeContextModifier and TypeMethodDescriptionSingleRowAttributeLoader.loadValue(StructureRow row, SingleRowAttributeContext context) The loading function. -
Uses of SingleRowAttributeContext in com.almworks.jira.structure.api.attribute.loader.builder
Methods in com.almworks.jira.structure.api.attribute.loader.builder with parameters of type SingleRowAttributeContextModifier and TypeMethodDescriptionBaseSingleRowAttributeLoader.loadValue(StructureRow row, SingleRowAttributeContext context) Method parameters in com.almworks.jira.structure.api.attribute.loader.builder with type arguments of type SingleRowAttributeContextModifier and TypeMethodDescriptionSingleRowAttributeLoaderBuilder.valueFunction(BiFunction<StructureRow, SingleRowAttributeContext, T> valueFunction) SingleRowAttributeLoaderBuilder.valueFunctionAV(BiFunction<StructureRow, SingleRowAttributeContext, AttributeValue<T>> valueFunction) Constructor parameters in com.almworks.jira.structure.api.attribute.loader.builder with type arguments of type SingleRowAttributeContextModifierConstructorDescriptionBaseSingleRowAttributeLoader(AttributeSpec<T> attributeSpec, Set<AttributeSpec<?>> dependencies, Set<AttributeContextDependency> contextDependencies, AttributeCachingStrategy cachingStrategy, TrailItemSet globalTrail, BiFunction<StructureRow, SingleRowAttributeContext, AttributeValue<T>> loadingFunction, RowPreloadFunction preloadFunction, boolean wholeForestDependent)