com.ibm.broker.config.appdev.nodes

Class PeopleSoftRequestNode

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


    public class PeopleSoftRequestNode
    extends Node

    PeopleSoftRequestNode instance

    A node used to implement the PeopleSoft adapter in outbound mode

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

      • PeopleSoftRequestNode

        public PeopleSoftRequestNode()
    • Method Detail

      • 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
      • setAdapterComponent

        public PeopleSoftRequestNode setAdapterComponent(java.lang.String value)
        Set the PeopleSoftRequestNode "Primary adapter component" property
        Parameters:
        value - String ; the value to set the property "Primary adapter component"
      • getAdapterComponent

        public java.lang.String getAdapterComponent()
        Get the PeopleSoftRequestNode "Primary adapter component" property
        Returns:
        String; the value of the property "Primary adapter component"
      • setDefaultMethod

        public PeopleSoftRequestNode setDefaultMethod(java.lang.String value)
        Set the PeopleSoftRequestNode "Default method" property
        Parameters:
        value - String ; the value to set the property "Default method"
      • getDefaultMethod

        public java.lang.String getDefaultMethod()
        Get the PeopleSoftRequestNode "Default method" property
        Returns:
        String; the value of the property "Default method"
      • setMessageDomainProperty

        public PeopleSoftRequestNode setMessageDomainProperty(java.lang.String value)
        Set the PeopleSoftRequestNode "Message domain" property
        Parameters:
        value - String ; the value to set the property "Message domain"
      • getMessageDomainProperty

        public java.lang.String getMessageDomainProperty()
        Get the PeopleSoftRequestNode "Message domain" property
        Returns:
        String; the value of the property "Message domain"
      • setMessageSetProperty

        public PeopleSoftRequestNode setMessageSetProperty(java.lang.String value)
        Set the PeopleSoftRequestNode "Message model" property
        Parameters:
        value - String ; the value to set the property "Message model"
      • getMessageSetProperty

        public java.lang.String getMessageSetProperty()
        Get the PeopleSoftRequestNode "Message model" property
        Returns:
        String; the value of the property "Message model"
      • setMessageTypeProperty

        public PeopleSoftRequestNode setMessageTypeProperty(java.lang.String value)
        Set the PeopleSoftRequestNode "Message" property
        Parameters:
        value - String ; the value to set the property "Message"
      • getMessageTypeProperty

        public java.lang.String getMessageTypeProperty()
        Get the PeopleSoftRequestNode "Message" property
        Returns:
        String; the value of the property "Message"
      • setMessageFormatProperty

        public PeopleSoftRequestNode setMessageFormatProperty(java.lang.String value)
        Set the PeopleSoftRequestNode "Physical format" property
        Parameters:
        value - String ; the value to set the property "Physical format"
      • getMessageFormatProperty

        public java.lang.String getMessageFormatProperty()
        Get the PeopleSoftRequestNode "Physical format" property
        Returns:
        String; the value of the property "Physical format"
      • setMethodLocation

        public PeopleSoftRequestNode setMethodLocation(java.lang.String value)
        Set the PeopleSoftRequestNode "Method location" property
        Parameters:
        value - String ; the value to set the property "Method location"
      • getMethodLocation

        public java.lang.String getMethodLocation()
        Get the PeopleSoftRequestNode "Method location" property
        Returns:
        String; the value of the property "Method location"
      • setDataLocation

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

        public java.lang.String getDataLocation()
        Get the PeopleSoftRequestNode "Data location" property
        Returns:
        String; the value of the property "Data location"
      • setOutputDataLocation

        public PeopleSoftRequestNode setOutputDataLocation(java.lang.String value)
        Set the PeopleSoftRequestNode "Output data location" property
        Parameters:
        value - String ; the value to set the property "Output data location"
      • getOutputDataLocation

        public java.lang.String getOutputDataLocation()
        Get the PeopleSoftRequestNode "Output data location" property
        Returns:
        String; the value of the property "Output data location"
      • setCopyLocalEnvironment

        public PeopleSoftRequestNode setCopyLocalEnvironment(boolean value)
        Set the PeopleSoftRequestNode "Copy local environment" property
        Parameters:
        value - boolean ; the value to set the property "Copy local environment"
      • getCopyLocalEnvironment

        public boolean getCopyLocalEnvironment()
        Get the PeopleSoftRequestNode "Copy local environment" property
        Returns:
        boolean; the value of the property "Copy local environment"
      • 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