Uses of Interface
org.dashbuilder.dataset.def.DataSetPreprocessor
-
Packages that use DataSetPreprocessor Package Description org.dashbuilder.dataset org.dashbuilder.dataset.def -
-
Uses of DataSetPreprocessor in org.dashbuilder.dataset
Method parameters in org.dashbuilder.dataset with type arguments of type DataSetPreprocessor Modifier and Type Method Description voidDataSetManager. registerDataSet(DataSet dataSet, List<DataSetPreprocessor> preprocessors)Registers the specified data set instance with a list of preprocessors -
Uses of DataSetPreprocessor in org.dashbuilder.dataset.def
Methods in org.dashbuilder.dataset.def that return types with arguments of type DataSetPreprocessor Modifier and Type Method Description List<DataSetPreprocessor>DataSetDefRegistry. getDataSetDefPreProcessors(String uuid)Get the preprocessors for a given definition for the specified data set.Methods in org.dashbuilder.dataset.def with parameters of type DataSetPreprocessor Modifier and Type Method Description voidDataSetDefRegistry. registerPreprocessor(String uuid, DataSetPreprocessor preprocessor)Register a DataSetPreprocessor instance for the given to data set.
-