Uses of Interface
org.dashbuilder.dataset.DataSetOp
-
Packages that use DataSetOp Package Description org.dashbuilder.dataset org.dashbuilder.dataset.filter org.dashbuilder.dataset.group org.dashbuilder.dataset.impl org.dashbuilder.dataset.sort -
-
Uses of DataSetOp in org.dashbuilder.dataset
Fields in org.dashbuilder.dataset with type parameters of type DataSetOp Modifier and Type Field Description protected List<DataSetOp>DataSetLookup. operationListThe list of operations to apply on the target data set as part of the lookup operation.Methods in org.dashbuilder.dataset with type parameters of type DataSetOp Modifier and Type Method Description <T extends DataSetOp>
TDataSetLookup. getOperation(int index)<T extends DataSetOp>
List<T>DataSetLookup. getOperationList(Class<T> type)<T extends DataSetOp>
TDataSetLookup. removeOperation(int index)Methods in org.dashbuilder.dataset that return DataSetOp Modifier and Type Method Description DataSetOpDataSetOp. cloneInstance()Clone this operation.Methods in org.dashbuilder.dataset that return types with arguments of type DataSetOp Modifier and Type Method Description List<DataSetOp>DataSetLookup. getOperationList()Methods in org.dashbuilder.dataset with parameters of type DataSetOp Modifier and Type Method Description DataSetLookupDataSetLookup. addOperation(int pos, DataSetOp... ops)DataSetLookupDataSetLookup. addOperation(DataSetOp... ops)intDataSetLookup. getOperationIdx(DataSetOp op)Method parameters in org.dashbuilder.dataset with type arguments of type DataSetOp Modifier and Type Method Description DataSetDataSetOpEngine. execute(String uuid, List<DataSetOp> opList)Apply a sequence of operations on the specified data set.DataSetDataSetOpEngine. execute(DataSet dataSet, List<DataSetOp> opList)Apply a sequence of operations on the specified data set.Constructors in org.dashbuilder.dataset with parameters of type DataSetOp Constructor Description DataSetLookup(String dataSetUUID, DataSetOp... ops) -
Uses of DataSetOp in org.dashbuilder.dataset.filter
Classes in org.dashbuilder.dataset.filter that implement DataSetOp Modifier and Type Class Description classDataSetFilterA data set filter definition. -
Uses of DataSetOp in org.dashbuilder.dataset.group
Classes in org.dashbuilder.dataset.group that implement DataSetOp Modifier and Type Class Description classDataSetGroupA data set group operation. -
Uses of DataSetOp in org.dashbuilder.dataset.impl
Classes in org.dashbuilder.dataset.impl that implement DataSetOp Modifier and Type Class Description classAbstractDataSetOpBase class for DataSetOp implementationsMethods in org.dashbuilder.dataset.impl that return DataSetOp Modifier and Type Method Description protected DataSetOpAbstractDataSetLookupBuilder. getCurrentOp() -
Uses of DataSetOp in org.dashbuilder.dataset.sort
Classes in org.dashbuilder.dataset.sort that implement DataSetOp Modifier and Type Class Description classDataSetSortA data set sort operation definition
-