public class ValidateNode extends Node
ValidateNode instance
Validate node checks that the message that arrives on its input terminal is as expected
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 |
ValidateNode.ENUM_VALIDATE_VALIDATEFAILUREACTION
ENUM_VALIDATE_VALIDATEFAILUREACTION
|
static class |
ValidateNode.ENUM_VALIDATE_VALIDATEFIXUP
ENUM_VALIDATE_VALIDATEFIXUP
|
static class |
ValidateNode.ENUM_VALIDATE_VALIDATEMASTER
ENUM_VALIDATE_VALIDATEMASTER
|
Node.RotationKind
Modifier and Type | Field and Description |
---|---|
InputTerminal |
INPUT_TERMINAL_IN |
OutputTerminal |
OUTPUT_TERMINAL_FAILURE |
OutputTerminal |
OUTPUT_TERMINAL_MATCH |
Constructor and Description |
---|
ValidateNode() |
Modifier and Type | Method and Description |
---|---|
boolean |
getCheckDomain()
Get the ValidateNode "Check domain" property
|
boolean |
getCheckSet()
Get the ValidateNode "Check Message model" property
|
boolean |
getCheckType()
Get the ValidateNode "Check message" property
|
java.lang.String |
getDomain()
Get the ValidateNode "Domain" property
|
InputTerminal[] |
getInputTerminals()
Gets the full list of available InputTerminals for this Node
|
java.lang.String |
getNodeName()
Gets the label name of this node
|
OutputTerminal[] |
getOutputTerminals()
Gets the full list of available OutputTerminals for this Node
|
java.lang.String |
getSet()
Get the ValidateNode "Message model" property
|
java.lang.String |
getType()
Get the ValidateNode "Message" property
|
java.lang.String |
getTypeName()
Gets the node type of this node
|
boolean |
getValidateAllValueConstraints()
Get the ValidateNode "Include All Value Constraints" property
|
ValidateNode.ENUM_VALIDATE_VALIDATEFAILUREACTION |
getValidateFailureAction()
Get the ValidateNode "Failure Action" property
|
ValidateNode.ENUM_VALIDATE_VALIDATEFIXUP |
getValidateFixup()
Get the ValidateNode "Fix" property
|
ValidateNode.ENUM_VALIDATE_VALIDATEMASTER |
getValidateMaster()
Get the ValidateNode "Validate" property
|
ValidateNode |
setCheckDomain(boolean value)
Set the ValidateNode "Check domain" property
|
ValidateNode |
setCheckSet(boolean value)
Set the ValidateNode "Check Message model" property
|
ValidateNode |
setCheckType(boolean value)
Set the ValidateNode "Check message" property
|
ValidateNode |
setDomain(java.lang.String value)
Set the ValidateNode "Domain" property
|
ValidateNode |
setSet(java.lang.String value)
Set the ValidateNode "Message model" property
|
ValidateNode |
setType(java.lang.String value)
Set the ValidateNode "Message" property
|
ValidateNode |
setValidateAllValueConstraints(boolean value)
Set the ValidateNode "Include All Value Constraints" property
|
ValidateNode |
setValidateFailureAction(ValidateNode.ENUM_VALIDATE_VALIDATEFAILUREACTION value)
Set the ValidateNode "Failure Action" property
|
ValidateNode |
setValidateFixup(ValidateNode.ENUM_VALIDATE_VALIDATEFIXUP value)
Set the ValidateNode "Fix" property
|
ValidateNode |
setValidateMaster(ValidateNode.ENUM_VALIDATE_VALIDATEMASTER value)
Set the ValidateNode "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_MATCH
public final OutputTerminal OUTPUT_TERMINAL_FAILURE
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 ValidateNode setDomain(java.lang.String value)
String
- value; the value to set the property "Domain"public java.lang.String getDomain()
public ValidateNode setCheckDomain(boolean value)
boolean
- value; the value to set the property "Check domain"public boolean getCheckDomain()
public ValidateNode setSet(java.lang.String value)
String
- value; the value to set the property "Message model"public java.lang.String getSet()
public ValidateNode setCheckSet(boolean value)
boolean
- value; the value to set the property "Check Message model"public boolean getCheckSet()
public ValidateNode setType(java.lang.String value)
String
- value; the value to set the property "Message"public java.lang.String getType()
public ValidateNode setCheckType(boolean value)
boolean
- value; the value to set the property "Check message"public boolean getCheckType()
public ValidateNode setValidateMaster(ValidateNode.ENUM_VALIDATE_VALIDATEMASTER value)
ENUM_VALIDATE_VALIDATEMASTER
- value; the value to set the property "Validate"public ValidateNode.ENUM_VALIDATE_VALIDATEMASTER getValidateMaster()
public ValidateNode setValidateFailureAction(ValidateNode.ENUM_VALIDATE_VALIDATEFAILUREACTION value)
ENUM_VALIDATE_VALIDATEFAILUREACTION
- value; the value to set the property "Failure Action"public ValidateNode.ENUM_VALIDATE_VALIDATEFAILUREACTION getValidateFailureAction()
public ValidateNode setValidateAllValueConstraints(boolean value)
boolean
- value; the value to set the property "Include All Value Constraints"public boolean getValidateAllValueConstraints()
public ValidateNode setValidateFixup(ValidateNode.ENUM_VALIDATE_VALIDATEFIXUP value)
ENUM_VALIDATE_VALIDATEFIXUP
- value; the value to set the property "Fix"public ValidateNode.ENUM_VALIDATE_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