|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--oracle.dss.metadataUtil.MDU
|
+--oracle.dss.metadataManager.common.MM
Constants that other MetadataManager classes use.
| Field Summary | |
static java.lang.String |
ATTACH_STATUSStatus of the workspace or repository. |
static int |
ATTACHEDAnalytic workspace status: Workspace attached. |
static int |
ATTACHINGAnalytic workspace status: The MetadataManager is in the process of attaching the workspace. |
static java.lang.String |
ATTRIBUTEAn attribute. |
static java.lang.String |
BASE_MEASURESThe base measures for a calculation. |
static java.lang.String |
BOOLEANBoolean data type, as defined by the data store. |
static int |
BOUNDBound status: The object is bound. |
static java.lang.String |
CALCULATIONA calculation. |
static java.lang.String |
COMPONENTA component. |
static java.lang.String |
CONNECTION_STATUSStatus of the connection. |
static int |
CONNECTIONS_NOT_SETConnection status: The connection has not been set. |
static int |
CONNECTIONS_SETConnection status: The connection has been set. |
static java.lang.String |
CROSSTABA crosstab. |
static java.lang.String |
DATA_TYPEThe data type of an object. |
static java.lang.String |
DATEDate data type, as defined by the data store. |
static java.lang.String |
DEFAULT_HIERARCHYThe default hierarchy for a dimension. |
static java.lang.String |
DESCRIPTIONThe description of an object. |
static java.lang.String |
DIMENSIONA dimension. |
static java.lang.String |
DOMAIN_DIMENSIONA domain dimension. |
static java.lang.String |
DOUBLEDouble data type, as defined by the data store. |
static java.lang.String |
FLOATFloat data type, as defined by the data store. |
static java.lang.String |
FOLDERA folder. |
static java.lang.String |
FORMATA data-driven format. |
static java.lang.String |
GRAPHA graph. |
static java.lang.String |
HIERARCHYA hierarchy. |
static java.lang.String |
INTEGERInteger data type, as defined by the data store. |
static java.lang.String |
INTERSECTIONSearch flags: Retrieve only the objects that related to all of the specified objects. |
static java.lang.String |
LEVELA level in a hierarchy. |
static java.lang.String |
LONGLong data type, defined by the data store. |
static java.lang.String |
LONG_LABELThe long label of an object. |
static java.lang.String |
LONG_PLURAL_LABELThe long plural label of an object. |
static java.lang.String |
MEASUREA measure. |
static java.lang.String |
MEASURE_DIMENSIONThe measure dimension. |
static java.lang.String |
MEDIUM_LABELThe medium label of an object. |
static java.lang.String |
MEMBER_LONG_LABEL_METADATALong labels for members. |
static java.lang.String |
MEMBER_METADATAMetadata for the members of a dimension or attribute. |
static java.lang.String |
MEMBER_SHORT_LABEL_METADATAShort labels for members. |
static int |
NOT_ATTACHEDAnalytic workspace status: Workspace not attached. |
static int |
NOT_BOUNDBound status: The object is not bound. |
static java.lang.String |
OBJECTAn object. |
static java.lang.String |
OLAPI_METADATA_IDA metadata ID from the metadata driver. |
static java.lang.String |
PERSISTENCE_OBJECTAn object that is stored in the repository. |
static java.lang.String |
QUALIFYING_DIMENSIONA qualifying dimension. |
static java.lang.String |
RANGE_DIMENSIONA range dimension. |
static java.lang.String |
ROOTThe root folder. |
static java.lang.String |
SELECTIONA selection. |
static java.lang.String |
SHORTShort data type, as defined by the data store. |
static java.lang.String |
SHORT_LABELThe short label of an object. |
static java.lang.String |
SHORT_PLURAL_LABELThe short plural label of an object. |
static java.lang.String |
STRINGString data type, as defined by the data store. |
static java.lang.String |
TABLEA table. |
static java.lang.String |
UNIONSearch flags: Retrieve objects that relate to any of the specified objects. |
static java.lang.String |
UNIQUE_IDThe unique ID for the object. |
| Fields inherited from class oracle.dss.metadataUtil.MDU |
ALL_DATATYPES, BISESSION, CLASS_NAME, CLIENT, COMMON, CONNECTION_STRING, DEBUG, DEBUG_1, DEBUG_2, DRIVER_TYPE, ECM_DRIVER, FAILURE, FALSE, ILLEGAL_INT_VALUE, ILLEGAL_LONG_VALUE, KEEP, MDM, MDM_DRIVER, NO_DEBUG, NO_DRIVER, NO_REMOTE, OBJ, OBJECT_ID, OBJECT_LABEL, OBJECT_NAME, OBJECT_TYPE, PERSISTENCE, PERSISTENCE_DRIVER, REMOTE_OK, REMOVE, SERVER, STRING_VECTOR, SUB_OBJECT_TYPE, SUCCESS, TRUE, UI_ALL, UI_DELETE, UI_ENCRYPT, UI_NONE, UI_VISIBLE, UI_WRITE |
| Constructor Summary | |
MM() | |
| Methods inherited from class oracle.dss.metadataUtil.MDU |
copyArrayListToArray, copyArrayListToArray, copyArrayListToArray, copyListToArray |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String OBJECT
MDObjectpublic static final java.lang.String FOLDER
MDFolderpublic static final java.lang.String ROOT
MDRootpublic static final java.lang.String MEASURE
MDMeasurepublic static final java.lang.String DIMENSION
MDDimensionpublic static final java.lang.String ATTRIBUTE
MDAttributepublic static final java.lang.String HIERARCHY
MDHierarchypublic static final java.lang.String LEVEL
MDLevelpublic static final java.lang.String FORMAT
public static final java.lang.String COMPONENT
public static final java.lang.String SELECTION
MDSelectionpublic static final java.lang.String MEMBER_METADATA
MDMemberMetadatapublic static final java.lang.String CALCULATION
public static final java.lang.String CROSSTAB
Crosstabpublic static final java.lang.String GRAPH
Graphpublic static final java.lang.String TABLE
Tablepublic static final java.lang.String MEASURE_DIMENSION
public static final java.lang.String RANGE_DIMENSION
MDAttribute.getRangeDimension()public static final java.lang.String DOMAIN_DIMENSION
MDAttribute.getDomainDimension()public static final java.lang.String QUALIFYING_DIMENSION
MDAttribute.getQualifyingDimensions()public static final java.lang.String MEMBER_SHORT_LABEL_METADATA
public static final java.lang.String MEMBER_LONG_LABEL_METADATA
public static final java.lang.String DEFAULT_HIERARCHY
public static final java.lang.String OLAPI_METADATA_ID
public static final java.lang.String PERSISTENCE_OBJECT
MDObject#getObjectpublic static final java.lang.String UNIQUE_ID
public static final java.lang.String DATA_TYPE
public static final java.lang.String SHORT_LABEL
public static final java.lang.String MEDIUM_LABEL
public static final java.lang.String LONG_LABEL
public static final java.lang.String SHORT_PLURAL_LABEL
public static final java.lang.String LONG_PLURAL_LABEL
public static final java.lang.String DESCRIPTION
public static final java.lang.String BASE_MEASURES
public static final java.lang.String BOOLEAN
public static final java.lang.String SHORT
public static final java.lang.String INTEGER
public static final java.lang.String LONG
public static final java.lang.String FLOAT
public static final java.lang.String DOUBLE
public static final java.lang.String STRING
public static final java.lang.String DATE
public static final java.lang.String UNION
public static final java.lang.String INTERSECTION
public static final java.lang.String ATTACH_STATUS
public static final int ATTACHED
For methods that indicate a particular workspace, this value means that the specified workspace is attached (open). For methods that do not indicate a particular workspace, this value means that at least one analytic workspace is open.
public static final int NOT_ATTACHED
For methods that indicate a particular workspace, this value means that the specified workspace is not attached (is closed). For methods that do not indicate a particular workspace, this value means that no analytic workspaces are open.
public static final int ATTACHING
MetadataManager is in the process of attaching the workspace.
For methods that indicate a particular workspace, this value means that the specified workspace is being attached (being opened). For methods that do not indicate a particular workspace, this value means that at least one analytic workspace is being opened.
public static final java.lang.String CONNECTION_STATUS
public static final int CONNECTIONS_NOT_SET
public static final int CONNECTIONS_SET
public static final int BOUND
public static final int NOT_BOUND
| Constructor Detail |
public MM()
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||