| Package | Description |
|---|---|
| org.dashbuilder.dataset | |
| org.dashbuilder.dataset.def | |
| org.dashbuilder.dataset.filter | |
| org.dashbuilder.dataset.group | |
| org.dashbuilder.dataset.impl |
| Modifier and Type | Field and Description |
|---|---|
protected ColumnType |
DataSetConstraints.extraColumnsType |
| Modifier and Type | Method and Description |
|---|---|
static ColumnType |
ColumnType.getByName(String name) |
ColumnType |
DataColumn.getColumnType() |
ColumnType |
DataSetMetadata.getColumnType(int columnIndex)
Get the type of the specified column.
|
ColumnType |
DataSetMetadata.getColumnType(String columnId)
Get the type of the specified column.
|
ColumnType[] |
DataSetConstraints.getColumnTypes() |
ColumnType[] |
DataSetConstraints.getColumnTypes(int numberOfColumns) |
ColumnType |
DataSetConstraints.getExtraColumnsType() |
static ColumnType |
ColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnType[] |
ColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ColumnType> |
DataSetMetadata.getColumnTypes()
Get the column types
|
| Modifier and Type | Method and Description |
|---|---|
DataSet |
DataSet.addColumn(String id,
ColumnType type)
Add a brand new column.
|
DataSet |
DataSet.addColumn(String id,
ColumnType type,
List values)
Add a brand new column populated with the given values.
|
DataSetBuilder |
DataSetBuilder.column(String columnId,
ColumnType type)
Add an empty column of the specified type.
|
void |
DataColumn.setColumnType(ColumnType columnType) |
T |
DataSetConstraints.setColumnTypes(ColumnType[]... typeList) |
T |
DataSetConstraints.setExtraColumnsType(ColumnType extraColumnsType) |
| Modifier and Type | Method and Description |
|---|---|
ColumnType |
DataColumnDef.getColumnType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DataSetDef.addColumn(String id,
ColumnType type) |
T |
DataSetDefBuilder.column(String columnId,
ColumnType type)
Add an empty column of the specified type.
|
void |
DataColumnDef.setColumnType(ColumnType columnType) |
| Constructor and Description |
|---|
DataColumnDef(String id,
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) |
static List<CoreFunctionType> |
CoreFunctionType.getSupportedTypes(ColumnType columnType) |
boolean |
CoreFunctionType.supportsType(ColumnType type) |
| Modifier and Type | Method and Description |
|---|---|
ColumnType |
AggregateFunctionType.getResultType(ColumnType columnType) |
| Modifier and Type | Method and Description |
|---|---|
ColumnType |
AggregateFunctionType.getResultType(ColumnType columnType) |
boolean |
GroupStrategy.isColumnTypeSupported(ColumnType ct)
Check if this strategy can be used with the specified column type.
|
boolean |
AggregateFunctionType.supportType(ColumnType type) |
| Modifier and Type | Field and Description |
|---|---|
protected ColumnType |
DataColumnImpl.columnType |
| Modifier and Type | Field and Description |
|---|---|
protected List<ColumnType> |
DataSetMetadataImpl.columnTypes |
| Modifier and Type | Method and Description |
|---|---|
ColumnType |
DataColumnImpl.getColumnType() |
ColumnType |
DataSetMetadataImpl.getColumnType(int columnIndex) |
ColumnType |
DataSetMetadataImpl.getColumnType(String columnId) |
| Modifier and Type | Method and Description |
|---|---|
List<ColumnType> |
DataSetMetadataImpl.getColumnTypes() |
| Modifier and Type | Method and Description |
|---|---|
DataSet |
DataSetImpl.addColumn(String id,
ColumnType type) |
DataSet |
DataSetImpl.addColumn(String id,
ColumnType type,
List values) |
DataSetBuilderImpl |
DataSetBuilderImpl.column(String columnId,
ColumnType type) |
T |
AbstractDataSetDefBuilder.column(String columnId,
ColumnType type) |
void |
DataColumnImpl.setColumnType(ColumnType columnType) |
| Constructor and Description |
|---|
DataColumnImpl(String id,
ColumnType columnType) |
| Constructor and Description |
|---|
DataSetMetadataImpl(DataSetDef definition,
String uuid,
int numberOfRows,
int numberOfColumns,
List<String> columnIds,
List<ColumnType> columnTypes,
int estimatedSize) |
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.