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


oracle.dss.util.persistence
Interface PersistableConstants.Attributes

All Known Subinterfaces:
PSRConstants.Attributes
Enclosing class:
PersistableConstants

public static interface PersistableConstants.Attributes

Constants for the attributes that are used by the PersistenceManager and StorageManager interfaces. These attributes are set by BI Beans Persistable objects.


Field Summary
static java.lang.String COMPSUBTYPE1
          Generic attribute that a Persistable object can use for its own purposes.
static java.lang.String COMPSUBTYPE2
          Generic attribute that a Persistable object can use for its own purposes.
static java.lang.String COMPSUBTYPE3
          Generic attribute that a Persistable object can use for its own purposes.
static java.lang.String OBJECT_TYPE
          The type of the Persistable object.
static java.lang.String TITLE
          Title of the Persistable object.
static java.lang.String VERSION
          The version of the Persistable object.

 

Field Detail

TITLE

public static final java.lang.String TITLE
Title of the Persistable object. For example, in a graph, the title is the text of the GraphTitle component.

OBJECT_TYPE

public static final java.lang.String OBJECT_TYPE
The type of the Persistable object. Valid values for BI Beans are the constants in the outer interface of this interface. To add object types, call the setObjectDefName method of the object factory that you get by calling getObjectFactory on the InitialPersistenceManager. Objects that you add must implement the Persistable interface
See Also:
PersistableConstants, InitialPersistenceManager.getObjectFactory(boolean), oracle.dss.bicontext.ObjectFactory#setObjectDefName

VERSION

public static final java.lang.String VERSION
The version of the Persistable object. This is defined by the Persistable object.

COMPSUBTYPE1

public static final java.lang.String COMPSUBTYPE1
Generic attribute that a Persistable object can use for its own purposes. For example, a graph might use this constant to save the graph type.

COMPSUBTYPE2

public static final java.lang.String COMPSUBTYPE2
Generic attribute that a Persistable object can use for its own purposes. For example, a graph might use this constant to save the graph type.

COMPSUBTYPE3

public static final java.lang.String COMPSUBTYPE3
Generic attribute that a Persistable object can use for its own purposes. For example, a graph might use this constant to save the graph type.

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


Copyright © 2003, Oracle. All Rights Reserved.