Uses of Class
org.dashbuilder.dataset.filter.DataSetFilter
-
Packages that use DataSetFilter Package Description org.dashbuilder.dataset org.dashbuilder.dataset.def org.dashbuilder.dataset.filter org.dashbuilder.dataset.json -
-
Uses of DataSetFilter in org.dashbuilder.dataset
Methods in org.dashbuilder.dataset that return DataSetFilter Modifier and Type Method Description DataSetFilterDataSetLookup. getFirstFilterOp() -
Uses of DataSetFilter in org.dashbuilder.dataset.def
Fields in org.dashbuilder.dataset.def declared as DataSetFilter Modifier and Type Field Description protected DataSetFilterDataSetDef. dataSetFilterMethods in org.dashbuilder.dataset.def that return DataSetFilter Modifier and Type Method Description DataSetFilterDataSetDef. getDataSetFilter()Methods in org.dashbuilder.dataset.def with parameters of type DataSetFilter Modifier and Type Method Description voidDataSetDef. setDataSetFilter(DataSetFilter dataSetFilter) -
Uses of DataSetFilter in org.dashbuilder.dataset.filter
Methods in org.dashbuilder.dataset.filter that return DataSetFilter Modifier and Type Method Description DataSetFilterDataSetFilter. cloneInstance() -
Uses of DataSetFilter in org.dashbuilder.dataset.json
Methods in org.dashbuilder.dataset.json that return DataSetFilter Modifier and Type Method Description DataSetFilterDataSetLookupJSONMarshaller. parseFilterOperation(org.dashbuilder.json.JsonArray columnFiltersJsonArray)Methods in org.dashbuilder.dataset.json that return types with arguments of type DataSetFilter Modifier and Type Method Description List<DataSetFilter>DataSetLookupJSONMarshaller. parseFilterOperations(org.dashbuilder.json.JsonArray columnFiltersJsonArray)Method parameters in org.dashbuilder.dataset.json with type arguments of type DataSetFilter Modifier and Type Method Description org.dashbuilder.json.JsonArrayDataSetLookupJSONMarshaller. formatFilterOperations(List<DataSetFilter> filterOps)
-