Package | Description |
---|---|
com.almworks.jira.structure.api.attribute.loader | |
com.almworks.jira.structure.api.attribute.loader.basic |
Modifier and Type | Method and Description |
---|---|
protected abstract T |
AbstractDistinctAggregateLoader.combine(Collection<T> values,
AttributeLoader.AggregateContext<T> context) |
protected abstract T |
AbstractDistinctAggregateLoader.getRowValue(AttributeLoader.AggregateContext<T> context) |
AttributeValue<T> |
AttributeLoader.Aggregate.loadValue(List<AttributeValue<T>> childrenValues,
AttributeLoader.AggregateContext<T> context) |
AttributeValue<T> |
AbstractDistinctAggregateLoader.loadValue(List<AttributeValue<T>> childrenValues,
AttributeLoader.AggregateContext<T> context) |
Modifier and Type | Method and Description |
---|---|
AttributeValue<Long> |
LongSumLoader.loadValue(List<AttributeValue<Long>> childrenValues,
AttributeLoader.AggregateContext<Long> context) |
AttributeValue<Number> |
NumberSumLoader.loadValue(List<AttributeValue<Number>> childrenValues,
AttributeLoader.AggregateContext<Number> context) |
Copyright © 2017 ALM Works. All Rights Reserved.