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 construct one or more messages and populate them with new information, with modified information from the input message, or with information taken from a database
This node cannot be used in a *.subflow messageflow. Use theMappingMSLNode
.Modifier and Type | Class and Description |
---|---|
static class |
MappingNode.ENUM_MAPPING_MAPPINGMODE
Deprecated.
ENUM_MAPPING_MAPPINGMODE
|
static class |
MappingNode.ENUM_MAPPING_PARSERXMLNSCCOMMENTSRETAINMODE
Deprecated.
ENUM_MAPPING_PARSERXMLNSCCOMMENTSRETAINMODE
|
static class |
MappingNode.ENUM_MAPPING_PARSERXMLNSCMIXEDCONTENTRETAINMODE
Deprecated.
ENUM_MAPPING_PARSERXMLNSCMIXEDCONTENTRETAINMODE
|
static class |
MappingNode.ENUM_MAPPING_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE
Deprecated.
ENUM_MAPPING_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE
|
static class |
MappingNode.ENUM_MAPPING_TRANSACTION
Deprecated.
ENUM_MAPPING_TRANSACTION
|
static class |
MappingNode.ENUM_MAPPING_VALIDATEFAILUREACTION
Deprecated.
ENUM_MAPPING_VALIDATEFAILUREACTION
|
static class |
MappingNode.ENUM_MAPPING_VALIDATEFIXUP
Deprecated.
ENUM_MAPPING_VALIDATEFIXUP
|
static class |
MappingNode.ENUM_MAPPING_VALIDATEMASTER
Deprecated.
ENUM_MAPPING_VALIDATEMASTER
|
static class |
MappingNode.ENUM_MAPPING_VALIDATETIMING
Deprecated.
ENUM_MAPPING_VALIDATETIMING
|
Node.RotationKind
Modifier and Type | Field and Description |
---|---|
InputTerminal |
INPUT_TERMINAL_IN
Deprecated.
|
OutputTerminal |
OUTPUT_TERMINAL_FAILURE
Deprecated.
|
OutputTerminal |
OUTPUT_TERMINAL_OUT
Deprecated.
|
Constructor and Description |
---|
MappingNode()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getConnectDatasourceBeforeFlowStarts()
Deprecated.
Get the MappingNode "Connect before flow starts" property
|
java.lang.String |
getDataSource()
Deprecated.
Get the MappingNode "Data source" property
|
InputTerminal[] |
getInputTerminals()
Deprecated.
Gets the full list of available InputTerminals for this Node
|
MessageMap |
getMappingExpression()
Deprecated.
Get the MappingNode "Mapping routine" property
|
MappingNode.ENUM_MAPPING_MAPPINGMODE |
getMappingMode()
Deprecated.
Get the MappingNode "Mapping mode" property
|
java.lang.String |
getNodeName()
Deprecated.
Gets the label name of this node
|
OutputTerminal[] |
getOutputTerminals()
Deprecated.
Gets the full list of available OutputTerminals for this Node
|
boolean |
getParserMqrfh2cUseForMqrfh2Domain()
Deprecated.
Get the MappingNode "ParserMqrfh2cUseForMqrfh2Domain" property
|
MappingNode.ENUM_MAPPING_PARSERXMLNSCCOMMENTSRETAINMODE |
getParserXmlnscCommentsRetainMode()
Deprecated.
Get the MappingNode "ParserXmlnscCommentsRetainMode" property
|
MappingNode.ENUM_MAPPING_PARSERXMLNSCMIXEDCONTENTRETAINMODE |
getParserXmlnscMixedContentRetainMode()
Deprecated.
Get the MappingNode "ParserXmlnscMixedContentRetainMode" property
|
MappingNode.ENUM_MAPPING_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE |
getParserXmlnscProcessingInstructionsRetainMode()
Deprecated.
Get the MappingNode "ParserXmlnscProcessingInstructionsRetainMode" property
|
boolean |
getParserXmlnscUseForXmlnsDomain()
Deprecated.
Get the MappingNode "ParserXmlnscUseForXmlnsDomain" property
|
boolean |
getThrowExceptionOnDatabaseError()
Deprecated.
Get the MappingNode "ThrowExceptionOnDatabaseError" property
|
MappingNode.ENUM_MAPPING_TRANSACTION |
getTransaction()
Deprecated.
Get the MappingNode "Transaction" property
|
boolean |
getTreatWarningsAsErrors()
Deprecated.
Get the MappingNode "TreatWarningsAsErrors" property
|
java.lang.String |
getTypeName()
Deprecated.
Gets the node type of this node
|
boolean |
getValidateAllValueConstraints()
Deprecated.
Get the MappingNode "ValidateAllValueConstraints" property
|
MappingNode.ENUM_MAPPING_VALIDATEFAILUREACTION |
getValidateFailureAction()
Deprecated.
Get the MappingNode "ValidateFailureAction" property
|
MappingNode.ENUM_MAPPING_VALIDATEFIXUP |
getValidateFixup()
Deprecated.
Get the MappingNode "ValidateFixup" property
|
MappingNode.ENUM_MAPPING_VALIDATEMASTER |
getValidateMaster()
Deprecated.
Get the MappingNode "ValidateMaster" property
|
MappingNode.ENUM_MAPPING_VALIDATETIMING |
getValidateTiming()
Deprecated.
Get the MappingNode "ValidateTiming" property
|
MappingNode |
setConnectDatasourceBeforeFlowStarts(boolean value)
Deprecated.
Set the MappingNode "Connect before flow starts" property
|
MappingNode |
setDataSource(java.lang.String value)
Deprecated.
Set the MappingNode "Data source" property
|
MappingNode |
setMappingExpression(MessageMap value)
Deprecated.
|
MappingNode |
setMappingMode(MappingNode.ENUM_MAPPING_MAPPINGMODE value)
Deprecated.
Set the MappingNode "Mapping mode" property
|
MappingNode |
setParserMqrfh2cUseForMqrfh2Domain(boolean value)
Deprecated.
Set the MappingNode "ParserMqrfh2cUseForMqrfh2Domain" property
|
MappingNode |
setParserXmlnscCommentsRetainMode(MappingNode.ENUM_MAPPING_PARSERXMLNSCCOMMENTSRETAINMODE value)
Deprecated.
Set the MappingNode "ParserXmlnscCommentsRetainMode" property
|
MappingNode |
setParserXmlnscMixedContentRetainMode(MappingNode.ENUM_MAPPING_PARSERXMLNSCMIXEDCONTENTRETAINMODE value)
Deprecated.
Set the MappingNode "ParserXmlnscMixedContentRetainMode" property
|
MappingNode |
setParserXmlnscProcessingInstructionsRetainMode(MappingNode.ENUM_MAPPING_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE value)
Deprecated.
Set the MappingNode "ParserXmlnscProcessingInstructionsRetainMode" property
|
MappingNode |
setParserXmlnscUseForXmlnsDomain(boolean value)
Deprecated.
Set the MappingNode "ParserXmlnscUseForXmlnsDomain" property
|
MappingNode |
setThrowExceptionOnDatabaseError(boolean value)
Deprecated.
Set the MappingNode "ThrowExceptionOnDatabaseError" property
|
MappingNode |
setTransaction(MappingNode.ENUM_MAPPING_TRANSACTION value)
Deprecated.
Set the MappingNode "Transaction" property
|
MappingNode |
setTreatWarningsAsErrors(boolean value)
Deprecated.
Set the MappingNode "TreatWarningsAsErrors" property
|
MappingNode |
setValidateAllValueConstraints(boolean value)
Deprecated.
Set the MappingNode "ValidateAllValueConstraints" property
|
MappingNode |
setValidateFailureAction(MappingNode.ENUM_MAPPING_VALIDATEFAILUREACTION value)
Deprecated.
Set the MappingNode "ValidateFailureAction" property
|
MappingNode |
setValidateFixup(MappingNode.ENUM_MAPPING_VALIDATEFIXUP value)
Deprecated.
Set the MappingNode "ValidateFixup" property
|
MappingNode |
setValidateMaster(MappingNode.ENUM_MAPPING_VALIDATEMASTER value)
Deprecated.
Set the MappingNode "ValidateMaster" property
|
MappingNode |
setValidateTiming(MappingNode.ENUM_MAPPING_VALIDATETIMING value)
Deprecated.
Set the MappingNode "ValidateTiming" property
|
addNsmapping, clone, findPropertyByName, getInputTerminal, getInputTerminal, getInstanceNodeProperties, getLocation, getLongDescription, getMandatoryPropertyNames, getNodePropertyTables, getNsmappingtables, getOutputTerminal, getOutputTerminal, getPropertyDefaultValue, getPropertyNames, getPropertyValue, getRotate, getShortDescription, isUdpSupport, removeNsmapping, setLocation, setLocation, setLongDescription, setNodeName, setNsmappingtables, setProperty, setRotate, setShortDescription, toString
public final InputTerminal INPUT_TERMINAL_IN
public final OutputTerminal OUTPUT_TERMINAL_FAILURE
public final OutputTerminal OUTPUT_TERMINAL_OUT
public InputTerminal[] getInputTerminals()
Node
getInputTerminals
in class Node
public OutputTerminal[] getOutputTerminals()
Node
getOutputTerminals
in class Node
public java.lang.String getTypeName()
Node
getTypeName
in class Node
public MappingNode setDataSource(java.lang.String value)
String
- value; the value to set the property "Data source"public java.lang.String getDataSource()
public MappingNode setConnectDatasourceBeforeFlowStarts(boolean value)
boolean
- value; the value to set the property "Connect before flow starts"public boolean getConnectDatasourceBeforeFlowStarts()
public MappingNode setTransaction(MappingNode.ENUM_MAPPING_TRANSACTION value)
ENUM_MAPPING_TRANSACTION
- value; the value to set the property "Transaction"public MappingNode.ENUM_MAPPING_TRANSACTION getTransaction()
public MappingNode setMappingExpression(MessageMap value)
public MessageMap getMappingExpression()
public MappingNode setMappingMode(MappingNode.ENUM_MAPPING_MAPPINGMODE value)
ENUM_MAPPING_MAPPINGMODE
- value; the value to set the property "Mapping mode"public MappingNode.ENUM_MAPPING_MAPPINGMODE getMappingMode()
public MappingNode setTreatWarningsAsErrors(boolean value)
boolean
- value; the value to set the property "TreatWarningsAsErrors"public boolean getTreatWarningsAsErrors()
public MappingNode setThrowExceptionOnDatabaseError(boolean value)
boolean
- value; the value to set the property "ThrowExceptionOnDatabaseError"public boolean getThrowExceptionOnDatabaseError()
public MappingNode setValidateTiming(MappingNode.ENUM_MAPPING_VALIDATETIMING value)
ENUM_MAPPING_VALIDATETIMING
- value; the value to set the property "ValidateTiming"public MappingNode.ENUM_MAPPING_VALIDATETIMING getValidateTiming()
public MappingNode setParserMqrfh2cUseForMqrfh2Domain(boolean value)
boolean
- value; the value to set the property "ParserMqrfh2cUseForMqrfh2Domain"public boolean getParserMqrfh2cUseForMqrfh2Domain()
public MappingNode setParserXmlnscUseForXmlnsDomain(boolean value)
boolean
- value; the value to set the property "ParserXmlnscUseForXmlnsDomain"public boolean getParserXmlnscUseForXmlnsDomain()
public MappingNode setParserXmlnscMixedContentRetainMode(MappingNode.ENUM_MAPPING_PARSERXMLNSCMIXEDCONTENTRETAINMODE value)
ENUM_MAPPING_PARSERXMLNSCMIXEDCONTENTRETAINMODE
- value; the value to set the property "ParserXmlnscMixedContentRetainMode"public MappingNode.ENUM_MAPPING_PARSERXMLNSCMIXEDCONTENTRETAINMODE getParserXmlnscMixedContentRetainMode()
public MappingNode setParserXmlnscCommentsRetainMode(MappingNode.ENUM_MAPPING_PARSERXMLNSCCOMMENTSRETAINMODE value)
ENUM_MAPPING_PARSERXMLNSCCOMMENTSRETAINMODE
- value; the value to set the property "ParserXmlnscCommentsRetainMode"public MappingNode.ENUM_MAPPING_PARSERXMLNSCCOMMENTSRETAINMODE getParserXmlnscCommentsRetainMode()
public MappingNode setParserXmlnscProcessingInstructionsRetainMode(MappingNode.ENUM_MAPPING_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE value)
ENUM_MAPPING_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE
- value; the value to set the property "ParserXmlnscProcessingInstructionsRetainMode"public MappingNode.ENUM_MAPPING_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE getParserXmlnscProcessingInstructionsRetainMode()
public MappingNode setValidateMaster(MappingNode.ENUM_MAPPING_VALIDATEMASTER value)
ENUM_MAPPING_VALIDATEMASTER
- value; the value to set the property "ValidateMaster"public MappingNode.ENUM_MAPPING_VALIDATEMASTER getValidateMaster()
public MappingNode setValidateFailureAction(MappingNode.ENUM_MAPPING_VALIDATEFAILUREACTION value)
ENUM_MAPPING_VALIDATEFAILUREACTION
- value; the value to set the property "ValidateFailureAction"public MappingNode.ENUM_MAPPING_VALIDATEFAILUREACTION getValidateFailureAction()
public MappingNode setValidateAllValueConstraints(boolean value)
boolean
- value; the value to set the property "ValidateAllValueConstraints"public boolean getValidateAllValueConstraints()
public MappingNode setValidateFixup(MappingNode.ENUM_MAPPING_VALIDATEFIXUP value)
ENUM_MAPPING_VALIDATEFIXUP
- value; the value to set the property "ValidateFixup"public MappingNode.ENUM_MAPPING_VALIDATEFIXUP getValidateFixup()
public java.lang.String getNodeName()
Node
MessageFlow mf1 = patternInstanceManager.getMessageFlow("MyFlowProject", "mf1.msgflow"); Node inputMQNode = mf1.getNodeByName("My Input Node"); inputMQNode.setNodeName("Renamed Input Node");
getNodeName
in class Node