public class DataUpdateNode extends Node
DataUpdateNode instance
DataUpdate node is a specialized form of the Database node used to update one or more rows from a table within the 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 |
DataUpdateNode.ENUM_DATAUPDATE_TRANSACTION
ENUM_DATAUPDATE_TRANSACTION
|
Node.RotationKind
Modifier and Type | Field and Description |
---|---|
InputTerminal |
INPUT_TERMINAL_IN |
protected static java.lang.String |
NODE_GRAPHIC_16 |
protected static java.lang.String |
NODE_GRAPHIC_32 |
protected static java.lang.String |
NODE_TYPE_NAME |
OutputTerminal |
OUTPUT_TERMINAL_FAILURE |
OutputTerminal |
OUTPUT_TERMINAL_OUT |
protected static java.lang.String |
PROPERTY_CONNECTDATASOURCEBEFOREFLOWSTARTS |
protected static java.lang.String |
PROPERTY_DATASOURCE |
protected static java.lang.String |
PROPERTY_STATEMENT |
protected static java.lang.String |
PROPERTY_THROWEXCEPTIONONDATABASEERROR |
protected static java.lang.String |
PROPERTY_TRANSACTION |
protected static java.lang.String |
PROPERTY_TREATWARNINGSASERRORS |
copyright, dynamicInputTerminals, dynamicOutputTerminals, nodePropertyTables, udpSupport
Constructor and Description |
---|
DataUpdateNode() |
Modifier and Type | Method and Description |
---|---|
boolean |
getConnectDatasourceBeforeFlowStarts()
Get the DataUpdateNode "ConnectDatasourceBeforeFlowStarts" property
|
java.lang.String |
getDataSource()
Get the DataUpdateNode "DataSource" property
|
protected java.lang.String |
getGraphic16() |
protected java.lang.String |
getGraphic32() |
InputTerminal[] |
getInputTerminals()
Gets the full list of available InputTerminals for this Node
|
java.lang.String |
getNodeName()
Gets the label name of this node
|
protected NodeProperty[] |
getNodeProperties()
Returns the list of simple properties which are available to set on this node
No instance values are set here.
|
OutputTerminal[] |
getOutputTerminals()
Gets the full list of available OutputTerminals for this Node
|
MessageMap |
getStatement()
Get the DataUpdateNode "Statement" property
|
boolean |
getThrowExceptionOnDatabaseError()
Get the DataUpdateNode "ThrowExceptionOnDatabaseError" property
|
DataUpdateNode.ENUM_DATAUPDATE_TRANSACTION |
getTransaction()
Get the DataUpdateNode "Transaction" property
|
boolean |
getTreatWarningsAsErrors()
Get the DataUpdateNode "TreatWarningsAsErrors" property
|
java.lang.String |
getTypeName()
Gets the node type of this node
|
DataUpdateNode |
setConnectDatasourceBeforeFlowStarts(boolean value)
Set the DataUpdateNode "ConnectDatasourceBeforeFlowStarts" property
|
DataUpdateNode |
setDataSource(java.lang.String value)
Set the DataUpdateNode "DataSource" property
|
DataUpdateNode |
setStatement(MessageMap value)
Set the DataUpdateNode "Statement" property
|
DataUpdateNode |
setThrowExceptionOnDatabaseError(boolean value)
Set the DataUpdateNode "ThrowExceptionOnDatabaseError" property
|
DataUpdateNode |
setTransaction(DataUpdateNode.ENUM_DATAUPDATE_TRANSACTION value)
Set the DataUpdateNode "Transaction" property
|
DataUpdateNode |
setTreatWarningsAsErrors(boolean value)
Set the DataUpdateNode "TreatWarningsAsErrors" property
|
addAdditionalProperty, addMonitorEvent, addNsmapping, clone, createNewInputTerminal, createNewInputTerminal, createNewOutputTerminal, createNewOutputTerminal, findPropertyByName, getAllNodeProperties, getInputTerminal, getInputTerminal, getInstanceNodeProperties, getLocation, getLongDescription, getMandatoryPropertyNames, getMonitorEvents, getNodeId, getNodePropertyTables, getNsmappingtables, getOutputTerminal, getOutputTerminal, getPropertyDefaultValue, getPropertyNames, getPropertyValue, getRotate, getShortDescription, getUUID, isUdpSupport, removeMonitorEvent, removeNsmapping, setLocation, setLocation, setLongDescription, setMonitorEvents, setNodeId, setNodeName, setNsmappingtables, setProperty, setRotate, setShortDescription, toString
protected static final java.lang.String NODE_TYPE_NAME
protected static final java.lang.String NODE_GRAPHIC_16
protected static final java.lang.String NODE_GRAPHIC_32
protected static final java.lang.String PROPERTY_DATASOURCE
protected static final java.lang.String PROPERTY_CONNECTDATASOURCEBEFOREFLOWSTARTS
protected static final java.lang.String PROPERTY_STATEMENT
protected static final java.lang.String PROPERTY_TRANSACTION
protected static final java.lang.String PROPERTY_TREATWARNINGSASERRORS
protected static final java.lang.String PROPERTY_THROWEXCEPTIONONDATABASEERROR
public final InputTerminal INPUT_TERMINAL_IN
public final OutputTerminal OUTPUT_TERMINAL_OUT
public final OutputTerminal OUTPUT_TERMINAL_FAILURE
protected NodeProperty[] getNodeProperties()
Node
getNodeProperties
in class Node
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
protected java.lang.String getGraphic16()
protected java.lang.String getGraphic32()
public DataUpdateNode setDataSource(java.lang.String value)
value
- String ; the value to set the property "DataSource"public java.lang.String getDataSource()
public DataUpdateNode setConnectDatasourceBeforeFlowStarts(boolean value)
value
- boolean ; the value to set the property "ConnectDatasourceBeforeFlowStarts"public boolean getConnectDatasourceBeforeFlowStarts()
public DataUpdateNode setStatement(MessageMap value)
value
- MessageMap ; the value to set the property "Statement"public MessageMap getStatement()
public DataUpdateNode setTransaction(DataUpdateNode.ENUM_DATAUPDATE_TRANSACTION value)
value
- ENUM_DATAUPDATE_TRANSACTION ; the value to set the property "Transaction"public DataUpdateNode.ENUM_DATAUPDATE_TRANSACTION getTransaction()
public DataUpdateNode setTreatWarningsAsErrors(boolean value)
value
- boolean ; the value to set the property "TreatWarningsAsErrors"public boolean getTreatWarningsAsErrors()
public DataUpdateNode setThrowExceptionOnDatabaseError(boolean value)
value
- boolean ; the value to set the property "ThrowExceptionOnDatabaseError"public boolean getThrowExceptionOnDatabaseError()
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