|
Oracle® OLAP Java API Reference 11g Release 1 (11.1) B28128-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.olapi.metadata.BaseMetadataObject
oracle.olapi.metadata.deployment.AW
public class AW
A metadata object that represents an Oracle OLAP analytic workspace. An AW is owned by an MdmDatabaseSchema. An application creates or gets an AW by calling the method of an findOrCreateAWMdmDatabaseSchema. An AW is a top-level object that has associated MdmCube and MdmPrimaryDimension objects. It also has a tablespace.
| Method Summary | |
|---|---|
java.util.List |
getCubes()Gets the MdmCube objects that are associated with this AW. |
java.util.List |
getDimensions()Gets the MdmPrimaryDimension objects that are associated with this AW. |
java.lang.String |
getName()Gets the name of this AW. |
MdmDatabaseSchema |
getOwner()Gets the MdmDatabaseSchema that owns this AW. |
java.util.List |
getPersistentLanguages()Returns the list of all languages used for descriptions of MdmCube and MdmPrimaryDimension objects contained within this AW. |
java.lang.String |
getTablespace()Gets the name of the tablespace that contains this AW. |
void |
setName(java.lang.String name)Specifies a name for this AW. |
void |
setOwner(MdmDatabaseSchema owner)Specifies an owner for this AW. |
void |
setTablespace(java.lang.String name)Specifies a tablespace to contain this AW. |
| Methods inherited from class oracle.olapi.metadata.BaseMetadataObject |
|---|
getID |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public final java.lang.String getName()
AW.String that contains the name of the analytic workspace object.public final void setName(java.lang.String name)
AW.name - A String that contains a name for the analytic workspace object.public final MdmDatabaseSchema getOwner()
MdmDatabaseSchema that owns this AW.getOwner in class BaseMetadataObjectMdmDatabaseSchema that owns this AW/public final void setOwner(MdmDatabaseSchema owner)
AW. Use this method to transfer ownership of an analytic workspace from one MdmDatabaseSchema to another.owner - The MdmDatabaseSchema to be the owner of this AW.public final java.lang.String getTablespace()
AW.String that contains the name of the tablespace that contains this AW.public final void setTablespace(java.lang.String name)
AW.name - A String that contains the name of the tablespace for the AW.public final java.util.List getDimensions()
MdmPrimaryDimension objects that are associated with this AW.List of the MdmPrimaryDimension objects of this AW.public final java.util.List getCubes()
MdmCube objects that are associated with this AW.List of the MdmCube objects of this AW.public java.util.List getPersistentLanguages()
MdmCube and MdmPrimaryDimension objects contained within this AW. In addition, for contained MdmPrimaryDimension objects, the list also includes languages for AttributeMap objects contained within any DimensionMap objects owned directly or indirectly by that MdmPrimaryDimension.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||