Uses of Interface
com.almworks.jira.structure.api.attribute.loader.RowAttributeLoader
Packages that use RowAttributeLoader
Package
Description
This package is a part of Structure Attributes SPI.
-
Uses of RowAttributeLoader in com.almworks.jira.structure.api.attribute.loader
Subinterfaces of RowAttributeLoader in com.almworks.jira.structure.api.attribute.loaderModifier and TypeInterfaceDescriptioninterfaceAggregate attributes have values calculated up through the hierarchy.interfaceA multi-row loader provide a value for a single row, but also considering the previously calculated value of the same attribute for some other rows in the forest.interfacePropagate attributes have values calculated down through the hierarchy.interfaceScanning attributes are used to process and aggregate values across all the forest, from top to bottom (depth-first traversal).interfaceA single row attribute loader provides an attribute value based on a single forest row. -
Uses of RowAttributeLoader in com.almworks.jira.structure.api.attribute.loader.basic
Classes in com.almworks.jira.structure.api.attribute.loader.basic that implement RowAttributeLoaderModifier and TypeClassDescriptionclassclassclassclassBase class for scanning loaders that support standard options "baseLevel" and "levels".classclassclassclassclassclass -
Uses of RowAttributeLoader in com.almworks.jira.structure.api.attribute.loader.builder
Classes in com.almworks.jira.structure.api.attribute.loader.builder that implement RowAttributeLoader -
Uses of RowAttributeLoader in com.almworks.jira.structure.api.attribute.loader.delegate
Classes in com.almworks.jira.structure.api.attribute.loader.delegate with type parameters of type RowAttributeLoaderModifier and TypeClassDescriptionclassDelegatingRowAttributeLoader<T,L extends RowAttributeLoader<T>> Classes in com.almworks.jira.structure.api.attribute.loader.delegate that implement RowAttributeLoaderModifier and TypeClassDescriptionclassclassclassDelegatingRowAttributeLoader<T,L extends RowAttributeLoader<T>> class -
Uses of RowAttributeLoader in com.almworks.jira.structure.api.attribute.loader.reduce
Classes in com.almworks.jira.structure.api.attribute.loader.reduce that implement RowAttributeLoaderModifier and TypeClassDescriptionclassA base class for aggregate loaders that calculate values using only the specified part of subtree.class