|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CubeInterface
Represents the metadata in a multidimensional cube. In addition to the basic information about the cube itself, the parent and child interfaces can also be retrieved directly from the CubeInterface. The getSchema() method returns the SchemaInterface which parents this cube, and the dimensions and measures can be retrieved with getDimensions() and getMeasures() respectively. The cube may also be bound to an instance of the MetadataInterface, which is accessible from the getMetadata() method.
MetadataInterface
,
SchemaInterface
,
DimensionInterface
,
MeasureInterface
Method Summary | |
---|---|
DimensionInterface[] |
getDimensions()
Returns the dimensions associated with this cube. |
Filter |
getFilter()
Returns a copy of the Filter object that was used to obtain this CubeInterface. |
MeasureInterface[] |
getMeasures()
Returns the measures associated with this cube. |
java.lang.String |
getNormalizedName()
Get the Normalized name for the cube. |
SchemaInterface |
getSchema()
Returns the name of the schema to which the cube belongs. |
java.lang.String |
getType()
Return the cube's type |
boolean |
isDrillThroughEnabled()
Check if the drillthrough is enabled for this cube. |
Methods inherited from interface com.sas.storage.olap.MetadataEntityInterface |
---|
getCreationDateTime, getDescription, getLabel, getMetadata, getName, getUniqueName, getUpdateDateTime |
Method Detail |
---|
java.lang.String getNormalizedName() throws OLAPException
OLAPException
java.lang.String getType() throws OLAPException
OLAPException
- if a database error occursboolean isDrillThroughEnabled() throws OLAPException
OLAPException
SchemaInterface getSchema() throws OLAPException
OLAPException
- if a database error occursDimensionInterface[] getDimensions() throws OLAPException
OLAPException
- if a database error occursMeasureInterface[] getMeasures() throws OLAPException
OLAPException
- if a database error occursFilter getFilter() throws OLAPException
OLAPException
- if a database error occurs
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |