| Interface | Description |
|---|---|
| CompatibilityFilter |
Covers all the filters including the "deprecated" ones.
|
| FilterItem |
Covers all the filters which can be used within AFM
|
| 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 |
|---|---|
| AbsoluteDateFilter |
Represents
DateFilter specifying exact from and to dates. |
| 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,...
|
| AttributeFilter |
Represents filter by attribute.
|
| AttributeItem |
Represents attribute within
Afm |
| DateFilter |
Represents filter by date.
|
| DerivedMeasureDefinition |
The superclass of the
MeasureDefinition classes that are derived from the master measure and have the identifier of the master measure. |
| ExpressionFilter |
To be deprecated filter using plain expression
|
| MeasureItem |
Represents measure within
Afm |
| NativeTotalItem |
Native total definition
|
| NegativeAttributeFilter |
Filter of attribute filtering by NOT IN expression
|
| 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 |
| PositiveAttributeFilter |
Filter of attribute filtering by IN expression
|
| PreviousPeriodDateDataSet |
Definition of the
PreviousPeriodMeasureDefinition data set. |
| PreviousPeriodMeasureDefinition |
Definition of the period over period measure that is used for the Previous period comparison.
|
| RelativeDateFilter |
Represents
DateFilter specifying relative range of given granularity. |
| SimpleMeasureDefinition |
Definition of simple measure
|
| Enum | Description |
|---|---|
| Aggregation |
Represents possible aggregation values at
SimpleMeasureDefinition |
Copyright © 2019. All rights reserved.