com.ibm.broker.config.appdev.nodes

Class DecisionServiceNode

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


    public class DecisionServiceNode
    extends Node

    DecisionServiceNode instance

    Allows App Connect Enterprise to execute a collection of business rules that act on a message.

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

      • DecisionServiceNode

        public DecisionServiceNode()
    • Method Detail

      • getParameterTable

        public DecisionServiceNode.ParameterTable getParameterTable()
        Retrieve the table for the node DecisionServiceNode
        Returns:
        ParameterTable instance which contains ParameterTableRow 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
      • setDecisionService

        public DecisionServiceNode setDecisionService(java.lang.String value)
        Set the DecisionServiceNode "Decision Service Name" property
        Parameters:
        value - String ; the value to set the property "Decision Service Name"
      • getDecisionService

        public java.lang.String getDecisionService()
        Get the DecisionServiceNode "Decision Service Name" property
        Returns:
        String; the value of the property "Decision Service Name"
      • setRuleSet

        public DecisionServiceNode setRuleSet(java.lang.String value)
        Set the DecisionServiceNode "Ruleset" property
        Parameters:
        value - String ; the value to set the property "Ruleset"
      • getRuleSet

        public java.lang.String getRuleSet()
        Get the DecisionServiceNode "Ruleset" property
        Returns:
        String; the value of the property "Ruleset"
      • setRestrictedTo

        public DecisionServiceNode setRestrictedTo(java.lang.String value)
        Set the DecisionServiceNode "RestrictedTo" property
        Parameters:
        value - String ; the value to set the property "RestrictedTo"
      • getRestrictedTo

        public java.lang.String getRestrictedTo()
        Get the DecisionServiceNode "RestrictedTo" property
        Returns:
        String; the value of the property "RestrictedTo"
      • setUseDecisionServiceRepository

        public DecisionServiceNode setUseDecisionServiceRepository(boolean value)
        Set the DecisionServiceNode "Use DecisionServiceRepository configurable service" property
        Parameters:
        value - boolean ; the value to set the property "Use DecisionServiceRepository configurable service"
      • getUseDecisionServiceRepository

        public boolean getUseDecisionServiceRepository()
        Get the DecisionServiceNode "Use DecisionServiceRepository configurable service" property
        Returns:
        boolean; the value of the property "Use DecisionServiceRepository configurable service"
      • 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