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


oracle.dss.metadataManager.common
Class MM

java.lang.Object
  |
  +--oracle.dss.metadataUtil.MDU
        |
        +--oracle.dss.metadataManager.common.MM

public class MM
extends MDU

Constants that other MetadataManager classes use.


Field Summary
static java.lang.String ATTACH_STATUS
          Status of the workspace or repository.
static int ATTACHED
          Analytic workspace status: Workspace attached.
static int ATTACHING
          Analytic workspace status: The MetadataManager is in the process of attaching the workspace.
static java.lang.String ATTRIBUTE
          An attribute.
static java.lang.String BASE_MEASURES
          The base measures for a calculation.
static java.lang.String BOOLEAN
          Boolean data type, as defined by the data store.
static int BOUND
          Bound status: The object is bound.
static java.lang.String CALCULATION
          A calculation.
static java.lang.String COMPONENT
          A component.
static java.lang.String CONNECTION_STATUS
          Status of the connection.
static int CONNECTIONS_NOT_SET
          Connection status: The connection has not been set.
static int CONNECTIONS_SET
          Connection status: The connection has been set.
static java.lang.String CROSSTAB
          A crosstab.
static java.lang.String DATA_TYPE
          The data type of an object.
static java.lang.String DATE
          Date data type, as defined by the data store.
static java.lang.String DEFAULT_HIERARCHY
          The default hierarchy for a dimension.
static java.lang.String DESCRIPTION
          The description of an object.
static java.lang.String DIMENSION
          A dimension.
static java.lang.String DOMAIN_DIMENSION
          A domain dimension.
static java.lang.String DOUBLE
          Double data type, as defined by the data store.
static java.lang.String FLOAT
          Float data type, as defined by the data store.
static java.lang.String FOLDER
          A folder.
static java.lang.String FORMAT
          A data-driven format.
static java.lang.String GRAPH
          A graph.
static java.lang.String HIERARCHY
          A hierarchy.
static java.lang.String INTEGER
          Integer data type, as defined by the data store.
static java.lang.String INTERSECTION
          Search flags: Retrieve only the objects that related to all of the specified objects.
static java.lang.String LEVEL
          A level in a hierarchy.
static java.lang.String LONG
          Long data type, defined by the data store.
static java.lang.String LONG_LABEL
          The long label of an object.
static java.lang.String LONG_PLURAL_LABEL
          The long plural label of an object.
static java.lang.String MEASURE
          A measure.
static java.lang.String MEASURE_DIMENSION
          The measure dimension.
static java.lang.String MEDIUM_LABEL
          The medium label of an object.
static java.lang.String MEMBER_LONG_LABEL_METADATA
          Long labels for members.
static java.lang.String MEMBER_METADATA
          Metadata for the members of a dimension or attribute.
static java.lang.String MEMBER_SHORT_LABEL_METADATA
          Short labels for members.
static int NOT_ATTACHED
          Analytic workspace status: Workspace not attached.
static int NOT_BOUND
          Bound status: The object is not bound.
static java.lang.String OBJECT
          An object.
static java.lang.String OLAPI_METADATA_ID
          A metadata ID from the metadata driver.
static java.lang.String PERSISTENCE_OBJECT
          An object that is stored in the repository.
static java.lang.String QUALIFYING_DIMENSION
          A qualifying dimension.
static java.lang.String RANGE_DIMENSION
          A range dimension.
static java.lang.String ROOT
          The root folder.
static java.lang.String SELECTION
          A selection.
static java.lang.String SHORT
          Short data type, as defined by the data store.
static java.lang.String SHORT_LABEL
          The short label of an object.
static java.lang.String SHORT_PLURAL_LABEL
          The short plural label of an object.
static java.lang.String STRING
          String data type, as defined by the data store.
static java.lang.String TABLE
          A table.
static java.lang.String UNION
          Search flags: Retrieve objects that relate to any of the specified objects.
static java.lang.String UNIQUE_ID
          The 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

OBJECT

public static final java.lang.String OBJECT
An object.
See Also:
MDObject

FOLDER

public static final java.lang.String FOLDER
A folder.
See Also:
MDFolder

ROOT

public static final java.lang.String ROOT
The root folder.
See Also:
MDRoot

MEASURE

public static final java.lang.String MEASURE
A measure.
See Also:
MDMeasure

DIMENSION

public static final java.lang.String DIMENSION
A dimension.
See Also:
MDDimension

ATTRIBUTE

public static final java.lang.String ATTRIBUTE
An attribute.
See Also:
MDAttribute

HIERARCHY

public static final java.lang.String HIERARCHY
A hierarchy.
See Also:
MDHierarchy

LEVEL

public static final java.lang.String LEVEL
A level in a hierarchy.
See Also:
MDLevel

FORMAT

public static final java.lang.String FORMAT
A data-driven format.

COMPONENT

public static final java.lang.String COMPONENT
A component. Components are generally stored in the repository.

SELECTION

public static final java.lang.String SELECTION
A selection.
See Also:
MDSelection

