| Package | Description |
|---|---|
| org.dashbuilder.dataset.filter |
| Modifier and Type | Field and Description |
|---|---|
protected CoreFunctionType |
CoreFunctionFilter.type |
| Modifier and Type | Method and Description |
|---|---|
static CoreFunctionType |
CoreFunctionType.getByIndex(int index) |
static CoreFunctionType |
CoreFunctionType.getByName(String type) |
CoreFunctionType |
CoreFunctionFilter.getType() |
static CoreFunctionType |
CoreFunctionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreFunctionType[] |
CoreFunctionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<CoreFunctionType> |
CoreFunctionType.getSupportedTypes(ColumnType columnType) |
| Modifier and Type | Method and Description |
|---|---|
static CoreFunctionFilter |
FilterFactory.createCoreFunctionFilter(String columnId,
ColumnType columnType,
CoreFunctionType functionType) |
static List |
FilterFactory.createParameters(ColumnType columnType,
CoreFunctionType functionType) |
void |
CoreFunctionFilter.setType(CoreFunctionType type) |
| Constructor and Description |
|---|
CoreFunctionFilter(String columnId,
CoreFunctionType type) |
CoreFunctionFilter(String columnId,
CoreFunctionType type,
Comparable... parameters) |
CoreFunctionFilter(String columnId,
CoreFunctionType type,
List parameters) |
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.