Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-03


oracle.adf.view.faces.bi.model
Interface TaskIndex

All Superinterfaces:
org.apache.myfaces.trinidad.model.RowKeyIndex

public interface TaskIndex
extends org.apache.myfaces.trinidad.model.RowKeyIndex
For internal use only. Application developers should not use this

Method Summary
 Task getTask()
          Gets the current Task identified by the current index or rowKey.
 Task getTask(java.lang.Object node)
          Creates a Task object based on an internal object returned from the getRowData method.

 

Methods inherited from interface org.apache.myfaces.trinidad.model.RowKeyIndex
getRowCount, getRowData, getRowData, getRowIndex, getRowKey, isRowAvailable, isRowAvailable, setRowIndex, setRowKey

 

Method Detail

getTask

Task getTask()
Gets the current Task identified by the current index or rowKey.
Returns:

getTask

Task getTask(java.lang.Object node)
Creates a Task object based on an internal object returned from the getRowData method.
Parameters:
node -
Returns:

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-03


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