|
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.PropertyBag | +--oracle.dss.metadataManager.common.MDObject
A client-side representation of an object in an analytic workspace or in the repository. Subclasses of this class indicate the kind of object that is being represented. An MDObject
is analogous to a Context
in JNDI.
Constructor Summary | |
MDObject() Constructor. | |
MDObject( mmServices, java.lang.String mdObjName, MDObject parent) Constructor. |
Method Summary | |
java.lang.String |
getClassName() Retrieves the class name of this object. |
java.lang.String |
getDescription() Retrieves the description of this object. |
java.lang.String |
getDriverType() Retrieves the type of driver that this object uses. |
java.util.Vector |
getDriverTypes() Retrieves all of the driver types for this object. |
java.lang.String |
getLabel() Retrieves the label of this object. |
java.lang.String |
getLongLabel() Retrieves the long label of this object. |
interface |
getMetadataManagerServices() Retrieves the MetadataManagerServices in this object. |
java.lang.String |
getName() Retrieves the name of this object. |
java.lang.String |
getObjectType() Retrieves the object type of this object. |
java.lang.String |
getPath() Retrieves the path of this object. |
java.lang.String |
getShortLabel() Retrieves the short label of this object. |
java.lang.String |
getSubObjectType() Retrieve subobject type of this object. |
java.lang.String |
getUniqueID() Retrieves a unique ID for this object. |
boolean |
nameEquals(MDObject object) Determines if the given MDObject's name is equivalent to this MDObject's name.. |
int |
setClassName(java.lang.String className) Specifies a class name for this object. |
int |
setDriverType(java.lang.String strDriverType) Specifies the type of driver that this object requires. |
int |
setMetadataManagerServices( metadataManagerServices) Specifies the MetadataManagerServices for this object. |
int |
setName(java.lang.String name) Specifies a name for this object. |
int |
setObjectType(java.lang.String objType) Specifies the object type of this object. |
int |
setSubObjectType(java.lang.String objType) Specifies the subobject type for this object. |
java.lang.String |
toString() Generates a String representation of this object. |
java.lang.String |
toString(java.lang.String strLabelType) Generates a String representation of this object. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MDObject()
public MDObject( mmServices, java.lang.String mdObjName, MDObject parent)
mmServices
- The MetadataManagerServices
that this root folder exists in.measureName
- The name of this measure.parent
- The object that contains this object.Method Detail |
public int setMetadataManagerServices( metadataManagerServices)
MetadataManagerServices
for this object. Before you call this method, this object has a null
MetadataManagerServices
.metadataManagerServices
- The implementation of MetadataManagerServices
for this object.MetadataManagerServices
was successfully set. The valid constants are listed in the See Also section.MDU.SUCCESS
, MDU.FAILURE
public getMetadataManagerServices()
MetadataManagerServices
in this object.MetadataManagerServices
that this object uses, or null
if no MetadataManagerServices
implementation has been set for this object.public java.lang.String getUniqueID()
public java.lang.String getPath()
service_name!workspace_name\root_folder_name\subfolder_name\object_name
For objects in the repository, the path name is structured as follows:
/subfolder/object_name
public java.lang.String getDescription()
public java.util.Vector getDriverTypes()
public java.lang.String getDriverType()
public int setDriverType(java.lang.String strDriverType)
strDriverType
- The type of driver. For components, pass MDU.PERSISTENCE_DRIVER
.MDU.SUCCESS
, MDU.FAILURE
, MDU.PERSISTENCE_DRIVER
, MDU.MDM_DRIVER
public boolean nameEquals(MDObject object)
true
if specified MDObject's name is equivalent false
if specified MDObject's name is not equivalentpublic java.lang.String getShortLabel()
public java.lang.String getLongLabel()
public java.lang.String toString()
String
representation of this object. This method returns the long label of this object.toString
in class java.lang.Object
public java.lang.String toString(java.lang.String strLabelType)
String
representation of this object. This method returns the specified label.strLabelType
- A constant that identifies the type of label that you want. Valid constants are listed in the See Also section.null
if strLabelType
is not a valid label type.MM.UNIQUE_ID
, MM.OLAPI_METADATA_ID
, MM.SHORT_LABEL
, MM.MEDIUM_LABEL
, MM.LONG_LABEL
, MM.DESCRIPTION
, MDU.OBJECT_NAME
public java.lang.String getName()
null
if no name has been set.public int setName(java.lang.String name)
MDU.SUCCESS
, MDU.FAILURE
public java.lang.String getLabel()
null
if no label has been set.public java.lang.String getClassName()
null
if no class name has been set for this object.public int setClassName(java.lang.String className)
MDU.SUCCESS
, MDU.FAILURE
public java.lang.String getObjectType()
null
if no object type has been set.public int setObjectType(java.lang.String objType)
MDU.SUCCESS
, MDU.FAILURE
public java.lang.String getSubObjectType()
null
if no subobject type has been set for this object.public int setSubObjectType(java.lang.String objType)
name
- The subobject type of this object.MDU.SUCCESS
, MDU.FAILURE
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |