|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.uql.XDataSource
inetsoft.uql.xmla.XMLADataSource
public class XMLADataSource
XMLA data source records URL and catalog information.
| Field Summary |
|---|
| Fields inherited from class inetsoft.uql.XDataSource |
|---|
CORBA, DOMAIN_DB2, DOMAIN_NONE, DOMAIN_ORACLE, DOMAIN_SQL, DOMAIN_SQLSERVER, EJB, JDBC, OBJECT, SAP, SOAP, TEXT, XML, XMLA |
| Constructor Summary | |
|---|---|
XMLADataSource()
Create an XMLA data source. |
|
| Method Summary | |
|---|---|
String |
getCatalogName()
Get the data source catalog name. |
String |
getDataSource()
Get the name of the data source to which this domain is associated. |
String |
getDatasourceInfo()
Get the data source info. |
String |
getDatasourceName()
Get the data source server side name. |
UserVariable[] |
getParameters()
Get the data source connection parameters. |
String |
getPassword()
Get the used user password. |
String |
getURL()
Get the data source url. |
String |
getUser()
Get the used user id. |
boolean |
isRequireLogin()
Check if this data soure requires user login. |
void |
parseXML(Element root)
Parse the XML element that contains information on this data source. |
void |
setCatalogName(String catalogName)
Set the data source catalog name. |
void |
setDataSource(String datasource)
Set the name of the data source to which this domain is associated. |
void |
setDatasourceInfo(String datasourceInfo)
Set the data source info. |
void |
setDatasourceName(String datasourceName)
Set the data source server side name. |
void |
setPassword(String password)
Set the user password. |
void |
setRequireLogin(boolean login)
Set whether this data source requires user login during connection. |
void |
setURL(String url)
Set the data source url. |
void |
setUser(String user)
Set the user id. |
void |
writeXML(PrintWriter writer)
Generate the XML segment to represent this data source. |
| Methods inherited from class inetsoft.uql.XDataSource |
|---|
addFolder, clone, equals, getDescription, getDomainType, getFolders, getFullName, getName, getRuntimeValue, getType, hashCode, isMVEnabled, removeFolder, removeFolders, setDescription, setName, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XMLADataSource()
| Method Detail |
|---|
public UserVariable[] getParameters()
getParameters in class XDataSourcepublic String getDataSource()
public void setDataSource(String datasource)
datasource - the name of the associated data source.public String getDatasourceName()
public void setDatasourceName(String datasourceName)
public String getDatasourceInfo()
public void setDatasourceInfo(String datasourceInfo)
public String getCatalogName()
public void setCatalogName(String catalogName)
public String getURL()
public void setURL(String url)
public void setRequireLogin(boolean login)
public boolean isRequireLogin()
public void setUser(String user)
public String getUser()
public void setPassword(String password)
public String getPassword()
public void writeXML(PrintWriter writer)
writeXML in interface inetsoft.util.XMLSerializablewriteXML in class XDataSource
public void parseXML(Element root)
throws Exception
parseXML in interface inetsoft.util.XMLSerializableparseXML in class XDataSourceException
|
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 | ||||||||