Class ExecuteObjects


  • public class ExecuteObjects
    extends XMLRequest
    Executes list of UC4Objects and returns the corresponding response list
    • Constructor Detail

      • ExecuteObjects

        public ExecuteObjects​(java.util.List<UC4ObjectName> uC4ObjectNames)
        Constructs a ExecuteObjects using the specified object name list. The method Connection#sendRequest has to be used if this object needs interactive input (Form). In this case Connection#sendRequestAndWait would block infinitely.
        Parameters:
        uC4ObjectNames - list of the UC4 object that need to be executed.
    • Method Detail

      • getSrc

        protected java.lang.String getSrc()
        Description copied from class: XMLRequest
        Returns the request source. This method is used internally.
        Specified by:
        getSrc in class XMLRequest
        Returns:
        Source
      • createRequest

        protected void createRequest​(com.uc4.util.XMLDocument doc,
                                     org.w3c.dom.Element request,
                                     ConnectionAttributes sessionInfo)
        Description copied from class: XMLRequest
        Creates the XML Document for the request. This method is used internally.
        Specified by:
        createRequest in class XMLRequest
        Parameters:
        doc - Document, used to create new Elements
        request - Request Element - classes append information to this request element
        sessionInfo - Information about the session
      • handleContent

        protected void handleContent​(com.uc4.util.XMLDocument doc,
                                     ConnectionAttributes session)
        Description copied from class: XMLRequest
        Sub classes extract the values from the XML document and provide public getter methods.
        Overrides:
        handleContent in class XMLRequest
        Parameters:
        doc - XML Document
        session - Info about the user session
      • responseCount

        public int responseCount()
        Returns the number of responses
        Returns:
        Integer containing the number of responses