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 |
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_EOD |
OutputTerminal |
OUTPUT_TERMINAL_FAILURE |
OutputTerminal |
OUTPUT_TERMINAL_OUT |
protected static java.lang.String |
PROPERTY_CHECKSUMDISABLED |
protected static java.lang.String |
PROPERTY_CUSTOMDELIMITER |
protected static java.lang.String |
PROPERTY_DATALOCATION |
protected static java.lang.String |
PROPERTY_DELIMITERTYPE |
protected static java.lang.String |
PROPERTY_DESTINATIONAGENT |
protected static java.lang.String |
PROPERTY_DESTINATIONDIRECTORY |
protected static java.lang.String |
PROPERTY_DESTINATIONFILENAME |
protected static java.lang.String |
PROPERTY_DESTINATIONQMGR |
protected static java.lang.String |
PROPERTY_JOBNAME |
protected static java.lang.String |
PROPERTY_OVERWRITEDESTINATION |
protected static java.lang.String |
PROPERTY_RECORDDEFINITION |
protected static java.lang.String |
PROPERTY_RECORDDELIMITER |
protected static java.lang.String |
PROPERTY_RECORDLENGTH |
protected static java.lang.String |
PROPERTY_RECORDPADDING |
protected static java.lang.String |
PROPERTY_TRANSFERMODE |
protected static java.lang.String |
PROPERTY_VALIDATEFAILUREACTION |
protected static java.lang.String |
PROPERTY_VALIDATEMASTER |
copyright, dynamicInputTerminals, dynamicOutputTerminals, nodePropertyTables, udpSupport
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
|
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 |
getJobName()
Get the FTEOutputNode "Job name" property
|
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
|
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
|
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_JOBNAME
protected static final java.lang.String PROPERTY_DESTINATIONAGENT
protected static final java.lang.String PROPERTY_DESTINATIONQMGR
protected static final java.lang.String PROPERTY_DESTINATIONDIRECTORY
protected static final java.lang.String PROPERTY_DESTINATIONFILENAME
protected static final java.lang.String PROPERTY_TRANSFERMODE
protected static final java.lang.String PROPERTY_CHECKSUMDISABLED
protected static final java.lang.String PROPERTY_OVERWRITEDESTINATION
protected static final java.lang.String PROPERTY_DATALOCATION
protected static final java.lang.String PROPERTY_RECORDDEFINITION
protected static final java.lang.String PROPERTY_RECORDLENGTH
protected static final java.lang.String PROPERTY_RECORDPADDING
protected static final java.lang.String PROPERTY_RECORDDELIMITER
protected static final java.lang.String PROPERTY_CUSTOMDELIMITER
protected static final java.lang.String PROPERTY_DELIMITERTYPE
protected static final java.lang.String PROPERTY_VALIDATEMASTER
protected static final java.lang.String PROPERTY_VALIDATEFAILUREACTION
public final InputTerminal INPUT_TERMINAL_EOD
public final InputTerminal INPUT_TERMINAL_IN
public final OutputTerminal OUTPUT_TERMINAL_OUT
public final OutputTerminal OUTPUT_TERMINAL_FAILURE
public final OutputTerminal OUTPUT_TERMINAL_EOD
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 FTEOutputNode setJobName(java.lang.String value)
value
- String ; the value to set the property "Job name"public java.lang.String getJobName()
public FTEOutputNode setDestinationAgent(java.lang.String value)
value
- String ; the value to set the property "Agent"public java.lang.String getDestinationAgent()
public FTEOutputNode setDestinationQMgr(java.lang.String value)
value
- String ; the value to set the property "Queue manager"public java.lang.String getDestinationQMgr()
public FTEOutputNode setDestinationDirectory(java.lang.String value)
value
- String ; the value to set the property "File directory"public java.lang.String getDestinationDirectory()
public FTEOutputNode setDestinationFileName(java.lang.String value)
value
- String ; the value to set the property "File name"public java.lang.String getDestinationFileName()
public FTEOutputNode setTransferMode(FTEOutputNode.ENUM_FTEOUTPUT_TRANSFERMODE value)
value
- ENUM_FTEOUTPUT_TRANSFERMODE ; the value to set the property "Mode"public FTEOutputNode.ENUM_FTEOUTPUT_TRANSFERMODE getTransferMode()
public FTEOutputNode setCheckSumDisabled(boolean value)
value
- boolean ; the value to set the property "Disable computation of MD5 check sum"public boolean getCheckSumDisabled()
public FTEOutputNode setOverwriteDestination(boolean value)
value
- boolean ; the value to set the property "Overwrite files on destination system"public boolean getOverwriteDestination()
public FTEOutputNode setDataLocation(java.lang.String value)
value
- String ; the value to set the property "Data location"public java.lang.String getDataLocation()
public FTEOutputNode setRecordDefinition(FTEOutputNode.ENUM_FTEOUTPUT_RECORDDEFINITION value)
value
- ENUM_FTEOUTPUT_RECORDDEFINITION ; the value to set the property "Record definition"public FTEOutputNode.ENUM_FTEOUTPUT_RECORDDEFINITION getRecordDefinition()
public FTEOutputNode setRecordLength(int value)
value
- int ; the value to set the property "Length (bytes)"public int getRecordLength()
public FTEOutputNode setRecordPadding(java.lang.String value)
value
- String ; the value to set the property "Padding byte (hexadecimal)"public java.lang.String getRecordPadding()
public FTEOutputNode setRecordDelimiter(FTEOutputNode.ENUM_FTEOUTPUT_RECORDDELIMITER value)
value
- ENUM_FTEOUTPUT_RECORDDELIMITER ; the value to set the property "Delimiter"public FTEOutputNode.ENUM_FTEOUTPUT_RECORDDELIMITER getRecordDelimiter()
public FTEOutputNode setCustomDelimiter(java.lang.String value)
value
- String ; the value to set the property "Custom delimiter (hexadecimal)"public java.lang.String getCustomDelimiter()
public FTEOutputNode setDelimiterType(FTEOutputNode.ENUM_FTEOUTPUT_DELIMITERTYPE value)
value
- ENUM_FTEOUTPUT_DELIMITERTYPE ; the value to set the property "Delimiter type"public FTEOutputNode.ENUM_FTEOUTPUT_DELIMITERTYPE getDelimiterType()
public FTEOutputNode setValidateMaster(FTEOutputNode.ENUM_FTEOUTPUT_VALIDATEMASTER value)
value
- ENUM_FTEOUTPUT_VALIDATEMASTER ; the value to set the property "Validate"public FTEOutputNode.ENUM_FTEOUTPUT_VALIDATEMASTER getValidateMaster()
public FTEOutputNode setValidateFailureAction(FTEOutputNode.ENUM_FTEOUTPUT_VALIDATEFAILUREACTION value)
value
- ENUM_FTEOUTPUT_VALIDATEFAILUREACTION ; 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