Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
11g Release 2 (11.1.2.2.0)
E17494-03


oracle.alm.connector.data
Class RowDef

java.lang.Object
  extended by oracle.alm.connector.data.RowDef

Direct Known Subclasses:
WorkItemDef

public class RowDef
extends java.lang.Object

The RowDef defines a generic data. It is the parent class of WorkItemDef.

Since:
11.1.1.1.0
See Also:
WorkItemDef, WorkItemQueryDef

Field Summary
static int DEFAULT_FETCH_SIZE
           

 

Constructor Summary
RowDef()
          Constructs an empty RowDef

 

Method Summary
 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.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

DEFAULT_FETCH_SIZE

public static final int DEFAULT_FETCH_SIZE
See Also:
Constant Field Values

Constructor Detail

RowDef

public RowDef()
Constructs an empty RowDef

Method Detail

setDataSource

public void setDataSource(java.lang.String ds)

Sets the data source name.

Parameters:
ds - the name of a datasource.

getDataSource

public java.lang.String getDataSource()
Retrieves the data source name.
Returns:
data source name.

getFieldDefs

public java.util.Map<java.lang.String,WorkItemFieldDef> getFieldDefs()
Retrieves the field definitions of the data row
Returns:
all field definitions of the data row.

In the Map&ltString, WorkItemFieldDefgt;, the first parameter refers to the field name, and the second paramater refers to the corresponding field definition.


getLovDefs

public java.util.Map<java.lang.String,LovDef> getLovDefs()
Retrieves the LOV definitions of the data row, if tehre is any defined.
Returns:
all LOV definitions for fields in the current row.

In the Map&ltString, WorkItemFieldDefgt;, the first parameter refers to the field name, and the second paramater refers to the corresponding LOV definition.


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
11g Release 2 (11.1.2.2.0)
E17494-03


Copyright © 1998,2012, Oracle. All rights reserved.