| Package | Description |
|---|---|
| org.dashbuilder.dataprovider | |
| org.dashbuilder.dataset | |
| org.dashbuilder.dataset.def | |
| org.dashbuilder.dataset.impl | |
| org.dashbuilder.dataset.json |
| Modifier and Type | Method and Description |
|---|---|
DataSet |
DataSetProvider.lookupDataSet(DataSetDef def,
DataSetLookup lookup)
Fetch a data set and optionally apply several operations (filter, sort, group, ...) on top of it.
|
| Modifier and Type | Method and Description |
|---|---|
DataSetLookup |
DataSetLookup.addOperation(DataSetOp... ops) |
DataSetLookup |
DataSetLookup.addOperation(int pos,
DataSetOp... ops) |
DataSetLookup |
DataSetLookupBuilder.buildLookup() |
DataSetLookup |
DataSetLookup.cloneInstance() |
DataSetLookup |
DataSetLookupConstraints.newDataSetLookup(DataSetMetadata metatada) |
| Modifier and Type | Method and Description |
|---|---|
String |
DataSetLookupConstraints.buildUniqueColumnId(DataSetLookup lookup,
GroupFunction column) |
String |
DataSetLookupConstraints.buildUniqueColumnId(DataSetLookup lookup,
String targetId) |
ValidationError |
DataSetLookupConstraints.check(DataSetLookup lookup) |
ValidationError |
DataSetLookupConstraints.check(DataSetLookup lookup,
DataSetMetadata metadata) |
DataSet |
DataSetManager.lookupDataSet(DataSetLookup lookup)
Load a data set and apply several operations (filter, sort, group, ...) on top of it.
|
DataSet[] |
DataSetManager.lookupDataSets(DataSetLookup[] lookup)
Process multiple data set lookup request in a single shot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSetPostProcessor.postProcess(DataSetLookup lookup,
DataSet dataSet) |
void |
DataSetPreprocessor.preprocess(DataSetLookup lookup) |
| Modifier and Type | Method and Description |
|---|---|
DataSetLookup |
AbstractDataSetLookupBuilder.buildLookup() |
| Modifier and Type | Method and Description |
|---|---|
DataSetLookup |
DataSetLookupJSONMarshaller.fromJson(JsonObject json) |
DataSetLookup |
DataSetLookupJSONMarshaller.fromJson(String jsonString) |
| Modifier and Type | Method and Description |
|---|---|
JsonObject |
DataSetLookupJSONMarshaller.toJson(DataSetLookup dataSetLookup) |
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.