com.ibm.broker.config.appdev.nodes

Class ValidateNode

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


    public class ValidateNode
    extends Node

    ValidateNode instance

    Validate node checks that the message that arrives on its input terminal is as expected

     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_FAILURE

        public final OutputTerminal OUTPUT_TERMINAL_FAILURE
      • OUTPUT_TERMINAL_MATCH

        public final OutputTerminal OUTPUT_TERMINAL_MATCH
    • Constructor Detail

      • ValidateNode

        public ValidateNode()
    • 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
      • setDomain

        public ValidateNode setDomain(java.lang.String value)
        Set the ValidateNode "Domain" property
        Parameters:
        value - String ; the value to set the property "Domain"
      • getDomain

        public java.lang.String getDomain()
        Get the ValidateNode "Domain" property
        Returns:
        String; the value of the property "Domain"
      • setCheckDomain

        public ValidateNode setCheckDomain(boolean value)
        Set the ValidateNode "Check domain" property
        Parameters:
        value - boolean ; the value to set the property "Check domain"
      • getCheckDomain

        public boolean getCheckDomain()
        Get the ValidateNode "Check domain" property
        Returns:
        boolean; the value of the property "Check domain"
      • setSet

        public ValidateNode setSet(java.lang.String value)
        Set the ValidateNode "Message model" property
        Parameters:
        value - String ; the value to set the property "Message model"
      • getSet

        public java.lang.String getSet()
        Get the ValidateNode "Message model" property
        Returns:
        String; the value of the property "Message model"
      • setCheckSet

        public ValidateNode setCheckSet(boolean value)
        Set the ValidateNode "Check Message model" property
        Parameters:
        value - boolean ; the value to set the property "Check Message model"
      • getCheckSet

        public boolean getCheckSet()
        Get the ValidateNode "Check Message model" property
        Returns:
        boolean; the value of the property "Check Message model"
      • setType

        public ValidateNode setType(java.lang.String value)
        Set the ValidateNode "Message" property
        Parameters:
        value - String ; the value to set the property "Message"
      • getType

        public java.lang.String getType()
        Get the ValidateNode "Message" property
        Returns:
        String; the value of the property "Message"
      • setCheckType

        public ValidateNode setCheckType(boolean value)
        Set the ValidateNode "Check message" property
        Parameters:
        value - boolean ; the value to set the property "Check message"
      • getCheckType

        public boolean getCheckType()
        Get the ValidateNode "Check message" property
        Returns:
        boolean; the value of the property "Check message"
      • getValidateMaster

        public ValidateNode.ENUM_VALIDATE_VALIDATEMASTER getValidateMaster()
        Get the ValidateNode "Validate" property
        Returns:
        ENUM_VALIDATE_VALIDATEMASTER; the value of the property "Validate"
      • getValidateFailureAction

        public ValidateNode.ENUM_VALIDATE_VALIDATEFAILUREACTION getValidateFailureAction()
        Get the ValidateNode "Failure Action" property
        Returns:
        ENUM_VALIDATE_VALIDATEFAILUREACTION; the value of the property "Failure Action"
      • setValidateAllValueConstraints

        public ValidateNode setValidateAllValueConstraints(boolean value)
        Set the ValidateNode "Include All Value Constraints" property
        Parameters:
        value - boolean ; the value to set the property "Include All Value Constraints"
      • getValidateAllValueConstraints

        public boolean getValidateAllValueConstraints()
        Get the ValidateNode "Include All Value Constraints" property
        Returns:
        boolean; the value of the property "Include All Value Constraints"
      • 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