public class SAPConnection extends UC4Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SAPConnection.ConnectionTyp
Type of the connection object.
|
| Constructor and Description |
|---|
SAPConnection() |
| Modifier and Type | Method and Description |
|---|---|
SAPConnection.ConnectionTyp |
getConnectionType() |
Header |
header()
Returns the header data of this object.
|
SAPConnectionHTTP |
http()
This method provides access to the HTTP settings of this connection object.
|
boolean |
isExecutable()
Returns
true if this Object can be executed. |
protected void |
loadContent(com.uc4.util.XMLDocument doc,
ConnectionAttributes session) |
SAPConnectionRFC |
rfc()
This method provides access to the RFC settings of this connection object.
|
void |
setConnectionType(SAPConnection.ConnectionTyp connectionType)
Sets the type of the SAP connection.
|
protected void |
storeContent(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element objectElement,
ConnectionAttributes sessionInfo)
Stores the object specific data under the
objectElement element. |
protected void loadContent(com.uc4.util.XMLDocument doc,
ConnectionAttributes session)
public SAPConnection.ConnectionTyp getConnectionType()
public void setConnectionType(SAPConnection.ConnectionTyp connectionType)
connectionType - Connection typepublic Header header()
public SAPConnectionRFC rfc()
public SAPConnectionHTTP http()
protected void storeContent(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element objectElement,
ConnectionAttributes sessionInfo)
UC4ObjectobjectElement element.doc - XML Document, used to create subelementsobjectElement - the newly created elements are children of the objectElement elementsessionInfo - Information about the current sessionpublic boolean isExecutable()
UC4Objecttrue if this Object can be executed.isExecutable in class UC4Object