Class Host


  • public class Host
    extends UC4Object
    An instance of this class represents a single HOST object.
    • Constructor Detail

      • Host

        public Host()
    • Method Detail

      • loadContent

        protected void loadContent​(com.uc4.util.XMLDocument doc,
                                   ConnectionAttributes session)
      • getSolutionName

        public java.lang.String getSolutionName()
        Returns the technical name of the RA solution.
        Returns:
        Solution name or null if this is not an RA Agent
      • getSolutionDisplayText

        public java.lang.String 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,
                                    org.w3c.dom.Element objectElement,
                                    ConnectionAttributes sessionInfo)
      • ocvValues

        public OCVPanel ocvValues()
        This method provides access to the RA values of the agent panel. If this Agent is not a RA Agent the return value is null.
        Returns:
        Values or null if this is not an RA Agent.
      • header

        public Header header()
        Returns the header data of this object. This is the information of the header tab in the dialog client.
        Returns:
        header
      • sapConnectionPanel

        public SAPAgentPanel sapConnectionPanel()
        Returns the SAP Agent Panel or 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.
        Returns:
        SAP Agent Panel or null
      • authorizations

        public Authorizations 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 returns null if it's called in a client other than 0.
        Returns:
        Authorizations object or null if the object is not in client 0.
      • attributes

        public HostAttributes attributes()
        Returns:
        Attributes of this HOST object
      • isExecutable

        public boolean isExecutable()
        Description copied from class: UC4Object
        Returns true if this Object can be executed.
        Specified by:
        isExecutable in class UC4Object
        Returns:
        true if the Object can be executed, false if not.