|
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 operations that have to do with persistence. This interface contains two inner interfaces:
PSRConstants.Login -- Environment properties for the default BI Beans implementation of the storage managerPSRConstants.Attributes -- Attributes that are used by the StorageManager interface. The attributes in PSRConstants.Attributes are some of the attributes that can be in the Attributes for a context.PersistenceManager, PersistenceManagerImpl, InitialPersistenceManager| Inner Class Summary | |
static interface |
PSRConstants.AttributesConstants for the attributes that are used by the PersistenceManager and StorageManager interfaces. |
static interface |
PSRConstants.LoginEnvironment properties for initializing the default implementation of the StorageManager. |
| Inner classes inherited from class oracle.dss.util.persistence.PersistableConstants |
PersistableConstants.Attributes |
| Field Summary | |
static java.lang.String |
BISESSIONEnvironment property: Specifies which user session the PersistenceManager belongs to. |
static int |
DEEP_COPYCopy mode: Copy referenced objects. |
static java.lang.String |
ERROR_HANDLERDeprecated. as of 2.6.0.22. Use PersistableConstants.PERSISTENCE_ERRORHANDLER. |
static java.lang.String |
INITIAL_PATHNAMEEnvironment property: Specifies the initial directory to use when the file based storagemanager is used. |
static int |
NORMAL_COPYCopy mode: Do not copy referenced objects. |
static java.lang.String |
SEARCH_CACHE_LIMITEnvironment property: The limit of sql statements to be cached The value must be a Integer that specifies the number of sql statements to cache. |
static java.lang.String |
STORAGEMANAGER_DRIVERThe implementation of a StorageManager that the PersistenceManager should use. |
static java.lang.String |
ZIP_FILEEnvironment property: Specifies the name of the zip file (full path name) when the zip file based storagemanager is used. |
static java.lang.String |
ZIP_ROOT_PATHEnvironment property: Specifies the path of the root folder within the zip file when the zip file based storagemanager is used. |
| Fields inherited from interface oracle.dss.util.persistence.PersistableConstants |
CALCBUILDER, CALCULATION, CONNECTION, CROSSTAB, DATABASE, DATACACHE, DATAVIEWCACHE, FOLDER, GRAPH, GRAPHSTYLE, METADATAMANAGER, MIME, PERSISTENCE_ERRORHANDLER, PERSISTENCE_LOCALE, QUERY, QUERYBUILDER, QUERYMANAGER, RELATIONALDATACACHE, SELECTION, TABLE, UIFORMAT, UISTYLE, URLSTATE |
| Field Detail |
public static final java.lang.String SEARCH_CACHE_LIMIT
Integer that specifies the number of sql statements to cache.public static final java.lang.String ERROR_HANDLER
PersistableConstants.PERSISTENCE_ERRORHANDLER.PersistenceManager. The value must be a String that identifies the name of the class that implements the ErrorHandler interface.ErrorHandlerpublic static final int NORMAL_COPY
mode argument to the copy method, then only the object that you specify in the name argument is copied. Any named objects that that object references will not be copied.
For example, suppose you have a dimension list that references a named selection. If you use this copy mode, only the dimension list is copied. The selection that the dimension list references is not copied.
DEEP_COPY, BIContext.copy(javax.naming.Name, javax.naming.directory.DirContext, javax.naming.Name, int)public static final int DEEP_COPY
mode argument to the copy method, then objects that are referenced by the object that you want to copy are also copied.
For example, suppose you have a dimension list that references a named selection. If you use this copy mode, both the dimension list and the selection that it uses are copied.
NORMAL_COPY, BIContext.copy(javax.naming.Name, javax.naming.directory.DirContext, javax.naming.Name, int)public static final java.lang.String STORAGEMANAGER_DRIVER
StorageManager that the PersistenceManager should use. The value must be a String that identifies the name of the class that implements the StorageManager interface. To use the default storage manager, use the value "oracle.dss.persistence.storagemanager.bi.BIStorageManagerImpl".public static final java.lang.String INITIAL_PATHNAME
public static final java.lang.String ZIP_FILE
public static final java.lang.String ZIP_ROOT_PATH
public static final java.lang.String BISESSION
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||