public class DataSetLookup extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
dataSetUUID
The UUID of the data set to retrieve.
|
protected int |
numberOfRows
The number of rows to get.
|
protected List<DataSetOp> |
operationList
The list of operations to apply on the target data set as part of the lookup operation.
|
protected int |
rowOffset
The starting row offset of the target data set.
|
protected boolean |
testMode
Flag indicating this lookup request is in test mode
|
| Constructor and Description |
|---|
DataSetLookup() |
DataSetLookup(String dataSetUUID,
DataSetOp... ops) |
protected String dataSetUUID
protected int rowOffset
protected int numberOfRows
protected boolean testMode
public boolean testMode()
public void setTestMode(boolean testMode)
public boolean isEmpty()
public void setDataSetUUID(String dataSetUUID)
public int getRowOffset()
public void setRowOffset(int rowOffset)
public int getNumberOfRows()
public void setNumberOfRows(int numberOfRows)
public String getDataSetUUID()
public <T extends DataSetOp> T getOperation(int index)
public <T extends DataSetOp> T removeOperation(int index)
public int getOperationIdx(DataSetOp op)
public int removeOperations(DataSetOpType type)
public DataSetLookup addOperation(int pos, DataSetOp... ops)
public DataSetLookup addOperation(DataSetOp... ops)
public DataSetGroup getLastGroupOp()
public DataSetFilter getFirstFilterOp()
public DataSetSort getFirstSortOp()
public int getFirstGroupOpIndex(int fromIndex,
String columnId,
Boolean onlySelections)
public List<DataSetGroup> getFirstGroupOpSelections()
public int getLastGroupOpIndex(int fromIndex,
String columnId,
boolean onlySelections)
public int getLastGroupOpIndex(int fromIndex)
public DataSetLookup cloneInstance()
Copyright © 2017–2020 JBoss by Red Hat. All rights reserved.