com.ibm.broker.config.appdev.nodes

Class MappingNode

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

    Deprecated. 
     Change Activity:
     -------- ----------- -------------   ------------------------------------
     Reason:  Date:       Originator:     Comments:
     -------- ----------- -------------   ------------------------------------
     xxxxx.x  2010-08-10  dstorey         creation
     xxxxx.x  xxxx-xx-xx  generated       7.0.0.2 Release
     

    public class MappingNode
    extends Node

    MappingNode instance

    Use the Mapping node to transform the incoming message, create new output messages, and interact with information in a database by using a Graphical Data Map.

    This node cannot be used in a *.subflow messageflow. Use the MappingMSLNode.
    See Also:
    Serialized Form
    • Field Detail

      • INPUT_TERMINAL_IN

        public final InputTerminal INPUT_TERMINAL_IN
        Deprecated. 
      • OUTPUT_TERMINAL_FAILURE

        public final OutputTerminal OUTPUT_TERMINAL_FAILURE
        Deprecated. 
      • OUTPUT_TERMINAL_OUT

        public final OutputTerminal OUTPUT_TERMINAL_OUT
        Deprecated. 
    • Constructor Detail

      • MappingNode

        public MappingNode()
        Deprecated. 
    • Method Detail

      • getInputTerminals

        public InputTerminal[] getInputTerminals()
        Deprecated. 
        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()
        Deprecated. 
        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()
        Deprecated. 
        Description copied from class: Node
        Gets the node type of this node
        Specified by:
        getTypeName in class Node
        Returns:
        String; the node type
      • setDataSource

        public MappingNode setDataSource(java.lang.String value)
        Deprecated. 
        Set the MappingNode "Data source" property
        Parameters:
        value - String ; the value to set the property "Data source"
      • getDataSource

        public java.lang.String getDataSource()
        Deprecated. 
        Get the MappingNode "Data source" property
        Returns:
        String; the value of the property "Data source"
      • setConnectDatasourceBeforeFlowStarts

        public MappingNode setConnectDatasourceBeforeFlowStarts(boolean value)
        Deprecated. 
        Set the MappingNode "Connect before flow starts" property
        Parameters:
        value - boolean ; the value to set the property "Connect before flow starts"
      • getConnectDatasourceBeforeFlowStarts

        public boolean getConnectDatasourceBeforeFlowStarts()
        Deprecated. 
        Get the MappingNode "Connect before flow starts" property
        Returns:
        boolean; the value of the property "Connect before flow starts"
      • setTransaction

        public MappingNode setTransaction(MappingNode.ENUM_MAPPING_TRANSACTION value)
        Deprecated. 
        Set the MappingNode "Transaction" property
        Parameters:
        value - ENUM_MAPPING_TRANSACTION ; the value to set the property "Transaction"
      • getTransaction

        public MappingNode.ENUM_MAPPING_TRANSACTION getTransaction()
        Deprecated. 
        Get the MappingNode "Transaction" property
        Returns:
        ENUM_MAPPING_TRANSACTION; the value of the property "Transaction"
      • setMappingExpression

        public MappingNode setMappingExpression(MessageMap value)
        Deprecated. 
        Set the MappingNode "Mapping routine" property
        Parameters:
        value - MessageMap ; the value to set the property "Mapping routine"
      • getMappingExpression

        public MessageMap getMappingExpression()
        Deprecated. 
        Get the MappingNode "Mapping routine" property
        Returns:
        MessageMap; the value of the property "Mapping routine"
      • setMappingMode

        public MappingNode setMappingMode(MappingNode.ENUM_MAPPING_MAPPINGMODE value)
        Deprecated. 
        Set the MappingNode "Mapping mode" property
        Parameters:
        value - ENUM_MAPPING_MAPPINGMODE ; the value to set the property "Mapping mode"
      • getMappingMode

        public MappingNode.ENUM_MAPPING_MAPPINGMODE getMappingMode()
        Deprecated. 
        Get the MappingNode "Mapping mode" property
        Returns:
        ENUM_MAPPING_MAPPINGMODE; the value of the property "Mapping mode"
      • setTreatWarningsAsErrors

        public MappingNode setTreatWarningsAsErrors(boolean value)
        Deprecated. 
        Set the MappingNode "TreatWarningsAsErrors" property
        Parameters:
        value - boolean ; the value to set the property "TreatWarningsAsErrors"
      • getTreatWarningsAsErrors

        public boolean getTreatWarningsAsErrors()
        Deprecated. 
        Get the MappingNode "TreatWarningsAsErrors" property
        Returns:
        boolean; the value of the property "TreatWarningsAsErrors"
      • setThrowExceptionOnDatabaseError

        public MappingNode setThrowExceptionOnDatabaseError(boolean value)
        Deprecated. 
        Set the MappingNode "ThrowExceptionOnDatabaseError" property
        Parameters:
        value - boolean ; the value to set the property "ThrowExceptionOnDatabaseError"
      • getThrowExceptionOnDatabaseError

        public boolean getThrowExceptionOnDatabaseError()
        Deprecated. 
        Get the MappingNode "ThrowExceptionOnDatabaseError" property
        Returns:
        boolean; the value of the property "ThrowExceptionOnDatabaseError"
      • setValidateTiming

        public MappingNode setValidateTiming(MappingNode.ENUM_MAPPING_VALIDATETIMING value)
        Deprecated. 
        Set the MappingNode "ValidateTiming" property
        Parameters:
        value - ENUM_MAPPING_VALIDATETIMING ; the value to set the property "ValidateTiming"
      • getValidateTiming

        public MappingNode.ENUM_MAPPING_VALIDATETIMING getValidateTiming()
        Deprecated. 
        Get the MappingNode "ValidateTiming" property
        Returns:
        ENUM_MAPPING_VALIDATETIMING; the value of the property "ValidateTiming"
      • setParserMqrfh2cUseForMqrfh2Domain

        public MappingNode setParserMqrfh2cUseForMqrfh2Domain(boolean value)
        Deprecated. 
        Set the MappingNode "ParserMqrfh2cUseForMqrfh2Domain" property
        Parameters:
        value - boolean ; the value to set the property "ParserMqrfh2cUseForMqrfh2Domain"
      • getParserMqrfh2cUseForMqrfh2Domain

        public boolean getParserMqrfh2cUseForMqrfh2Domain()
        Deprecated. 
        Get the MappingNode "ParserMqrfh2cUseForMqrfh2Domain" property
        Returns:
        boolean; the value of the property "ParserMqrfh2cUseForMqrfh2Domain"
      • setParserXmlnscUseForXmlnsDomain

        public MappingNode setParserXmlnscUseForXmlnsDomain(boolean value)
        Deprecated. 
        Set the MappingNode "ParserXmlnscUseForXmlnsDomain" property
        Parameters:
        value - boolean ; the value to set the property "ParserXmlnscUseForXmlnsDomain"
      • getParserXmlnscUseForXmlnsDomain

        public boolean getParserXmlnscUseForXmlnsDomain()
        Deprecated. 
        Get the MappingNode "ParserXmlnscUseForXmlnsDomain" property
        Returns:
        boolean; the value of the property "ParserXmlnscUseForXmlnsDomain"
      • setParserXmlnscMixedContentRetainMode

        public MappingNode setParserXmlnscMixedContentRetainMode(MappingNode.ENUM_MAPPING_PARSERXMLNSCMIXEDCONTENTRETAINMODE value)
        Deprecated. 
        Set the MappingNode "ParserXmlnscMixedContentRetainMode" property
        Parameters:
        value - ENUM_MAPPING_PARSERXMLNSCMIXEDCONTENTRETAINMODE ; the value to set the property "ParserXmlnscMixedContentRetainMode"
      • getParserXmlnscMixedContentRetainMode

        public MappingNode.ENUM_MAPPING_PARSERXMLNSCMIXEDCONTENTRETAINMODE getParserXmlnscMixedContentRetainMode()
        Deprecated. 
        Get the MappingNode "ParserXmlnscMixedContentRetainMode" property
        Returns:
        ENUM_MAPPING_PARSERXMLNSCMIXEDCONTENTRETAINMODE; the value of the property "ParserXmlnscMixedContentRetainMode"
      • setParserXmlnscCommentsRetainMode

        public MappingNode setParserXmlnscCommentsRetainMode(MappingNode.ENUM_MAPPING_PARSERXMLNSCCOMMENTSRETAINMODE value)
        Deprecated. 
        Set the MappingNode "ParserXmlnscCommentsRetainMode" property
        Parameters:
        value - ENUM_MAPPING_PARSERXMLNSCCOMMENTSRETAINMODE ; the value to set the property "ParserXmlnscCommentsRetainMode"
      • getParserXmlnscCommentsRetainMode

        public MappingNode.ENUM_MAPPING_PARSERXMLNSCCOMMENTSRETAINMODE getParserXmlnscCommentsRetainMode()
        Deprecated. 
        Get the MappingNode "ParserXmlnscCommentsRetainMode" property
        Returns:
        ENUM_MAPPING_PARSERXMLNSCCOMMENTSRETAINMODE; the value of the property "ParserXmlnscCommentsRetainMode"
      • setParserXmlnscProcessingInstructionsRetainMode

        public MappingNode setParserXmlnscProcessingInstructionsRetainMode(MappingNode.ENUM_MAPPING_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE value)
        Deprecated. 
        Set the MappingNode "ParserXmlnscProcessingInstructionsRetainMode" property
        Parameters:
        value - ENUM_MAPPING_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE ; the value to set the property "ParserXmlnscProcessingInstructionsRetainMode"
      • getParserXmlnscProcessingInstructionsRetainMode

        public MappingNode.ENUM_MAPPING_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE getParserXmlnscProcessingInstructionsRetainMode()
        Deprecated. 
        Get the MappingNode "ParserXmlnscProcessingInstructionsRetainMode" property
        Returns:
        ENUM_MAPPING_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE; the value of the property "ParserXmlnscProcessingInstructionsRetainMode"
      • setValidateMaster

        public MappingNode setValidateMaster(MappingNode.ENUM_MAPPING_VALIDATEMASTER value)
        Deprecated. 
        Set the MappingNode "ValidateMaster" property
        Parameters:
        value - ENUM_MAPPING_VALIDATEMASTER ; the value to set the property "ValidateMaster"
      • getValidateMaster

        public MappingNode.ENUM_MAPPING_VALIDATEMASTER getValidateMaster()
        Deprecated. 
        Get the MappingNode "ValidateMaster" property
        Returns:
        ENUM_MAPPING_VALIDATEMASTER; the value of the property "ValidateMaster"
      • setValidateFailureAction

        public MappingNode setValidateFailureAction(MappingNode.ENUM_MAPPING_VALIDATEFAILUREACTION value)
        Deprecated. 
        Set the MappingNode "ValidateFailureAction" property
        Parameters:
        value - ENUM_MAPPING_VALIDATEFAILUREACTION ; the value to set the property "ValidateFailureAction"
      • getValidateFailureAction

        public MappingNode.ENUM_MAPPING_VALIDATEFAILUREACTION getValidateFailureAction()
        Deprecated. 
        Get the MappingNode "ValidateFailureAction" property
        Returns:
        ENUM_MAPPING_VALIDATEFAILUREACTION; the value of the property "ValidateFailureAction"
      • setValidateAllValueConstraints

        public MappingNode setValidateAllValueConstraints(boolean value)
        Deprecated. 
        Set the MappingNode "ValidateAllValueConstraints" property
        Parameters:
        value - boolean ; the value to set the property "ValidateAllValueConstraints"
      • getValidateAllValueConstraints

        public boolean getValidateAllValueConstraints()
        Deprecated. 
        Get the MappingNode "ValidateAllValueConstraints" property
        Returns:
        boolean; the value of the property "ValidateAllValueConstraints"
      • setValidateFixup

        public MappingNode setValidateFixup(MappingNode.ENUM_MAPPING_VALIDATEFIXUP value)
        Deprecated. 
        Set the MappingNode "ValidateFixup" property
        Parameters:
        value - ENUM_MAPPING_VALIDATEFIXUP ; the value to set the property "ValidateFixup"
      • getValidateFixup

        public MappingNode.ENUM_MAPPING_VALIDATEFIXUP getValidateFixup()
        Deprecated. 
        Get the MappingNode "ValidateFixup" property
        Returns:
        ENUM_MAPPING_VALIDATEFIXUP; the value of the property "ValidateFixup"
      • getNodeName

        public java.lang.String getNodeName()
        Deprecated. 
        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