|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
COMPSUBTYPE1Generic attribute that a Persistable object can use for its own purposes. |
static java.lang.String |
COMPSUBTYPE2Generic attribute that a Persistable object can use for its own purposes. |
static java.lang.String |
COMPSUBTYPE3Generic attribute that a Persistable object can use for its own purposes. |
static java.lang.String |
OBJECT_TYPEThe type of the Persistable object. |
static java.lang.String |
TITLETitle of the Persistable object. |
static java.lang.String |
VERSIONThe version of the Persistable object. |
| Field Detail |
public static final java.lang.String TITLE
Persistable object. For example, in a graph, the title is the text of the GraphTitle component.public static final java.lang.String OBJECT_TYPE
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 interfacePersistableConstants, InitialPersistenceManager.getObjectFactory(boolean), oracle.dss.bicontext.ObjectFactory#setObjectDefNamepublic static final java.lang.String VERSION
Persistable object. This is defined by the Persistable object.public static final java.lang.String COMPSUBTYPE1
Persistable object can use for its own purposes. For example, a graph might use this constant to save the graph type.public static final java.lang.String COMPSUBTYPE2
Persistable object can use for its own purposes. For example, a graph might use this constant to save the graph type.public static final java.lang.String COMPSUBTYPE3
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 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||