public class ScanningLongSumLoader extends AbstractScanningLoader<Long>
mySpec| Constructor and Description | 
|---|
ScanningLongSumLoader(AttributeSpec<Long> spec,
                     AttributeSpec<Long> 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 Long | 
loadValueForPassingRow(Long precedingValue,
                      ScanningAttributeContext context)  | 
carryPrecedingValueForSkippedRow, getBaseLevel, getLevelsSorted, isAboveBaseLevel, isLevelSkipped, isRowSkipped, loadValuegetAttributeSpec, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCachingStrategyisWholeForestDependent, preloadgetAttributeSpec, getContextDependencies, getGlobalTrailpublic ScanningLongSumLoader(@NotNull
                             AttributeSpec<Long> spec,
                             AttributeSpec<Long> 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 Long loadValueForPassingRow(@Nullable Long precedingValue, ScanningAttributeContext context)
loadValueForPassingRow in class AbstractScanningLoader<Long>Copyright © 2020 ALM Works. All Rights Reserved.