|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XDomain
A domain is a container for OLAP cubes.
| Method Summary | |
|---|---|
void |
clearCache()
Clears all cached cube result sets for this data model. |
Object |
clone()
Create a copy of this object. |
XCube |
getCube(String name)
Get the specified cube. |
Enumeration |
getCubes()
Get the cubes contained in this domain. |
String |
getDataSource()
Get the name of the data source to which this domain is associated. |
void |
parseXML(Element tag)
Read in the definition of this object from an XML tag. |
void |
setDataSource(String datasource)
Set the name of the data source to which this domain is associated. |
void |
writeXML(PrintWriter writer)
Write an XML element representation of this object. |
| Method Detail |
|---|
String getDataSource()
void setDataSource(String datasource)
datasource - the name of the associated data source.Enumeration getCubes()
XCube getCube(String name)
name - the name of the cube.
null if no cube with the
specified name exists.
void parseXML(Element tag)
throws Exception
tag - the XML Element representing this object.
Exceptionvoid clearCache()
void writeXML(PrintWriter writer)
writer - the output stream to which to write the XML data.Object clone()
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||