| Package | Description |
|---|---|
| org.exoplatform.analytics.model.filter.search |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsFieldFilterType |
AnalyticsFieldFilter.getType() |
static AnalyticsFieldFilterType |
AnalyticsFieldFilterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalyticsFieldFilterType[] |
AnalyticsFieldFilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnalyticsFieldFilter.setType(AnalyticsFieldFilterType type) |
| Constructor and Description |
|---|
AnalyticsFieldFilter(String field,
AnalyticsFieldFilterType type) |
AnalyticsFieldFilter(String field,
AnalyticsFieldFilterType type,
AnalyticsFilter.Range range) |
AnalyticsFieldFilter(String field,
AnalyticsFieldFilterType type,
String valueString) |
AnalyticsFieldFilter(String field,
AnalyticsFieldFilterType type,
String valueString,
AnalyticsFilter.Range range) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.