Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
12c (12.1.2)
E23194-01


oracle.alm.connector.data
Class RowSet

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


public class RowSet
extends java.lang.Object

Constructor Summary
RowSet()
          Construct an empty RowSet

 

Method Summary
 RowDef getRowDef()
           
 java.util.List<Row> getRows()
           
 void release()
           
 void setRowDef(RowDef rowDef)
          Set the Row Defintion
 void setRows(java.util.List<Row> rows)
          Set Row Data.

 

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

 

Constructor Detail

RowSet

public RowSet()
Construct an empty RowSet

Method Detail

setRowDef

public void setRowDef(RowDef rowDef)
Set the Row Defintion
Parameters:
rowDef - the query definition

getRowDef

public RowDef getRowDef()
Returns:
the Row definition

getRows

public java.util.List<Row> getRows()
Returns:
all WorkItem queries in the workitem set.

setRows

public void setRows(java.util.List<Row> rows)
Set Row Data.
Parameters:
rows -

release

public void release()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
12c (12.1.2)
E23194-01


Copyright © 2009,2013, Oracle. All rights reserved.