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


oracle.dss.persistence
Interface PSRConstants.Attributes

All Superinterfaces:
PersistableConstants.Attributes
Enclosing class:
PSRConstants

public static interface PSRConstants.Attributes
extends PersistableConstants.Attributes

Constants for the attributes that are used by the PersistenceManager and StorageManager interfaces.


Field Summary
static java.lang.String APPLICATION
          The application that owns the object.
static java.lang.String APPSUBTYPE1
          The part of the application that owns the object.
static java.lang.String CREATED_BY
          The ID of the user who created the object.
static java.lang.String DATABASE
          The database that the object uses.
static java.lang.String DESCRIPTION
          The description of the object.
static java.lang.String KEYWORDS
          Keywords for the object.
static java.lang.String MODIFIED_BY
          The ID of the user who last modified the object.
static java.lang.String OBJECT_FULLPATH_NAME
          The full path name of the object.
static java.lang.String OBJECT_LABEL
          The label of the object.
static java.lang.String OBJECT_NAME
          The name of the object.
static java.lang.String TIME_DATE_CREATED
          The time and date at which the object was created.
static java.lang.String TIME_DATE_MODIFIED
          The time and date at which the object was last modified.
static java.lang.String USER_VISIBLE
          Whether the object is visible to users.

 

Fields inherited from interface oracle.dss.util.persistence.PersistableConstants.Attributes
COMPSUBTYPE1, COMPSUBTYPE2, COMPSUBTYPE3, OBJECT_TYPE, TITLE, VERSION

 

Field Detail

OBJECT_NAME

public static final java.lang.String OBJECT_NAME
The name of the object. The value must be a String that contains the object name.

OBJECT_LABEL

public static final java.lang.String OBJECT_LABEL
The label of the object. The value must be a String that contains the object name.

DESCRIPTION

public static final java.lang.String DESCRIPTION
The description of the object. The value must be a String that contains the description of the object.

KEYWORDS

public static final java.lang.String KEYWORDS
Keywords for the object. The value must be a String that contains the keywords for the object.

APPLICATION

public static final java.lang.String APPLICATION
The application that owns the object. The value must be a String that contains the name of the application.

DATABASE

public static final java.lang.String DATABASE
The database that the object uses. The value must be a String that has the name of the database.

APPSUBTYPE1

public static final java.lang.String APPSUBTYPE1
The part of the application that owns the object. You can use this attribute to identify the module that owns the object. The value must be a String.

TIME_DATE_CREATED

public static final java.lang.String TIME_DATE_CREATED
The time and date at which the object was created. This attribute is set by the persistence manager. It is read-only. The value is a java.util.Date for the time and date at the object was created.

TIME_DATE_MODIFIED

public static final java.lang.String TIME_DATE_MODIFIED
The time and date at which the object was last modified. This attribute is set by the persistence manager. It is read-only. The value is a java.util.Date for the time and date at the object was last modified.

CREATED_BY

public static final java.lang.String CREATED_BY
The ID of the user who created the object. This attribute is set by the persistence manager. It is read-only. The value is a String that contains the ID of the user who created the object.

MODIFIED_BY

public static final java.lang.String MODIFIED_BY
The ID of the user who last modified the object. This attribute is set by the persistence manager. It is read-only. The value is a String that contains the ID of the user who last modified the object.

USER_VISIBLE

public static final java.lang.String USER_VISIBLE
Whether the object is visible to users. This attribute is set by the persistence manager. It is read-only. The value is a Boolean: true if the object is visible to users, false if it is not.

OBJECT_FULLPATH_NAME

public static final java.lang.String OBJECT_FULLPATH_NAME
The full path name of the object. The full path name is the name relative to the InitialPersistenceManager (the initial context). This attribute is set by the persistence manager. It is read-only. The value is a String that contains the full path name to the object.

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


Copyright © 2003, Oracle. All Rights Reserved.