|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.data.DirectoryItem
com.crystaldecisions.sdk.occa.report.data.ConnectionDirectoryItem
public class ConnectionDirectoryItem
This object enables you to retrieve and set the connection.
When possible, use the IConnectionDirectoryItem
interface to
manipulate this object.
Constructor Summary | |
---|---|
ConnectionDirectoryItem()
|
|
ConnectionDirectoryItem(IConnectionDirectoryItem src)
|
Method Summary | |
---|---|
java.lang.Object |
clone(boolean deepClone)
|
void |
copyTo(java.lang.Object destObject,
boolean deepCopy)
|
java.lang.Object |
createMember(java.lang.String eleName,
org.xml.sax.Attributes attrs,
XMLSerializationContext ctxt,
java.util.Map objState,
boolean[] bLoaded)
For internal use only. |
void |
endElement(java.lang.String eleName,
java.util.Map objState)
For internal use only. |
IConnection |
getConnection()
Returns the Connection object. |
boolean |
hasContent(java.lang.Object srcConnectionDirectoryItem)
|
void |
readElement(java.lang.String eleName,
java.lang.String sVal,
org.xml.sax.Attributes attrs,
java.util.Map objState)
For internal use only. |
void |
save(XMLWriter writer,
java.lang.String sTag,
XMLSerializationContext ctxt)
For internal use only. |
void |
save(XMLWriter writer,
XMLSerializationContext ctxt)
For internal use only. |
void |
saveContents(XMLWriter writer,
XMLSerializationContext ctxt)
For internal use only. |
void |
setConnection(IConnection connection)
Sets the Connection object. |
void |
startElement(java.lang.String eleName,
java.util.Map objState,
org.xml.sax.Attributes attrs)
For internal use only. |
Methods inherited from class com.crystaldecisions.sdk.occa.report.data.DirectoryItem |
---|
getChildren, getChildrenFetched, getIsLeaf, getName, getPassword, getType, getUID, getUserName, setChildren, setChildrenFetched, setIsLeaf, setName, setPassword, setType, setUID, setUserName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.crystaldecisions.sdk.occa.report.data.IDirectoryItem |
---|
getChildren, getChildrenFetched, getIsLeaf, getName, getUID, setChildren, setChildrenFetched |
Constructor Detail |
---|
public ConnectionDirectoryItem(IConnectionDirectoryItem src)
public ConnectionDirectoryItem()
Method Detail |
---|
public java.lang.Object clone(boolean deepClone)
clone
in class DirectoryItem
public void copyTo(java.lang.Object destObject, boolean deepCopy)
copyTo
in class DirectoryItem
public java.lang.Object createMember(java.lang.String eleName, org.xml.sax.Attributes attrs, XMLSerializationContext ctxt, java.util.Map objState, boolean[] bLoaded)
For internal use only.
createMember
in class DirectoryItem
public void endElement(java.lang.String eleName, java.util.Map objState)
For internal use only.
endElement
in class DirectoryItem
public IConnection getConnection()
IConnectionDirectoryItem
Returns the Connection
object.
The Connection
object can be used to
get and set information about a data source and the
tables that it contains.
getConnection
in interface IConnectionDirectoryItem
IConnection
object.public boolean hasContent(java.lang.Object srcConnectionDirectoryItem)
hasContent
in class DirectoryItem
public void readElement(java.lang.String eleName, java.lang.String sVal, org.xml.sax.Attributes attrs, java.util.Map objState)
For internal use only.
readElement
in class DirectoryItem
public void save(XMLWriter writer, XMLSerializationContext ctxt) throws java.io.IOException
For internal use only.
save
in class DirectoryItem
java.io.IOException
public void save(XMLWriter writer, java.lang.String sTag, XMLSerializationContext ctxt) throws java.io.IOException
For internal use only.
save
in class DirectoryItem
java.io.IOException
public void saveContents(XMLWriter writer, XMLSerializationContext ctxt) throws java.io.IOException
For internal use only.
saveContents
in class DirectoryItem
java.io.IOException
public void setConnection(IConnection connection)
IConnectionDirectoryItem
Sets the Connection
object.
The Connection
object can be used to
get and set information about a data source and the
tables that it contains.
setConnection
in interface IConnectionDirectoryItem
connection
- The IConnection
object.public void startElement(java.lang.String eleName, java.util.Map objState, org.xml.sax.Attributes attrs)
For internal use only.
startElement
in class DirectoryItem
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |