public interface DataSetLookupServices
Modifier and Type | Method and Description |
---|---|
org.dashbuilder.dataset.DataSet |
lookupDataSet(org.dashbuilder.dataset.def.DataSetDef def,
org.dashbuilder.dataset.DataSetLookup lookup)
Load a data set and apply several operations (filter, sort, group, ...) on top of it for a given definition.
|
org.dashbuilder.dataset.DataSet |
lookupDataSet(org.dashbuilder.dataset.DataSetLookup lookup)
Apply a sequence of operations (filter, sort, group, ...) on a remote data set.
|
org.dashbuilder.dataset.DataSetMetadata |
lookupDataSetMetadata(String uuid)
Same as lookupDataSet but only retrieves the metadata of the resulting data set.
|
org.dashbuilder.dataset.DataSet lookupDataSet(org.dashbuilder.dataset.DataSetLookup lookup) throws Exception
Exception
org.dashbuilder.dataset.DataSet lookupDataSet(org.dashbuilder.dataset.def.DataSetDef def, org.dashbuilder.dataset.DataSetLookup lookup) throws Exception
Exception
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.