@PublicApi public interface ExportRequestContext extends AttributeContext
A subtype of AttributeContext
passed into calls to
IssueDataProvider
and
ExportRendererProvider
.
Has a method for requesting Aggregate
calculation.
AttributeContext
,
ExportRenderContext
Modifier and Type | Method and Description |
---|---|
void |
requireAttribute(AttributeSpec<?> attribute)
Require an
Aggregate to be calculated for this request. |
getBaseUrl, getI18nHelper, getLocale, getObject, getUser, putObject
void requireAttribute(@Nullable AttributeSpec<?> attribute)
Require an Aggregate
to be calculated for this request. The result of the aggregation can later be
retrieved from the render context
.
aggregate
- The aggregate. Passing null
allowed and has no effect.ExportRenderContext.getValues()
,
Aggregate
Copyright © 2017 ALM Works. All Rights Reserved.