public abstract class AbstractAggregateLoader<T> extends AbstractAttributeLoader<T> implements AttributeLoader.Aggregate<T>
AttributeLoader.Aggregate<T>, AttributeLoader.AggregateContext<T>, AttributeLoader.Context, AttributeLoader.ForestIndependent<T>, AttributeLoader.Propagate<T>, AttributeLoader.PropagateContext<T>
mySpec
Modifier | Constructor and Description |
---|---|
protected |
AbstractAggregateLoader(AttributeSpec<T> spec) |
Modifier and Type | Method and Description |
---|---|
AttributeCachingStrategy |
getCachingStrategy() |
boolean |
isEveryItemTypeSupported() |
boolean |
isItemTypeSupported(String itemType) |
getAttributeSpec
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
loadValue
getAttributeDependencies, getAttributeSpec
protected AbstractAggregateLoader(AttributeSpec<T> spec)
public final boolean isEveryItemTypeSupported()
isEveryItemTypeSupported
in interface AttributeLoader<T>
public final boolean isItemTypeSupported(String itemType)
isItemTypeSupported
in interface AttributeLoader<T>
public AttributeCachingStrategy getCachingStrategy()
getCachingStrategy
in interface AttributeLoader<T>
Copyright © 2017 ALM Works. All Rights Reserved.