|
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
|
+--oracle.dss.metadataManager.common.MDFolder
|
+--oracle.dss.metadataManager.common.MDDimension
A client-side representation of a dimension in an analytic workspace. An MDDimension provides, to a java client, information about a dimension in the workspace.
An OLAP dimension is a structure that categorizes data. For example, in analyzing Sales data, typical dimensions would be Product, Time, and Geography.
As an MDFolder, an MDDimension can contain other MDObjects. An MDDimension can contain MDAttribute objects and MDHierarchy objects.
MDAttribute, MDHierarchy, Serialized Form| Fields inherited from interface javax.naming.directory.DirContext |
ADD_ATTRIBUTE, REMOVE_ATTRIBUTE, REPLACE_ATTRIBUTE |
| Fields inherited from interface javax.naming.Context |
APPLET, AUTHORITATIVE, BATCHSIZE, DNS_URL, INITIAL_CONTEXT_FACTORY, LANGUAGE, OBJECT_FACTORIES, PROVIDER_URL, REFERRAL, SECURITY_AUTHENTICATION, SECURITY_CREDENTIALS, SECURITY_PRINCIPAL, SECURITY_PROTOCOL, STATE_FACTORIES, URL_PKG_PREFIXES |
| Method Summary | |
MDAttribute[] |
getAttributes()Retrieves the MDAttribute objects that have been defined for this MDDimension. |
java.lang.String |
getDataType()Retrieves the data type for this MDDimension. |
MDHierarchy |
getDefaultHierarchy()Retrieves the default hierarchy for this MDDimension object. |
MDAttribute |
getEndDate()Retrieves endDate attribute for this MDDimension object. |
MDFolder |
getFolder()Retrieves the folder that contains this MDDimension. |
MDFolder[] |
getFolders()Retrieves the MDFolder objects that this this MDDimension uses. |
MDHierarchy[] |
getHierarchies()Retrieves the MDHierarchy objects that have been defined for this MDDimension. |
java.lang.String |
getLongPluralLabel()Retrieves the long plural label for this MDDimension. |
MDMeasure[] |
getMeasures()Retrieves the MDMeasure objects that are dimensioned by this MDDimension. |
MDMemberMetadata |
getMemberLongLabelMetadata()Retrieves the long labels of the members of this MDDimension object. |
MDMemberMetadata |
getMemberShortLabelMetadata()Retrieves the short labels of the members of this MDDimension object. |
java.lang.String |
getShortPluralLabel()Retrieves the short plural label for this MDDimension. |
MDAttribute |
getTimeSpan()Retrieves timeSpan attribute for this MDDimension object. |
boolean |
isTimeDimension()Determine if the dimension is a Time dimension. |
| Methods inherited from class oracle.dss.metadataManager.common.MDFolder |
addToEnvironment, bind, bind, bind, bind, close, composeName, composeName, copy, copy, createSubcontext, createSubcontext, createSubcontext, createSubcontext, destroySubcontext, destroySubcontext, getAcl, getAttributes, getAttributes, getAttributes, getAttributes, getDimensions, getEnvironment, getErrorHandler, getLocale, getNameParser, getNameParser, getSelections, list, list, listBindings, listBindings, lookup, lookup, lookup, lookup, lookup, lookup, lookup, lookup, lookupLink, lookupLink, modifyAttributes, modifyAttributes, modifyAttributes, modifyAttributes, move, move, rebind, rebind, rebind, rebind, removeFromEnvironment, rename, rename, search, search, search, search, search, search, setFolders, setLocale, unbind, unbind |
| Methods inherited from class oracle.dss.metadataManager.common.MDObject |
getClassName, getDescription, getDriverType, getDriverTypes, getLabel, getLongLabel, getMetadataManagerServices, getName, getObjectType, getPath, getShortLabel, getSubObjectType, getUniqueID, nameEquals, setClassName, setDriverType, setMetadataManagerServices, setName, setObjectType, setSubObjectType, toString, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface oracle.dss.bicontext.BIContext |
refresh |
| Methods inherited from interface javax.naming.directory.DirContext |
getSchema, getSchema, getSchemaClassDefinition, getSchemaClassDefinition, search, search, search, search |
| Methods inherited from interface javax.naming.Context |
getNameInNamespace |
| Method Detail |
public MDFolder getFolder()
throws MetadataManagerException
MDDimension.MDDimension.MetadataManagerException - If the connection fails during the execution of this method or if there is a problem retrieving objects from the server.
public MDFolder[] getFolders()
throws MetadataManagerException
MDFolder objects that this this MDDimension uses.getFolders in class MDFolderMetadataManagerException - If the connection fails during the execution of this method or if there is a problem retrieving objects from the server.
public MDMeasure[] getMeasures()
throws MetadataManagerException
MDMeasure objects that are dimensioned by this MDDimension.getMeasures in class MDFolderMetadataManagerException - If the connection fails during the execution of this method or if there is a problem retrieving objects from the server.
public MDAttribute[] getAttributes()
throws MetadataManagerException
MDAttribute objects that have been defined for this MDDimension.MetadataManagerException - If the connection fails during the execution of this method or if there is a problem retrieving objects from the server.
public MDHierarchy[] getHierarchies()
throws MetadataManagerException
MDHierarchy objects that have been defined for this MDDimension.MetadataManagerException - If the connection fails during the execution of this method or if there is a problem retrieving objects from the server.
public MDHierarchy getDefaultHierarchy()
throws MetadataManagerException
MDDimension object.MDHierarchy that represents default hierarchy for this dimension.MetadataManagerException - If the connection fails during the execution of this method or if there is a problem retrieving objects from the server.
public MDMemberMetadata getMemberShortLabelMetadata()
throws MetadataManagerException
MDDimension object.MetadataManagerException - If the connection fails during the execution of this method or if there is a problem retrieving objects from the server.
public MDMemberMetadata getMemberLongLabelMetadata()
throws MetadataManagerException
MDDimension object.MetadataManagerException - If the connection fails during the execution of this method or if there is a problem retrieving objects from the server.public java.lang.String getShortPluralLabel()
MDDimension.public java.lang.String getLongPluralLabel()
MDDimension.public java.lang.String getDataType()
MDDimension.MM.BOOLEAN, MM.SHORT, MM.INTEGER, MM.LONG, MM.FLOAT, MM.DOUBLE, MM.STRINGpublic boolean isTimeDimension()
public MDAttribute getEndDate()
throws MetadataManagerException
MDDimension object.MDDimension is not a time dimension.
public MDAttribute getTimeSpan()
throws MetadataManagerException
MDDimension object.MDDimension is not a time dimension.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||