Package org.dashbuilder.dataset
Interface DataSetOp
-
- All Known Implementing Classes:
AbstractDataSetOp,DataSetFilter,DataSetGroup,DataSetSort
public interface DataSetOpAn operation over a data set
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataSetOpcloneInstance()Clone this operation.StringgetDataSetUUID()The UUID of the data set to retrieve.DataSetOpTypegetType()
-
-
-
Method Detail
-
getDataSetUUID
String getDataSetUUID()
The UUID of the data set to retrieve.
-
getType
DataSetOpType getType()
- Returns:
- The type of this DataSet operation.
- See Also:
DataSetOpType
-
cloneInstance
DataSetOp cloneInstance()
Clone this operation.
-
-