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
Class PivotableQueryDescriptor

java.lang.Object
  extended by oracle.adf.view.rich.model.QueryDescriptor
      extended by oracle.adf.view.faces.bi.model.PivotableQueryDescriptor

All Implemented Interfaces:
LocalPivotableQueryDescriptor

public abstract class PivotableQueryDescriptor
extends oracle.adf.view.rich.model.QueryDescriptor
implements LocalPivotableQueryDescriptor

Nested Class Summary
static class PivotableQueryDescriptor.PivotOperation
           

 

Nested classes/interfaces inherited from class oracle.adf.view.rich.model.QueryDescriptor
oracle.adf.view.rich.model.QueryDescriptor.QueryMode

 

Field Summary

 

Fields inherited from class oracle.adf.view.rich.model.QueryDescriptor
UIHINT_AUTO_EXECUTE, UIHINT_DEFAULT, UIHINT_IMMUTABLE, UIHINT_MODE, UIHINT_NAME, UIHINT_RESULTS_COMPONENT_ID, UIHINT_SAVE_RESULTS_LAYOUT, UIHINT_SHOW_IN_LIST

 

Constructor Summary
PivotableQueryDescriptor()
           

 

Method Summary
 boolean isPivotableQueryDescriptorLocallyAvailable()
          Check if the query descriptor is locally available
abstract  void pivotCriterion(java.lang.String fromName, java.lang.String toName, PivotableQueryDescriptor.PivotOperation operation)
           

 

Methods inherited from class oracle.adf.view.rich.model.QueryDescriptor
addCriterion, changeMode, getConjunctionCriterion, getCurrentCriterion, getName, getUIHints, removeCriterion, setCurrentCriterion

 

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

 

Constructor Detail

PivotableQueryDescriptor

public PivotableQueryDescriptor()

Method Detail

pivotCriterion

public abstract void pivotCriterion(java.lang.String fromName,
                                    java.lang.String toName,
                                    PivotableQueryDescriptor.PivotOperation operation)

isPivotableQueryDescriptorLocallyAvailable

public boolean isPivotableQueryDescriptorLocallyAvailable()
Description copied from interface: LocalPivotableQueryDescriptor
Check if the query descriptor is locally available
Specified by:
isPivotableQueryDescriptorLocallyAvailable in interface LocalPivotableQueryDescriptor
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.