Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.util.persistence
Interface PersistableConstants

All Known Subinterfaces:
PSRConstants

public interface PersistableConstants

Constants that a Persistable component uses.


Inner Class Summary
static interface PersistableConstants.Attributes
          Constants for the attributes that are used by the PersistenceManager and StorageManager interfaces.

 

Field Summary
static java.lang.String BISESSION
          Specifies the current user session to which the Persistable component belongs, when it is loaded.
static java.lang.String CALCBUILDER
          Object type: CalculationBuilder.
static java.lang.String CALCULATION
          Object type: Calculation.
static java.lang.String CONNECTION
          Object type: Connection
static java.lang.String CROSSTAB
          Object type: Crosstab.
static java.lang.String DATABASE
          Object type: Database.
static java.lang.String DATACACHE
          Object type: DataCache
static java.lang.String DATAVIEWCACHE
          Object type: DataviewCache
static java.lang.String FOLDER
          Object type: Folder.
static java.lang.String GRAPH
          Object type: Graph.
static java.lang.String GRAPHSTYLE
          Object type: Graph Style.
static java.lang.String METADATAMANAGER
          Object type: MetadataManager.
static java.lang.String MIME
          Object type: MIME.
static java.lang.String PERSISTENCE_ERRORHANDLER
          environment property: error handler The value must be a String that identifies the name of the class that implements the ErrorHandler interface.
static java.lang.String PERSISTENCE_LOCALE
          environment property: locale
static java.lang.String QUERY
          Object type: Query.
static java.lang.String QUERYBUILDER
          Object type: QueryBuilder.
static java.lang.String QUERYMANAGER
          Object type: QueryManager.
static java.lang.String RELATIONALDATACACHE
          Object type: RelationalDataCache
static java.lang.String SELECTION
          Object type: Selection.
static java.lang.String TABLE
          Object type: Table.
static java.lang.String UIFORMAT
          Object type: UIFormat.
static java.lang.String UISTYLE
          Object type: UIStyle.
static java.lang.String URLSTATE
          Object type: URLState

 

Field Detail

GRAPH

public static final java.lang.String GRAPH
Object type: Graph.
See Also:
PersistableConstants.Attributes.OBJECT_TYPE

CROSSTAB

public static final java.lang.String CROSSTAB
Object type: Crosstab.
See Also:
PersistableConstants.Attributes.OBJECT_TYPE

TABLE

public static final java.lang.String TABLE
Object type: Table.
See Also:
PersistableConstants.Attributes.OBJECT_TYPE

UISTYLE

public static final java.lang.String UISTYLE
Object type: UIStyle.
See Also:
PersistableConstants.Attributes.OBJECT_TYPE

UIFORMAT

public static final java.lang.String UIFORMAT
Object type: UIFormat.
See Also:
PersistableConstants.Attributes.OBJECT_TYPE

DATABASE

public static final java.lang.String DATABASE
Object type: Database.
See Also:
PersistableConstants.Attributes.OBJECT_TYPE

CALCULATION

public static final java.lang.String CALCULATION
Object type: Calculation.
See Also:
PersistableConstants.Attributes.OBJECT_TYPE

CALCBUILDER

public static final java.lang.String CALCBUILDER
Object type: CalculationBuilder.
See Also:
PersistableConstants.Attributes.OBJECT_TYPE

QUERYMANAGER

public static final java.lang.String QUERYMANAGER
Object type: QueryManager.
See Also:
PersistableConstants.Attributes.OBJECT_TYPE

QUERY

public static final java.lang.String QUERY
Object type: Query.
See Also:
PersistableConstants.Attributes.OBJECT_TYPE

SELECTION

public static final java.lang.String SELECTION
Object type: Selection.
See Also:
PersistableConstants.Attributes.OBJECT_TYPE

QUERYBUILDER

public static final java.lang.String QUERYBUILDER
Object type: QueryBuilder.
See Also:
PersistableConstants.Attributes.OBJECT_TYPE

FOLDER

public static final java.lang.String FOLDER
Object type: Folder.
See Also:
PersistableConstants.Attributes.OBJECT_TYPE

CONNECTION

public static final java.lang.String CONNECTION
Object type: Connection
See Also:
PersistableConstants.Attributes.OBJECT_TYPE

METADATAMANAGER

public static final java.lang.String METADATAMANAGER
Object type: MetadataManager.
See Also:
PersistableConstants.Attributes.OBJECT_TYPE

MIME

public static final java.lang.String MIME
Object type: MIME.
See Also:
PersistableConstants.Attributes.OBJECT_TYPE

BISESSION

public static final java.lang.String BISESSION
Specifies the current user session to which the Persistable component belongs, when it is loaded.

DATACACHE

public static final java.lang.String DATACACHE
Object type: DataCache
See Also:
PersistableConstants.Attributes.OBJECT_TYPE

DATAVIEWCACHE

public static final java.lang.String DATAVIEWCACHE
Object type: DataviewCache
See Also:
PersistableConstants.Attributes.OBJECT_TYPE

RELATIONALDATACACHE

public static final java.lang.String RELATIONALDATACACHE
Object type: RelationalDataCache
See Also:
PersistableConstants.Attributes.OBJECT_TYPE

URLSTATE

public static final java.lang.String URLSTATE
Object type: URLState
See Also:
PersistableConstants.Attributes.OBJECT_TYPE

GRAPHSTYLE

public static final java.lang.String GRAPHSTYLE
Object type: Graph Style.
See Also:
PersistableConstants.Attributes.OBJECT_TYPE

PERSISTENCE_LOCALE

public static final java.lang.String PERSISTENCE_LOCALE
environment property: locale

PERSISTENCE_ERRORHANDLER

public static final java.lang.String PERSISTENCE_ERRORHANDLER
environment property: error handler The value must be a String that identifies the name of the class that implements the ErrorHandler interface.
See Also:
ErrorHandler

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.