public class ScanningNumberSumLoader extends AbstractScanningLoader<Number>
mySpec| Constructor and Description |
|---|
ScanningNumberSumLoader(AttributeSpec<Number> spec,
AttributeSpec<Number> dependency) |
| Modifier and Type | Method and Description |
|---|---|
Set<AttributeSpec<?>> |
getAttributeDependencies()
Returns attributes that need to be loaded prior to calling this loader's loading function.
|
protected Number |
loadValueForPassingRow(Number precedingValue,
ScanningAttributeContext context) |
carryPrecedingValueForSkippedRow, getBaseLevel, getLevelsSorted, isAboveBaseLevel, isLevelSkipped, isRowSkipped, loadValuegetAttributeSpec, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCachingStrategyisWholeForestDependent, preloadgetAttributeSpec, getContextDependencies, getGlobalTrailpublic ScanningNumberSumLoader(@NotNull
AttributeSpec<Number> spec,
AttributeSpec<Number> dependency)
@Nullable public Set<AttributeSpec<?>> getAttributeDependencies()
AttributeLoaderReturns attributes that need to be loaded prior to calling this loader's loading function.
The returned value must be the same throughout the lifetime of the object.
null if there are noneAttributeLoaderContext.getDependencyValue(com.almworks.jira.structure.api.attribute.AttributeSpec<V>)@Nullable protected Number loadValueForPassingRow(@Nullable Number precedingValue, ScanningAttributeContext context)
loadValueForPassingRow in class AbstractScanningLoader<Number>Copyright © 2022 ALM Works. All Rights Reserved.