| Package | Description |
|---|---|
| org.dashbuilder.dataset | |
| org.dashbuilder.dataset.filter | |
| org.dashbuilder.dataset.group | |
| org.dashbuilder.dataset.impl | |
| org.dashbuilder.dataset.sort |
| Modifier and Type | Field and Description |
|---|---|
protected List<DataSetOp> |
DataSetLookup.operationList
The list of operations to apply on the target data set as part of the lookup operation.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends DataSetOp> |
DataSetLookup.getOperation(int index) |
<T extends DataSetOp> |
DataSetLookup.getOperationList(Class<T> type) |
<T extends DataSetOp> |
DataSetLookup.removeOperation(int index) |
| Modifier and Type | Method and Description |
|---|---|
DataSetOp |
DataSetOp.cloneInstance()
Clone this operation.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataSetOp> |
DataSetLookup.getOperationList() |
| Modifier and Type | Method and Description |
|---|---|
DataSetLookup |
DataSetLookup.addOperation(DataSetOp... ops) |
DataSetLookup |
DataSetLookup.addOperation(int pos,
DataSetOp... ops) |
int |
DataSetLookup.getOperationIdx(DataSetOp op) |
| Modifier and Type | Method and Description |
|---|---|
DataSet |
DataSetOpEngine.execute(DataSet dataSet,
List<DataSetOp> opList)
Apply a sequence of operations on the specified data set.
|
DataSet |
DataSetOpEngine.execute(String uuid,
List<DataSetOp> opList)
Apply a sequence of operations on the specified data set.
|
| Constructor and Description |
|---|
DataSetLookup(String dataSetUUID,
DataSetOp... ops) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataSetFilter
A data set filter definition.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataSetGroup
A data set group operation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataSetOp
Base class for DataSetOp implementations
|
| Modifier and Type | Method and Description |
|---|---|
protected DataSetOp |
AbstractDataSetLookupBuilder.getCurrentOp() |
| Modifier and Type | Class and Description |
|---|---|
class |
DataSetSort
A data set sort operation definition
|
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.