public class RowDef
extends java.lang.Object
The RowDef
defines a generic data. It is the parent class of WorkItemDef.
WorkItemDef
, WorkItemQueryDef
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_FETCH_SIZE |
Constructor and Description |
---|
RowDef()
Constructs an empty RowDef
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDataSource()
Retrieves the data source name.
|
java.util.Map<java.lang.String,WorkItemFieldDef> |
getFieldDefs()
Retrieves the field definitions of the data row
|
java.util.Map<java.lang.String,LovDef> |
getLovDefs()
Retrieves the LOV definitions of the data row, if tehre is any defined.
|
void |
setDataSource(java.lang.String ds)
Sets the data source name.
|
public static final int DEFAULT_FETCH_SIZE
public void setDataSource(java.lang.String ds)
Sets the data source name.
ds
- the name of a datasource.public java.lang.String getDataSource()
public java.util.Map<java.lang.String,WorkItemFieldDef> getFieldDefs()
In the Map<String, WorkItemFieldDefgt;, the first parameter refers to the field name, and the second paramater refers to the corresponding field definition.
public java.util.Map<java.lang.String,LovDef> getLovDefs()
In the Map<String, WorkItemFieldDefgt;, the first parameter refers to the field name, and the second paramater refers to the corresponding LOV definition.