com.ibm.broker.config.appdev.nodes

Class RegistryLookupNode

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


    public class RegistryLookupNode
    extends Node

    RegistryLookupNode instance

    RegistryLookup node is used to find specific documents in a service registry

     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
    • Field Detail

      • INPUT_TERMINAL_IN

        public final InputTerminal INPUT_TERMINAL_IN
      • OUTPUT_TERMINAL_NOMATCH

        public final OutputTerminal OUTPUT_TERMINAL_NOMATCH
      • OUTPUT_TERMINAL_FAILURE

        public final OutputTerminal OUTPUT_TERMINAL_FAILURE
      • OUTPUT_TERMINAL_OUT

        public final OutputTerminal OUTPUT_TERMINAL_OUT
    • Constructor Detail

      • RegistryLookupNode

        public RegistryLookupNode()
    • Method Detail

      • getUserPropertiesTable

        public RegistryLookupNode.UserPropertiesTable getUserPropertiesTable()
        Retrieve the User Properties table for the node RegistryLookupNode
        Returns:
        UserPropertiesTable instance which contains UserPropertiesTableRow rows
      • getClassificationTable

        public RegistryLookupNode.ClassificationTable getClassificationTable()
        Retrieve the Classification table for the node RegistryLookupNode
        Returns:
        ClassificationTable instance which contains ClassificationTableRow 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
      • setName

        public RegistryLookupNode setName(java.lang.String value)
        Set the RegistryLookupNode "Name" property
        Parameters:
        value - String ; the value to set the property "Name"
      • getName

        public java.lang.String getName()
        Get the RegistryLookupNode "Name" property
        Returns:
        String; the value of the property "Name"
      • setNamespace

        public RegistryLookupNode setNamespace(java.lang.String value)
        Set the RegistryLookupNode "Namespace" property
        Parameters:
        value - String ; the value to set the property "Namespace"
      • getNamespace

        public java.lang.String getNamespace()
        Get the RegistryLookupNode "Namespace" property
        Returns:
        String; the value of the property "Namespace"
      • setServiceVersion

        public RegistryLookupNode setServiceVersion(java.lang.String value)
        Set the RegistryLookupNode "Version" property
        Parameters:
        value - String ; the value to set the property "Version"
      • getServiceVersion

        public java.lang.String getServiceVersion()
        Get the RegistryLookupNode "Version" property
        Returns:
        String; the value of the property "Version"
      • setTemplate

        public RegistryLookupNode setTemplate(java.lang.String value)
        Set the RegistryLookupNode "Template" property
        Parameters:
        value - String ; the value to set the property "Template"
      • getTemplate

        public java.lang.String getTemplate()
        Get the RegistryLookupNode "Template" property
        Returns:
        String; the value of the property "Template"
      • setUserProperties

        public RegistryLookupNode setUserProperties(java.lang.String value)
        Set the RegistryLookupNode "UserProperties" property
        Parameters:
        value - String ; the value to set the property "UserProperties"
      • getUserProperties

        public java.lang.String getUserProperties()
        Get the RegistryLookupNode "UserProperties" property
        Returns:
        String; the value of the property "UserProperties"
      • setClassification

        public RegistryLookupNode setClassification(java.lang.String value)
        Set the RegistryLookupNode "Classification" property
        Parameters:
        value - String ; the value to set the property "Classification"
      • getClassification

        public java.lang.String getClassification()
        Get the RegistryLookupNode "Classification" property
        Returns:
        String; the value of the property "Classification"
      • 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