Package com.uc4.api.objects
Class Host
java.lang.Object
com.uc4.api.objects.UC4Object
com.uc4.api.objects.Host
An instance of this class represents a single HOST object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the authorization data of this object.Returns the display name of the RA Agent.Returns the technical name of the RA solution.header()
Returns the header data of this object.boolean
Returnstrue
if this Object can be executed.protected void
loadContent
(com.uc4.util.XMLDocument doc, ConnectionAttributes session) This method provides access to the RA values of the agent panel.Returns the SAP Agent Panel ornull
if this HOST is not an SAP host.protected void
storeContent
(com.uc4.util.XMLDocument doc, Element objectElement, ConnectionAttributes sessionInfo) Methods inherited from class com.uc4.api.objects.UC4Object
docu, getAccess, getIdnr, getModCount, getName, getObjectClient, getType, isOldVersion, load, store, validate
-
Constructor Details
-
Host
public Host()
-
-
Method Details
-
loadContent
-
getSolutionName
Returns the technical name of the RA solution.- Returns:
- Solution name or null if this is not an RA Agent
-
getSolutionDisplayText
Returns the display name of the RA Agent.- Returns:
- User friendly name of the RA Solution with lower case characters or null if this is not an RA Agent
-
storeContent
protected void storeContent(com.uc4.util.XMLDocument doc, Element objectElement, ConnectionAttributes sessionInfo) -
ocvValues
This method provides access to the RA values of the agent panel. If this Agent is not a RA Agent the return value isnull
.- Returns:
- Values or
null
if this is not an RA Agent.
-
header
Returns the header data of this object. This is the information of the header tab in the dialog client.- Returns:
- header
-
sapConnectionPanel
Returns the SAP Agent Panel ornull
if this HOST is not an SAP host. This returned object can be used to read an set SAP Connection Objects for this HOST.- Returns:
- SAP Agent Panel or null
-
authorizations
Returns the authorization data of this object. This is the information of the authorization tab in the dialog client. The authorizations can only be read and set in client 0. This method returnsnull
if it's called in a client other than 0.- Returns:
- Authorizations object or null if the object is not in client 0.
-
attributes
- Returns:
- Attributes of this HOST object
-
isExecutable
public boolean isExecutable()Description copied from class:UC4Object
Returnstrue
if this Object can be executed.- Specified by:
isExecutable
in classUC4Object
- Returns:
- true if the Object can be executed, false if not.
-