MEMBER_METADATA

public static final java.lang.String MEMBER_METADATA
Metadata for the members of a dimension or attribute.
See Also:
MDMemberMetadata

CALCULATION

public static final java.lang.String CALCULATION
A calculation.

CROSSTAB

public static final java.lang.String CROSSTAB
A crosstab.
See Also:
Crosstab

GRAPH

public static final java.lang.String GRAPH
A graph.
See Also:
Graph

TABLE

public static final java.lang.String TABLE
A table.
See Also:
Table

MEASURE_DIMENSION

public static final java.lang.String MEASURE_DIMENSION
The measure dimension. The measure dimension specifies the available measures.

RANGE_DIMENSION

public static final java.lang.String RANGE_DIMENSION
A range dimension. The range dimension of an attribute specifies its valid values.
See Also:
MDAttribute.getRangeDimension()

DOMAIN_DIMENSION

public static final java.lang.String DOMAIN_DIMENSION
A domain dimension. The domain dimension of an attribute identifies the dimension that the attribute describes.
See Also:
MDAttribute.getDomainDimension()

QUALIFYING_DIMENSION

public static final java.lang.String QUALIFYING_DIMENSION
A qualifying dimension. A qualifying dimension of an attribute specifies a dimension whose values determine the appropriate value of an attribute.
See Also:
MDAttribute.getQualifyingDimensions()

MEMBER_SHORT_LABEL_METADATA

public static final java.lang.String MEMBER_SHORT_LABEL_METADATA
Short labels for members.

MEMBER_LONG_LABEL_METADATA

public static final java.lang.String MEMBER_LONG_LABEL_METADATA
Long labels for members.

DEFAULT_HIERARCHY

public static final java.lang.String DEFAULT_HIERARCHY
The default hierarchy for a dimension.

OLAPI_METADATA_ID

public static final java.lang.String OLAPI_METADATA_ID
A metadata ID from the metadata driver.

PERSISTENCE_OBJECT

public static final java.lang.String PERSISTENCE_OBJECT
An object that is stored in the repository.
See Also:
MDObject#getObject

UNIQUE_ID

public static final java.lang.String UNIQUE_ID
The unique ID for the object.

DATA_TYPE

public static final java.lang.String DATA_TYPE
The data type of an object.

SHORT_LABEL

public static final java.lang.String SHORT_LABEL
The short label of an object.

MEDIUM_LABEL

public static final java.lang.String MEDIUM_LABEL
The medium label of an object.

LONG_LABEL

public static final java.lang.String LONG_LABEL
The long label of an object.

SHORT_PLURAL_LABEL

public static final java.lang.String SHORT_PLURAL_LABEL
The short plural label of an object.

LONG_PLURAL_LABEL

public static final java.lang.String LONG_PLURAL_LABEL
The long plural label of an object.

DESCRIPTION

public static final java.lang.String DESCRIPTION
The description of an object.

BASE_MEASURES

public static final java.lang.String BASE_MEASURES
The base measures for a calculation.

BOOLEAN

public static final java.lang.String BOOLEAN
Boolean data type, as defined by the data store.

SHORT

public static final java.lang.String SHORT
Short data type, as defined by the data store.

INTEGER

public static final java.lang.String INTEGER
Integer data type, as defined by the data store.

LONG

public static final java.lang.String LONG
Long data type, defined by the data store.

FLOAT

public static final java.lang.String FLOAT
Float data type, as defined by the data store.

DOUBLE

public static final java.lang.String DOUBLE
Double data type, as defined by the data store.

STRING

public static final java.lang.String STRING
String data type, as defined by the data store.

DATE

public static final java.lang.String DATE
Date data type, as defined by the data store.

UNION

public static final java.lang.String UNION
Search flags: Retrieve objects that relate to any of the specified objects. For example, retrieve dimensions that any of the specified measures are dimensioned by.

INTERSECTION

public static final java.lang.String INTERSECTION
Search flags: Retrieve only the objects that related to all of the specified objects. For example, retrieve only the dimensions that all of the specified measures are dimensioned by.

ATTACH_STATUS

public static final java.lang.String ATTACH_STATUS
Status of the workspace or repository.

ATTACHED

public static final int ATTACHED
Analytic workspace status: Workspace 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.


NOT_ATTACHED

public static final int NOT_ATTACHED
Analytic workspace status: Workspace 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.


ATTACHING

public static final int ATTACHING
Analytic workspace status: The 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.


CONNECTION_STATUS

public static final java.lang.String CONNECTION_STATUS
Status of the connection.

CONNECTIONS_NOT_SET

public static final int CONNECTIONS_NOT_SET
Connection status: The connection has not been set.

CONNECTIONS_SET

public static final int CONNECTIONS_SET
Connection status: The connection has been set.

BOUND

public static final int BOUND
Bound status: The object is bound.

NOT_BOUND

public static final int NOT_BOUND
Bound status: The object is not bound.
Constructor Detail

MM

public MM()

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


Copyright © 2003, Oracle. All Rights Reserved.