|
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.
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 |
public static final java.lang.String OBJECT_NAME
String
that contains the object name.public static final java.lang.String OBJECT_LABEL
String
that contains the object name.public static final java.lang.String DESCRIPTION
String
that contains the description of the object.public static final java.lang.String KEYWORDS
String
that contains the keywords for the object.public static final java.lang.String APPLICATION
String
that contains the name of the application.public static final java.lang.String DATABASE
String
that has the name of the database.public static final java.lang.String APPSUBTYPE1
String
.public static final java.lang.String TIME_DATE_CREATED
java.util.Date
for the time and date at the object was created.public static final java.lang.String TIME_DATE_MODIFIED
java.util.Date
for the time and date at the object was last modified.public static final java.lang.String CREATED_BY
String
that contains the ID of the user who created the object.public static final java.lang.String MODIFIED_BY
String
that contains the ID of the user who last modified the object.public static final java.lang.String USER_VISIBLE
Boolean
: true
if the object is visible to users, false
if it is not.public static final java.lang.String OBJECT_FULLPATH_NAME
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 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |