Uses of Interface
org.dashbuilder.dataset.def.DataSetPostProcessor
-
Packages that use DataSetPostProcessor Package Description org.dashbuilder.dataset.def -
-
Uses of DataSetPostProcessor in org.dashbuilder.dataset.def
Methods in org.dashbuilder.dataset.def that return types with arguments of type DataSetPostProcessor Modifier and Type Method Description List<DataSetPostProcessor>DataSetDefRegistry. getDataSetDefPostProcessors(String uuid)Get the post processors for a given definition for the specified data set.Methods in org.dashbuilder.dataset.def with parameters of type DataSetPostProcessor Modifier and Type Method Description voidDataSetDefRegistry. registerPostProcessor(String uuid, DataSetPostProcessor postProcessor)Register a DataSetPostProcessor instance for the given to data set.
-