com.ibm.broker.config.appdev.nodes

Class AppConnectRESTRequestNode

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable


    public class AppConnectRESTRequestNode
    extends Node

    AppConnectRESTRequestNode instance

    Use the AppConnectRESTRequest node to interact with connectors hosted on App Connect using REST

     Change Activity:
     -------- ----------- -------------   ------------------------------------
     Reason:  Date:       Originator:     Comments:
     -------- ----------- -------------   ------------------------------------
     xxxxx.x  2010-08-10  dstorey         creation
     
    See Also:
    Serialized Form
    • Constructor Detail

      • AppConnectRESTRequestNode

        public AppConnectRESTRequestNode()
    • Method Detail

      • getParametersTable

        public AppConnectRESTRequestNode.ParametersTable getParametersTable()
        Retrieve the Parameters table for the node AppConnectRESTRequestNode
        Returns:
        ParametersTable instance which contains parameterRow rows
      • getInputTerminals

        public InputTerminal[] getInputTerminals()
        Description copied from class: Node
        Gets the full list of available InputTerminals for this Node
        Specified by:
        getInputTerminals in class Node
        Returns:
        InputTerminal[]
      • getOutputTerminals

        public OutputTerminal[] getOutputTerminals()
        Description copied from class: Node
        Gets the full list of available OutputTerminals for this Node
        Specified by:
        getOutputTerminals in class Node
        Returns:
        OutputTerminal[]
      • getTypeName

        public java.lang.String getTypeName()
        Description copied from class: Node
        Gets the node type of this node
        Specified by:
        getTypeName in class Node
        Returns:
        String; the node type
      • setDefinitionType

        public AppConnectRESTRequestNode setDefinitionType(java.lang.String value)
        Set the AppConnectRESTRequestNode "Definitions language" property
        Parameters:
        value - String ; the value to set the property "Definitions language"
      • getDefinitionType

        public java.lang.String getDefinitionType()
        Get the AppConnectRESTRequestNode "Definitions language" property
        Returns:
        String; the value of the property "Definitions language"
      • setDefinitionFile

        public AppConnectRESTRequestNode setDefinitionFile(java.lang.String value)
        Set the AppConnectRESTRequestNode "Definitions file" property
        Parameters:
        value - String ; the value to set the property "Definitions file"
      • getDefinitionFile

        public java.lang.String getDefinitionFile()
        Get the AppConnectRESTRequestNode "Definitions file" property
        Returns:
        String; the value of the property "Definitions file"
      • setOperationName

        public AppConnectRESTRequestNode setOperationName(java.lang.String value)
        Set the AppConnectRESTRequestNode "Operation" property
        Parameters:
        value - String ; the value to set the property "Operation"
      • getOperationName

        public java.lang.String getOperationName()
        Get the AppConnectRESTRequestNode "Operation" property
        Returns:
        String; the value of the property "Operation"
      • setSecurityIdentity

        public AppConnectRESTRequestNode setSecurityIdentity(java.lang.String value)
        Set the AppConnectRESTRequestNode "Security identity" property
        Parameters:
        value - String ; the value to set the property "Security identity"
      • getSecurityIdentity

        public java.lang.String getSecurityIdentity()
        Get the AppConnectRESTRequestNode "Security identity" property
        Returns:
        String; the value of the property "Security identity"
      • setTimeoutForServer

        public AppConnectRESTRequestNode setTimeoutForServer(int value)
        Set the AppConnectRESTRequestNode "Request timeout (sec)" property
        Parameters:
        value - int ; the value to set the property "Request timeout (sec)"
      • getTimeoutForServer

        public int getTimeoutForServer()
        Get the AppConnectRESTRequestNode Request timeout (sec) property
        Returns:
        int; the value of the property "Request timeout (sec)"
      • setBaseURL

        public AppConnectRESTRequestNode setBaseURL(java.lang.String value)
        Set the AppConnectRESTRequestNode "Base URL override" property
        Parameters:
        value - String ; the value to set the property "Base URL override"
      • getBaseURL

        public java.lang.String getBaseURL()
        Get the AppConnectRESTRequestNode "Base URL override" property
        Returns:
        String; the value of the property "Base URL override"
      • setContentType

        public AppConnectRESTRequestNode setContentType(java.lang.String value)
        Set the AppConnectRESTRequestNode "Content-Type" property
        Parameters:
        value - String ; the value to set the property "Content-Type"
      • getContentType

        public java.lang.String getContentType()
        Get the AppConnectRESTRequestNode "Content-Type" property
        Returns:
        String; the value of the property "Content-Type"
      • setDataLocation

        public AppConnectRESTRequestNode setDataLocation(java.lang.String value)
        Set the AppConnectRESTRequestNode "Input body location" property
        Parameters:
        value - String ; the value to set the property "Input body location"
      • getDataLocation

        public java.lang.String getDataLocation()
        Get the AppConnectRESTRequestNode "Input body location" property
        Returns:
        String; the value of the property "Input body location"
      • getNodeName

        public java.lang.String getNodeName()
        Description copied from class: Node
        Gets the label name of this node
          MessageFlow mf1 = patternInstanceManager.getMessageFlow("MyFlowProject", "mf1.msgflow");
          Node inputMQNode = mf1.getNodeByName("My Input Node");
          inputMQNode.setNodeName("Renamed Input Node");
         
        Overrides:
        getNodeName in class Node
        Returns:
        String; the node name