Uses of Interface
com.almworks.jira.structure.api.attribute.loader.AggregateAttributeContext
Packages that use AggregateAttributeContext
Package
Description
This package is a part of Structure Attributes SPI.
-
Uses of AggregateAttributeContext in com.almworks.jira.structure.api.attribute.loader
Methods in com.almworks.jira.structure.api.attribute.loader with parameters of type AggregateAttributeContextModifier and TypeMethodDescriptionAggregateAttributeLoader.loadValue(List<AttributeValue<T>> childrenValues, AggregateAttributeContext context) Performs aggregate loading. -
Uses of AggregateAttributeContext in com.almworks.jira.structure.api.attribute.loader.basic
Methods in com.almworks.jira.structure.api.attribute.loader.basic with parameters of type AggregateAttributeContextModifier and TypeMethodDescriptionprotected abstract TAbstractNaiveDistinctAggregateLoader.combine(Collection<T> values, AggregateAttributeContext context) AbstractNaiveDistinctAggregateLoader.loadValue(List<AttributeValue<T>> childrenValues, AggregateAttributeContext context) -
Uses of AggregateAttributeContext in com.almworks.jira.structure.api.attribute.loader.delegate
Methods in com.almworks.jira.structure.api.attribute.loader.delegate with parameters of type AggregateAttributeContextModifier and TypeMethodDescriptionDelegatingAggregateAttributeLoader.loadValue(List<AttributeValue<T>> childrenValues, AggregateAttributeContext context) -
Uses of AggregateAttributeContext in com.almworks.jira.structure.api.attribute.loader.reduce
Methods in com.almworks.jira.structure.api.attribute.loader.reduce with parameters of type AggregateAttributeContextModifier and TypeMethodDescriptionprotected abstract AttributeValue<T>ReducingAggregateLoader.getSelfValue(AggregateAttributeContext context) protected AttributeValue<T>SingleDependencyReducingAggregateLoader.getSelfValue(AggregateAttributeContext context) ReducingAggregateLoader.loadValue(List<AttributeValue<T>> childrenValues, AggregateAttributeContext context)