| Package | Description |
|---|---|
| com.gooddata.executeafm.afm |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FilterItem
Covers all the filters which can be used within AFM
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbsoluteDateFilter
Represents
DateFilter specifying exact from and to dates. |
class |
AttributeFilter
Represents filter by attribute.
|
class |
DateFilter
Represents filter by date.
|
class |
ExpressionFilter
To be deprecated filter using plain expression
|
class |
NegativeAttributeFilter
Filter of attribute filtering by NOT IN expression
|
class |
PositiveAttributeFilter
Filter of attribute filtering by IN expression
|
class |
RelativeDateFilter
Represents
DateFilter specifying relative range of given granularity. |
| Modifier and Type | Method and Description |
|---|---|
List<CompatibilityFilter> |
Afm.getFilters() |
| Modifier and Type | Method and Description |
|---|---|
Afm |
Afm.addFilter(CompatibilityFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
Afm.setFilters(List<CompatibilityFilter> filters) |
| Constructor and Description |
|---|
Afm(List<AttributeItem> attributes,
List<CompatibilityFilter> filters,
List<MeasureItem> measures,
List<NativeTotalItem> nativeTotals) |
Copyright © 2017. All rights reserved.