public class FTEOutputNode extends Node
FTEOutputNode instance
FTEOutput node transfers data to a remote file system using WebSphere MQSeries File Transfer Edition
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 |
FTEOutputNode.ENUM_FTEOUTPUT_DELIMITERTYPE
ENUM_FTEOUTPUT_DELIMITERTYPE
|
static class |
FTEOutputNode.ENUM_FTEOUTPUT_RECORDDEFINITION
ENUM_FTEOUTPUT_RECORDDEFINITION
|
static class |
FTEOutputNode.ENUM_FTEOUTPUT_RECORDDELIMITER
ENUM_FTEOUTPUT_RECORDDELIMITER
|
static class |
FTEOutputNode.ENUM_FTEOUTPUT_TRANSFERMODE
ENUM_FTEOUTPUT_TRANSFERMODE
|
static class |
FTEOutputNode.ENUM_FTEOUTPUT_VALIDATEFAILUREACTION
ENUM_FTEOUTPUT_VALIDATEFAILUREACTION
|
static class |
FTEOutputNode.ENUM_FTEOUTPUT_VALIDATEMASTER
ENUM_FTEOUTPUT_VALIDATEMASTER
|
Node.RotationKind
Modifier and Type | Field and Description |
---|---|
InputTerminal |
INPUT_TERMINAL_EOD |
InputTerminal |
INPUT_TERMINAL_IN |
OutputTerminal |
OUTPUT_TERMINAL_EOD |
OutputTerminal |
OUTPUT_TERMINAL_FAILURE |
OutputTerminal |
OUTPUT_TERMINAL_OUT |
Constructor and Description |
---|
FTEOutputNode() |
Modifier and Type | Method and Description |
---|---|
boolean |
getCheckSumDisabled()
Get the FTEOutputNode "Disable computation of MD5 check sum" property
|
java.lang.String |
getCustomDelimiter()
Get the FTEOutputNode "Custom delimiter (hexadecimal)" property
|
java.lang.String |
getDataLocation()
Get the FTEOutputNode "Data location" property
|
FTEOutputNode.ENUM_FTEOUTPUT_DELIMITERTYPE |
getDelimiterType()
Get the FTEOutputNode "Delimiter type" property
|
java.lang.String |
getDestinationAgent()
Get the FTEOutputNode "Agent" property
|
java.lang.String |
getDestinationDirectory()
Get the FTEOutputNode "File directory" property
|
java.lang.String |
getDestinationFileName()
Get the FTEOutputNode "File name" property
|
java.lang.String |
getDestinationQMgr()
Get the FTEOutputNode "Queue manager" property
|
InputTerminal[] |
getInputTerminals()
Gets the full list of available InputTerminals for this Node
|
java.lang.String |
getJobName()
Get the FTEOutputNode "Job name" property
|
java.lang.String |
getNodeName()
Gets the label name of this node
|
OutputTerminal[] |
getOutputTerminals()
Gets the full list of available OutputTerminals for this Node
|
boolean |
getOverwriteDestination()
Get the FTEOutputNode "Overwrite files on destination system" property
|
FTEOutputNode.ENUM_FTEOUTPUT_RECORDDEFINITION |
getRecordDefinition()
Get the FTEOutputNode "Record definition" property
|
FTEOutputNode.ENUM_FTEOUTPUT_RECORDDELIMITER |
getRecordDelimiter()
Get the FTEOutputNode "Delimiter" property
|
int |
getRecordLength()
Get the FTEOutputNode Length (bytes) property
|
java.lang.String |
getRecordPadding()
Get the FTEOutputNode "Padding byte (hexadecimal)" property
|
FTEOutputNode.ENUM_FTEOUTPUT_TRANSFERMODE |
getTransferMode()
Get the FTEOutputNode "Mode" property
|
java.lang.String |
getTypeName()
Gets the node type of this node
|
FTEOutputNode.ENUM_FTEOUTPUT_VALIDATEFAILUREACTION |
getValidateFailureAction()
Get the FTEOutputNode "Failure action" property
|
FTEOutputNode.ENUM_FTEOUTPUT_VALIDATEMASTER |
getValidateMaster()
Get the FTEOutputNode "Validate" property
|
FTEOutputNode |
setCheckSumDisabled(boolean value)
Set the FTEOutputNode "Disable computation of MD5 check sum" property
|
FTEOutputNode |
setCustomDelimiter(java.lang.String value)
Set the FTEOutputNode "Custom delimiter (hexadecimal)" property
|
FTEOutputNode |
setDataLocation(java.lang.String value)
Set the FTEOutputNode "Data location" property
|
FTEOutputNode |
setDelimiterType(FTEOutputNode.ENUM_FTEOUTPUT_DELIMITERTYPE value)
Set the FTEOutputNode "Delimiter type" property
|
FTEOutputNode |
setDestinationAgent(java.lang.String value)
Set the FTEOutputNode "Agent" property
|
FTEOutputNode |
setDestinationDirectory(java.lang.String value)
Set the FTEOutputNode "File directory" property
|
FTEOutputNode |
setDestinationFileName(java.lang.String value)
Set the FTEOutputNode "File name" property
|
FTEOutputNode |
setDestinationQMgr(java.lang.String value)
Set the FTEOutputNode "Queue manager" property
|
FTEOutputNode |
setJobName(java.lang.String value)
Set the FTEOutputNode "Job name" property
|
FTEOutputNode |
setOverwriteDestination(boolean value)
Set the FTEOutputNode "Overwrite files on destination system" property
|
FTEOutputNode |
setRecordDefinition(FTEOutputNode.ENUM_FTEOUTPUT_RECORDDEFINITION value)
Set the FTEOutputNode "Record definition" property
|
FTEOutputNode |
setRecordDelimiter(FTEOutputNode.ENUM_FTEOUTPUT_RECORDDELIMITER value)
Set the FTEOutputNode "Delimiter" property
|
FTEOutputNode |
setRecordLength(int value)
Set the FTEOutputNode "Length (bytes)" property
|
FTEOutputNode |
setRecordPadding(java.lang.String value)
Set the FTEOutputNode "Padding byte (hexadecimal)" property
|
FTEOutputNode |
setTransferMode(FTEOutputNode.ENUM_FTEOUTPUT_TRANSFERMODE value)
Set the FTEOutputNode "Mode" property
|
FTEOutputNode |
setValidateFailureAction(FTEOutputNode.ENUM_FTEOUTPUT_VALIDATEFAILUREACTION value)
Set the FTEOutputNode "Failure action" property
|
FTEOutputNode |
setValidateMaster(FTEOutputNode.ENUM_FTEOUTPUT_VALIDATEMASTER value)
Set the FTEOutputNode "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 InputTerminal INPUT_TERMINAL_EOD
public final OutputTerminal OUTPUT_TERMINAL_EOD
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 FTEOutputNode setJobName(java.lang.String value)
String
- value; the value to set the property "Job name"public java.lang.String getJobName()
public FTEOutputNode setDestinationAgent(java.lang.String value)
String
- value; the value to set the property "Agent"public java.lang.String getDestinationAgent()
public FTEOutputNode setDestinationQMgr(java.lang.String value)
String
- value; the value to set the property "Queue manager"public java.lang.String getDestinationQMgr()
public FTEOutputNode setDestinationDirectory(java.lang.String value)
String
- value; the value to set the property "File directory"public java.lang.String getDestinationDirectory()
public FTEOutputNode setDestinationFileName(java.lang.String value)
String
- value; the value to set the property "File name"public java.lang.String getDestinationFileName()
public FTEOutputNode setTransferMode(FTEOutputNode.ENUM_FTEOUTPUT_TRANSFERMODE value)
ENUM_FTEOUTPUT_TRANSFERMODE
- value; the value to set the property "Mode"public FTEOutputNode.ENUM_FTEOUTPUT_TRANSFERMODE getTransferMode()
public FTEOutputNode setCheckSumDisabled(boolean value)
boolean
- value; the value to set the property "Disable computation of MD5 check sum"public boolean getCheckSumDisabled()
public FTEOutputNode setOverwriteDestination(boolean value)
boolean
- value; the value to set the property "Overwrite files on destination system"public boolean getOverwriteDestination()
public FTEOutputNode setDataLocation(java.lang.String value)
String
- value; the value to set the property "Data location"public java.lang.String getDataLocation()
public FTEOutputNode setRecordDefinition(FTEOutputNode.ENUM_FTEOUTPUT_RECORDDEFINITION value)
ENUM_FTEOUTPUT_RECORDDEFINITION
- value; the value to set the property "Record definition"public FTEOutputNode.ENUM_FTEOUTPUT_RECORDDEFINITION getRecordDefinition()
public FTEOutputNode setRecordLength(int value)
int
- value; the value to set the property "Length (bytes)"public int getRecordLength()
public FTEOutputNode setRecordPadding(java.lang.String value)
String
- value; the value to set the property "Padding byte (hexadecimal)"public java.lang.String getRecordPadding()
public FTEOutputNode setRecordDelimiter(FTEOutputNode.ENUM_FTEOUTPUT_RECORDDELIMITER value)
ENUM_FTEOUTPUT_RECORDDELIMITER
- value; the value to set the property "Delimiter"public FTEOutputNode.ENUM_FTEOUTPUT_RECORDDELIMITER getRecordDelimiter()
public FTEOutputNode setCustomDelimiter(java.lang.String value)
String
- value; the value to set the property "Custom delimiter (hexadecimal)"public java.lang.String getCustomDelimiter()
public FTEOutputNode setDelimiterType(FTEOutputNode.ENUM_FTEOUTPUT_DELIMITERTYPE value)
ENUM_FTEOUTPUT_DELIMITERTYPE
- value; the value to set the property "Delimiter type"public FTEOutputNode.ENUM_FTEOUTPUT_DELIMITERTYPE getDelimiterType()
public FTEOutputNode setValidateMaster(FTEOutputNode.ENUM_FTEOUTPUT_VALIDATEMASTER value)
ENUM_FTEOUTPUT_VALIDATEMASTER
- value; the value to set the property "Validate"public FTEOutputNode.ENUM_FTEOUTPUT_VALIDATEMASTER getValidateMaster()
public FTEOutputNode setValidateFailureAction(FTEOutputNode.ENUM_FTEOUTPUT_VALIDATEFAILUREACTION value)
ENUM_FTEOUTPUT_VALIDATEFAILUREACTION
- value; the value to set the property "Failure action"public FTEOutputNode.ENUM_FTEOUTPUT_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