| Interface | Description |
|---|---|
| LocallyIdentifiable |
Marker interface for all locally identifiable objects having local identifier in AFM
|
| MeasureDefinition | |
| ObjQualifierConverter |
The interface of the function that converts
IdentifierObjQualifier to the matching UriObjQualifier. |
| Class | Description |
|---|---|
| Afm |
Attributes Filters and Measures in so called object form (could have MAQL form in future)
|
| ArithmeticMeasureDefinition |
Arithmetic measure definition representing aggregation of existing measures, for example sum of measures, difference,...
|
| AttributeItem |
Represents attribute within
Afm |
| DerivedMeasureDefinition |
The superclass of the
MeasureDefinition classes that are derived from the master measure and have the identifier of the master measure. |
| MeasureItem |
Represents measure within
Afm |
| NativeTotalItem |
Native total definition
|
| OverPeriodDateAttribute |
Definition of the
OverPeriodMeasureDefinition attribute. |
| OverPeriodMeasureDefinition |
Definition of the period over period measure that is used for the Same period last year and Same period 2 years back comparisons.
|
| PopMeasureDefinition | Deprecated
Use
OverPeriodMeasureDefinition with OverPeriodDateAttribute.getPeriodsAgo() set to 1 instead. |
| PreviousPeriodDateDataSet |
Definition of the
PreviousPeriodMeasureDefinition data set. |
| PreviousPeriodMeasureDefinition |
Definition of the period over period measure that is used for the Previous period comparison.
|
| SimpleMeasureDefinition |
Definition of simple measure
|
| Enum | Description |
|---|---|
| Aggregation |
Represents possible aggregation values at
SimpleMeasureDefinition |
Copyright © 2019. All rights reserved.