public class ODMRulesNode extends Node
ODMRulesNode instance
Allows App Connect Enterprise to execute a collection of ODM 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
Modifier and Type | Class and Description |
---|---|
class |
ODMRulesNode.ParameterTable
ParameterTable instance contains ParameterTableRow rows
|
class |
ODMRulesNode.ParameterTableRow
ParameterTableRow is used by ParameterTable instance
|
Node.RotationKind
Modifier and Type | Field and Description |
---|---|
InputTerminal |
INPUT_TERMINAL_IN |
OutputTerminal |
OUTPUT_TERMINAL_FAILURE |
OutputTerminal |
OUTPUT_TERMINAL_OUT |
Constructor and Description |
---|
ODMRulesNode() |
Modifier and Type | Method and Description |
---|---|
InputTerminal[] |
getInputTerminals()
Gets the full list of available InputTerminals for this Node
|
java.lang.String |
getNodeName()
Gets the label name of this node
|
java.lang.String |
getOdmRules()
Get the ODMRulesNode "ODM Rules Name" property
|
OutputTerminal[] |
getOutputTerminals()
Gets the full list of available OutputTerminals for this Node
|
ODMRulesNode.ParameterTable |
getParameterTable()
Retrieve the table for the node ODMRulesNode
|
java.lang.String |
getRestrictedTo()
Get the ODMRulesNode "RestrictedTo" property
|
java.lang.String |
getRuleSet()
Get the ODMRulesNode "Ruleset" property
|
java.lang.String |
getTypeName()
Gets the node type of this node
|
ODMRulesNode |
setOdmRules(java.lang.String value)
Set the ODMRulesNode "ODM Rules Name" property
|
ODMRulesNode |
setRestrictedTo(java.lang.String value)
Set the ODMRulesNode "RestrictedTo" property
|
ODMRulesNode |
setRuleSet(java.lang.String value)
Set the ODMRulesNode "Ruleset" 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 ODMRulesNode.ParameterTable getParameterTable()
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 ODMRulesNode setOdmRules(java.lang.String value)
value
- String ; the value to set the property "ODM Rules Name"public java.lang.String getOdmRules()
public ODMRulesNode setRuleSet(java.lang.String value)
value
- String ; the value to set the property "Ruleset"public java.lang.String getRuleSet()
public ODMRulesNode setRestrictedTo(java.lang.String value)
value
- String ; the value to set the property "RestrictedTo"public java.lang.String getRestrictedTo()
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