Package | Description |
---|---|
com.almworks.jira.structure.api.attribute |
This package provides API for using attributes, a concept added by Structure platform for universal access
to item data.
|
com.almworks.jira.structure.api.attribute.loader | |
com.almworks.jira.structure.api.attribute.loader.basic | |
com.almworks.jira.structure.api.attribute.loader.distinct |
Modifier and Type | Method and Description |
---|---|
static boolean |
AttributeLoaderSecurity.isRowInvisible(AttributeLoader.Context context) |
Modifier and Type | Class and Description |
---|---|
class |
CompositeAttributeLoader<T,Loader extends AttributeLoader<T>,LoaderValue,Params,LoaderContext extends AttributeLoader.Context> |
Modifier and Type | Interface and Description |
---|---|
static interface |
AttributeLoader.AggregateContext<T> |
static interface |
AttributeLoader.PropagateContext<T> |
Modifier and Type | Method and Description |
---|---|
AttributeValue<A> |
ItemClassAttributeLoader.getItemValue(StructureRow row,
AttributeLoader.Context context) |
protected abstract AttributeValue<A> |
ItemTypeAttributeLoader.getItemValue(StructureRow item,
AttributeLoader.Context context) |
protected abstract T |
DerivedAttributeLoader.getValue(D value,
AttributeLoader.Context context) |
protected abstract AttributeValue<A> |
ItemClassAttributeLoader.getValue(T item,
AttributeLoader.Context context) |
AttributeValue<T> |
AttributeLoader.ForestIndependent.loadValue(StructureRow row,
AttributeLoader.Context context) |
AttributeValue<T> |
DerivedAttributeLoader.loadValue(StructureRow row,
AttributeLoader.Context context) |
AttributeValue<A> |
ItemTypeAttributeLoader.loadValue(StructureRow row,
AttributeLoader.Context context) |
Modifier and Type | Method and Description |
---|---|
AttributeValue<A> |
ItemTypeConstantLoader.getItemValue(StructureRow row,
AttributeLoader.Context context) |
protected T |
LaDerivedAttributeLoader.getValue(D value,
AttributeLoader.Context context) |
protected AttributeValue<R> |
LaAttributeLoader.getValue(T item,
AttributeLoader.Context context) |
AttributeValue<T> |
ConstantValueLoader.loadValue(StructureRow row,
AttributeLoader.Context context) |
Modifier and Type | Method and Description |
---|---|
protected Map<ItemIdentity,Integer> |
AbstractDistinctSumLoader.getChildrenCounts(AttributeLoader.Context context) |
protected Map<ItemIdentity,E> |
AbstractDistinctSumLoader.getChildrenValues(AttributeLoader.Context context) |
AttributeValue<T> |
AbstractDistinctSumLoader.loadValue(StructureRow row,
AttributeLoader.Context context) |
Copyright © 2019 ALM Works. All Rights Reserved.