Uses of Class
org.dashbuilder.dataset.DataSetLookup
-
Packages that use DataSetLookup Package Description org.dashbuilder.dataprovider org.dashbuilder.dataset org.dashbuilder.dataset.def org.dashbuilder.dataset.impl org.dashbuilder.dataset.json -
-
Uses of DataSetLookup in org.dashbuilder.dataprovider
Methods in org.dashbuilder.dataprovider with parameters of type DataSetLookup Modifier and Type Method Description DataSetDataSetProvider. lookupDataSet(DataSetDef def, DataSetLookup lookup)Fetch a data set and optionally apply several operations (filter, sort, group, ...) on top of it. -
Uses of DataSetLookup in org.dashbuilder.dataset
Methods in org.dashbuilder.dataset that return DataSetLookup Modifier and Type Method Description DataSetLookupDataSetLookup. addOperation(int pos, DataSetOp... ops)DataSetLookupDataSetLookup. addOperation(DataSetOp... ops)DataSetLookupDataSetLookupBuilder. buildLookup()DataSetLookupDataSetLookup. cloneInstance()DataSetLookupDataSetLookupConstraints. newDataSetLookup(DataSetMetadata metatada)Methods in org.dashbuilder.dataset with parameters of type DataSetLookup Modifier and Type Method Description StringDataSetLookupConstraints. buildUniqueColumnId(DataSetLookup lookup, String targetId)StringDataSetLookupConstraints. buildUniqueColumnId(DataSetLookup lookup, GroupFunction column)ValidationErrorDataSetLookupConstraints. check(DataSetLookup lookup)ValidationErrorDataSetLookupConstraints. check(DataSetLookup lookup, DataSetMetadata metadata)DataSetDataSetManager. 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. -
Uses of DataSetLookup in org.dashbuilder.dataset.def
Methods in org.dashbuilder.dataset.def with parameters of type DataSetLookup Modifier and Type Method Description voidDataSetPostProcessor. postProcess(DataSetLookup lookup, DataSet dataSet)voidDataSetPreprocessor. preprocess(DataSetLookup lookup) -
Uses of DataSetLookup in org.dashbuilder.dataset.impl
Methods in org.dashbuilder.dataset.impl that return DataSetLookup Modifier and Type Method Description DataSetLookupAbstractDataSetLookupBuilder. buildLookup() -
Uses of DataSetLookup in org.dashbuilder.dataset.json
Methods in org.dashbuilder.dataset.json that return DataSetLookup Modifier and Type Method Description DataSetLookupDataSetLookupJSONMarshaller. fromJson(String jsonString)DataSetLookupDataSetLookupJSONMarshaller. fromJson(org.dashbuilder.json.JsonObject json)Methods in org.dashbuilder.dataset.json with parameters of type DataSetLookup Modifier and Type Method Description org.dashbuilder.json.JsonObjectDataSetLookupJSONMarshaller. toJson(DataSetLookup dataSetLookup)
-