|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
BaseManager | Defines common functionality that is useful in the other Manager interfaces (such as BaseClientManager , and DrillManager ) of the Query object. |
Consumable | Interface indicating consumability of an event. |
DrillConstants | Constants (bit sets) that specify exclusions for a drill in a query. |
DrillManager | Defines methods that perform various drill operations. |
LayoutManager | Defines methods that manipulate the mapping of dimensions along edges of an n-dimensional cube. |
MainManager | Defines methods that shape the Query object at a query level. |
PivotConstants | Flags that specify the kind of pivot for the LayoutManager.pivot method. |
QueryListener | The main listener for Query object events. |
QueryManager | Interface representing some operations that are common to the client and the middle tier but not necessarily promoted through the remote interface |
SelectionManager | Defines methods for accessing Selection objects that represent an ordered list of query steps for a particular dimension. |
Class Summary | |
CellOverriddenEvent | Informs listeners that a cell override operation has occurred. |
CellOverrideEvent | Base class for cell override events. |
CellOverridingEvent | Informs listeners when a cell override operation is requested. |
CellsSubmitEvent | Base class for cell submit events. |
CellsSubmittedEvent | Informs listeners that a cell submission event has occurred. |
CellsSubmittingEvent | Informs listeners when a cell submission operation is requested. |
CubeQueryDataAccess | Specific cube-based implementation of DataAccess |
CubeQueryDataDirector | Specific cube-based implementation of DataDirector . |
DataAvailableEvent | Informs listeners that data, metadata, or both is available or revoked. |
DataChangedEvent | Informs listeners when data, metadata, or both have changed (that is, when one or more pending operations have been flushed from the queue and have returned successfully). |
DataChangeEvent | Base class for data change events. |
DataChangingEvent | Informs listeners that an operation is about to take place that will change their data cursors. |
DimensionalityChangedEvent | Informs listeners that the query's dimensionality has changed. |
DrillEvent | Base class to distinguish drill sequence events. |
DrillRequestedEvent | Informs listeners that a drill operation has occurred. |
DrillRequestingEvent | Informs listeners when a drill operation is requested. |
LayoutChangedEvent | Informs listeners when the layout of the Query object has changed. |
LayoutChangingEvent | Informs listeners when the layout of the Query object is about to change. |
LayoutEvent | Base class to distinguish layout sequence events. |
NullStatusEvent | Informs listeners when a query evaluation results in one or more null (empty) edges. |
QDRoverride | Represents an edited cell that is specified by a QDR. |
Query | Defines the data source API. |
QueryAdapter | Class implementing DataSourceListener for use by clients. |
QueryDataAccess | QueryDataAccess DataView's DataAccess interface. |
QueryDataDirector | QueryDataDirector Implementation of common DataDirector functions |
QueryDumpContext | Class to provide a text dump of query contents and cursors. |
QueryEdit | Edit class for the state of the Query object. |
QueryEvent | Base class for all Query events |
QueryState | Object for capturing Query state |
RelationalQueryDataAccess | Specific Relational-based implementation of DataAccess . |
RelationalQueryDataDirector | Specific relational-based implementation of util.DataDirector . |
SelectionChangedEvent | Informs listeners of changes to one or more Selection objects. |
SelectionChangingEvent | Informs listeners when changes to one or more Selection objects have been requested. |
SelectionEvent | Base class to distinguish selection sequence events. |
StateChangedEvent | Informs listeners that the state of a Query object has been changed. |
StateChangeEvent | Base class for events that indicate that the state of a Query object has been changed or is about to be changed. |
StateChangingEvent | Informs listeners that the state of a Query object is about to be changed. |
UndoAvailableEvent | Provides listeners with a QueryEdit object that they can use to change the state of a Query object. |
ValidationObject | Object that contains information about a completed validation API call. |
Exception Summary | |
BCJException | Thrown if the Query or QueryManager catches a BC/J exception. |
CloneException | Thrown if the Query has a problem cloning something outside of the actual clone() API. |
IllegalArgException | Thrown if the caller passes in a bad argument to the Query API. |
IllegalOperationException | Thrown if a call to the Query API is found to be illegal for some reason. |
InvalidAttributeException | Thrown if an invalid attribute is found. |
InvalidDimensionException | Thrown if dimensions are invalid. |
InvalidHierarchyException | Thrown if an invalid hierarchy is found. |
InvalidLevelException | Thrown if an invalid level is found. |
InvalidMeasureException | Thrown if an invalid measure is found. |
InvalidMetadataException | Superclass for exceptions that are thrown because of errors that occur while retrieving metadata from the database. |
NoDatabaseException | Thrown if an operation requires a database to be set on the QueryManager but no database is specified. |
NoQueryDefinedException | Thrown when an operation that requires an initialized query is attempted but there is no query initialized. |
NoQueryManagerException | Thrown if an operation is attempted that requires the QueryManager property of the Query to be set but no QueryManager is specified. |
NoSuchPropertyException | Thrown if a property is not found when using XML persistence. |
OLAPException | Thrown if the Query object catches an OLAP API Exception. |
OLAPTransactionException | Thrown if a Query object catches an OLAP API exception that is thrown because of a problem with OLAP API transactions. |
QueryException | Non-runtime exceptions thrown specifically by the Query client. |
QueryRuntimeException | Runtime exceptions thrown specifically by the Query client. |
RedoException | Provides a message when a redo operation cannot be performed. |
StepEvaluatorException | Thrown when the Query fails when trying to instantiate a StepEvaluator |
UndoException | Provides a message when an undo operation cannot be performed. |
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |