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 ResourceIndex

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

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

Method Summary
 BaseResource getResource()
          Gets the current Resource identified by the current index or rowKey.
 BaseResource getResource(java.lang.Object node)
          Creates a Resource 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

getResource

BaseResource getResource()
Gets the current Resource identified by the current index or rowKey.
Returns:

getResource

BaseResource getResource(java.lang.Object node)
Creates a Resource 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.