public class MappingMSLNode extends Node
MappingMSLNode 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
Change Activity: -------- ----------- ------------- ------------------------------------ Reason: Date: Originator: Comments: -------- ----------- ------------- ------------------------------------ xxxxx.x 2010-08-10 dstorey creation xxxxx.x xxxx-xx-xx generated 7.0.0.2 Release
Modifier and Type | Class and Description |
---|---|
static class |
MappingMSLNode.ENUM_MAPPINGMSL_TRANSACTION
ENUM_MAPPINGMSL_TRANSACTION
|
static class |
MappingMSLNode.ENUM_MAPPINGMSL_VALIDATEFAILUREACTION
ENUM_MAPPINGMSL_VALIDATEFAILUREACTION
|
static class |
MappingMSLNode.ENUM_MAPPINGMSL_VALIDATEMASTER
ENUM_MAPPINGMSL_VALIDATEMASTER
|
Node.RotationKind
Modifier and Type | Field and Description |
---|---|
InputTerminal |
INPUT_TERMINAL_IN |
OutputTerminal |
OUTPUT_TERMINAL_FAILURE |
OutputTerminal |
OUTPUT_TERMINAL_OUT |
Constructor and Description |
---|
MappingMSLNode() |
Modifier and Type | Method and Description |
---|---|
InputTerminal[] |
getInputTerminals()
Gets the full list of available InputTerminals for this Node
|
MessageMSLMap |
getMappingExpression()
Get the MappingMSLNode "Mapping routine" property
|
java.lang.String |
getNodeName()
Gets the label name of this node
|
OutputTerminal[] |
getOutputTerminals()
Gets the full list of available OutputTerminals for this Node
|
MappingMSLNode.ENUM_MAPPINGMSL_TRANSACTION |
getTransaction()
Get the MappingMSLNode "Transaction" property
|
java.lang.String |
getTypeName()
Gets the node type of this node
|
MappingMSLNode.ENUM_MAPPINGMSL_VALIDATEFAILUREACTION |
getValidateFailureAction()
Get the MappingMSLNode "Failure action" property
|
MappingMSLNode.ENUM_MAPPINGMSL_VALIDATEMASTER |
getValidateMaster()
Get the MappingMSLNode "Validate" property
|
MappingMSLNode |
setMappingExpression(MessageMSLMap value) |
MappingMSLNode |
setTransaction(MappingMSLNode.ENUM_MAPPINGMSL_TRANSACTION value)
Set the MappingMSLNode "Transaction" property
|
MappingMSLNode |
setValidateFailureAction(MappingMSLNode.ENUM_MAPPINGMSL_VALIDATEFAILUREACTION value)
Set the MappingMSLNode "Failure action" property
|
MappingMSLNode |
setValidateMaster(MappingMSLNode.ENUM_MAPPINGMSL_VALIDATEMASTER value)
Set the MappingMSLNode "Validate" 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 MappingMSLNode setMappingExpression(MessageMSLMap value)
public MessageMSLMap getMappingExpression()
public MappingMSLNode setTransaction(MappingMSLNode.ENUM_MAPPINGMSL_TRANSACTION value)
ENUM_MAPPINGMSL_TRANSACTION
- value; the value to set the property "Transaction"public MappingMSLNode.ENUM_MAPPINGMSL_TRANSACTION getTransaction()
public MappingMSLNode setValidateMaster(MappingMSLNode.ENUM_MAPPINGMSL_VALIDATEMASTER value)
ENUM_MAPPINGMSL_VALIDATEMASTER
- value; the value to set the property "Validate"public MappingMSLNode.ENUM_MAPPINGMSL_VALIDATEMASTER getValidateMaster()
public MappingMSLNode setValidateFailureAction(MappingMSLNode.ENUM_MAPPINGMSL_VALIDATEFAILUREACTION value)
ENUM_MAPPINGMSL_VALIDATEFAILUREACTION
- value; the value to set the property "Failure action"public MappingMSLNode.ENUM_MAPPINGMSL_VALIDATEFAILUREACTION getValidateFailureAction()
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