public interface DataSetOpEngine
| Modifier and Type | Method and Description |
|---|---|
DataSet |
execute(DataSet dataSet,
List<DataSetOp> opList)
Apply a sequence of operations on the specified data set.
|
DataSet |
execute(String uuid,
List<DataSetOp> opList)
Apply a sequence of operations on the specified data set.
|
DataSet execute(String uuid, List<DataSetOp> opList)
uuid - The target data set identifier. Requires the data set ot be previously registered on the data set
registry (see DataSetManager.registerDataSet).opList - The list of operations.Copyright © 2017–2020 JBoss by Red Hat. All rights reserved.