Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.3.0)

E17492-04


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

All Known Implementing Classes:
PivotableQueryDescriptor

public interface LocalPivotableQueryDescriptor

Defines a "local" API for a PivotableQueryDescriptor. The "local" API allows a client to query the query descriptor and determine if it is locally available. "Locally available" can mean the query descriptor has all of its criterion objects, along with their values, in a local cache and can honor a fetch request efficiently (for example, without performing a SQL query).


Method Summary
 boolean isPivotableQueryDescriptorLocallyAvailable()
          Check if the query descriptor is locally available

 

Method Detail

isPivotableQueryDescriptorLocallyAvailable

boolean isPivotableQueryDescriptorLocallyAvailable()
Check if the query descriptor is locally available
Returns:
true if query descriptor is locally available false otherwise

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.3.0)

E17492-04


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