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.reduce | |
com.almworks.jira.structure.api.export |
Modifier and Type | Method and Description |
---|---|
static void |
AttributeLoaderSecurity.collectInvisibleRows(com.almworks.integers.LongSet rowIds,
AttributeContext context,
ForestAccessCache forestAccessCache) |
static java.util.function.Predicate<Long> |
AttributeLoaderSecurity.getRowInvisiblePredicate(AttributeContext context) |
Modifier and Type | Interface and Description |
---|---|
static interface |
AttributeLoader.AggregateContext<T> |
static interface |
AttributeLoader.Context |
static interface |
AttributeLoader.PropagateContext<T> |
Modifier and Type | Method and Description |
---|---|
AttributeLoader<?> |
SimpleAttributeProvider.createAttributeLoader(AttributeSpec<?> spec,
AttributeContext context) |
AttributeLoader<?> |
AttributeLoaderProvider.createAttributeLoader(AttributeSpec<?> attributeSpec,
AttributeContext context) |
static void |
CompositeAttributeLoader.preload(AttributeLoader<?> loader,
com.almworks.integers.LongSet rowIds,
ItemForest forest,
AttributeContext context) |
void |
BulkAttributeLoader.preload(com.almworks.integers.LongSet rowIds,
ItemForest forest,
AttributeContext context)
This method is called before all calls to
loadValue() or loadChildrenValues()
in the current calculation. |
void |
CompositeAttributeLoader.preload(com.almworks.integers.LongSet rowIds,
ItemForest forest,
AttributeContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SecureSingleDependencyReducingAggregateLoader.preload(com.almworks.integers.LongSet rowIds,
ItemForest forest,
AttributeContext context) |
Modifier and Type | Interface and Description |
---|---|
interface |
ExportRenderContext
A subtype of
AttributeContext passed to ExportRenderer . |
interface |
ExportRequestContext
A context that is passed to
ExportRenderer and ExportRendererProvider during preparation
phase of the export. |
Copyright © 2019 ALM Works. All Rights Reserved.