Package org.dashbuilder.dataset.engine
Interface DataSetHandler
-
- All Superinterfaces:
DataSetRowSet
public interface DataSetHandler extends DataSetRowSet
Interface addressed to execute single operations over a data set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataSetHandlerfilter(org.dashbuilder.dataset.filter.DataSetFilter op)DataSetHandlergroup(org.dashbuilder.dataset.group.DataSetGroup op)DataSetHandlersort(org.dashbuilder.dataset.sort.DataSetSort op)-
Methods inherited from interface org.dashbuilder.dataset.engine.DataSetRowSet
getDataSet, getRows
-
-
-
-
Method Detail
-
group
DataSetHandler group(org.dashbuilder.dataset.group.DataSetGroup op)
-
filter
DataSetHandler filter(org.dashbuilder.dataset.filter.DataSetFilter op)
-
sort
DataSetHandler sort(org.dashbuilder.dataset.sort.DataSetSort op)
-
-