public class Host extends UC4Object
| Constructor and Description |
|---|
Host() |
| Modifier and Type | Method and Description |
|---|---|
HostAttributes |
attributes() |
Authorizations |
authorizations()
Returns the authorization data of this object.
|
java.lang.String |
getSolutionDisplayText()
Returns the display name of the RA Agent.
|
java.lang.String |
getSolutionName()
Returns the technical name of the RA solution.
|
Header |
header()
Returns the header data of this object.
|
boolean |
isExecutable()
Returns
true if this Object can be executed. |
protected void |
loadContent(com.uc4.util.XMLDocument doc,
ConnectionAttributes session) |
OCVPanel |
ocvValues()
This method provides access to the RA values of the agent panel.
|
SAPAgentPanel |
sapConnectionPanel()
Returns the SAP Agent Panel or
null if this HOST
is not an SAP host. |
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 java.lang.String getSolutionName()
public java.lang.String getSolutionDisplayText()
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 OCVPanel ocvValues()
null.null if this is not an RA Agent.public Header header()
public SAPAgentPanel sapConnectionPanel()
null if this HOST
is not an SAP host.
This returned object can be used to read an set SAP Connection Objects for this HOST.public Authorizations authorizations()
null if it's called in a client other than 0.public HostAttributes attributes()
public boolean isExecutable()
UC4Objecttrue if this Object can be executed.isExecutable in class UC4Object