public class EmailOutputNode extends Node
EmailOutputNode instance
EmailOutput node sends a message to specified email address
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 |
EmailOutputNode.ENUM_EMAILOUTPUT_ATTACHMENTCONTENTENCODING
ENUM_EMAILOUTPUT_ATTACHMENTCONTENTENCODING
|
static class |
EmailOutputNode.ENUM_EMAILOUTPUT_ATTACHMENTCONTENTTYPE
ENUM_EMAILOUTPUT_ATTACHMENTCONTENTTYPE
|
static class |
EmailOutputNode.ENUM_EMAILOUTPUT_BODYCONTENTTYPE
ENUM_EMAILOUTPUT_BODYCONTENTTYPE
|
static class |
EmailOutputNode.ENUM_EMAILOUTPUT_MULTIPARTCONTENTTYPE
ENUM_EMAILOUTPUT_MULTIPARTCONTENTTYPE
|
static class |
EmailOutputNode.ENUM_EMAILOUTPUT_VALIDATEFAILUREACTION
ENUM_EMAILOUTPUT_VALIDATEFAILUREACTION
|
static class |
EmailOutputNode.ENUM_EMAILOUTPUT_VALIDATEFIXUP
ENUM_EMAILOUTPUT_VALIDATEFIXUP
|
static class |
EmailOutputNode.ENUM_EMAILOUTPUT_VALIDATEMASTER
ENUM_EMAILOUTPUT_VALIDATEMASTER
|
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_ATTACHMENTCONTENT |
protected static java.lang.String |
PROPERTY_ATTACHMENTCONTENTENCODING |
protected static java.lang.String |
PROPERTY_ATTACHMENTCONTENTNAME |
protected static java.lang.String |
PROPERTY_ATTACHMENTCONTENTTYPE |
protected static java.lang.String |
PROPERTY_BCCADDRESSES |
protected static java.lang.String |
PROPERTY_BODYCONTENTTYPE |
protected static java.lang.String |
PROPERTY_CCADDRESSES |
protected static java.lang.String |
PROPERTY_FROMADDRESS |
protected static java.lang.String |
PROPERTY_MESSAGETEXT |
protected static java.lang.String |
PROPERTY_MULTIPARTCONTENTTYPE |
protected static java.lang.String |
PROPERTY_REPLYTOADDRESS |
protected static java.lang.String |
PROPERTY_SECURITYIDENTITY |
protected static java.lang.String |
PROPERTY_SMTPSERVER |
protected static java.lang.String |
PROPERTY_SUBJECT |
protected static java.lang.String |
PROPERTY_TOADDRESSES |
protected static java.lang.String |
PROPERTY_VALIDATEALLVALUECONSTRAINTS |
protected static java.lang.String |
PROPERTY_VALIDATEFAILUREACTION |
protected static java.lang.String |
PROPERTY_VALIDATEFIXUP |
protected static java.lang.String |
PROPERTY_VALIDATEMASTER |
copyright, dynamicInputTerminals, dynamicOutputTerminals, nodePropertyTables, udpSupport
Constructor and Description |
---|
EmailOutputNode() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttachmentContent()
Get the EmailOutputNode "Attachment Content" property
|
EmailOutputNode.ENUM_EMAILOUTPUT_ATTACHMENTCONTENTENCODING |
getAttachmentContentEncoding()
Get the EmailOutputNode "Attachment Content Encoding" property
|
java.lang.String |
getAttachmentContentName()
Get the EmailOutputNode "Attachment Content Name" property
|
EmailOutputNode.ENUM_EMAILOUTPUT_ATTACHMENTCONTENTTYPE |
getAttachmentContentType()
Get the EmailOutputNode "Attachment Content Type" property
|
java.lang.String |
getBccAddresses()
Get the EmailOutputNode "Bcc Addresses" property
|
EmailOutputNode.ENUM_EMAILOUTPUT_BODYCONTENTTYPE |
getBodyContentType()
Get the EmailOutputNode "Body Content Type" property
|
java.lang.String |
getCcAddresses()
Get the EmailOutputNode "Cc Addresses" property
|
java.lang.String |
getFromAddress()
Get the EmailOutputNode "From Address" 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 |
getMessageText()
Get the EmailOutputNode "Email message text" property
|
EmailOutputNode.ENUM_EMAILOUTPUT_MULTIPARTCONTENTTYPE |
getMultipartContentType()
Get the EmailOutputNode "Multipart Content Type" 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
|
java.lang.String |
getReplyToAddress()
Get the EmailOutputNode "Reply-To Address" property
|
java.lang.String |
getSecurityIdentity()
Get the EmailOutputNode "Security Identity" property
|
java.lang.String |
getSmtpServer()
Get the EmailOutputNode "SMTP Server and Port" property
|
java.lang.String |
getSubject()
Get the EmailOutputNode "Subject of email" property
|
java.lang.String |
getToAddresses()
Get the EmailOutputNode "To Addresses" property
|
java.lang.String |
getTypeName()
Gets the node type of this node
|
boolean |
getValidateAllValueConstraints()
Get the EmailOutputNode "Include all value constraints" property
|
EmailOutputNode.ENUM_EMAILOUTPUT_VALIDATEFAILUREACTION |
getValidateFailureAction()
Get the EmailOutputNode "Failure action" property
|
EmailOutputNode.ENUM_EMAILOUTPUT_VALIDATEFIXUP |
getValidateFixup()
Get the EmailOutputNode "Fix" property
|
EmailOutputNode.ENUM_EMAILOUTPUT_VALIDATEMASTER |
getValidateMaster()
Get the EmailOutputNode "Validate" property
|
EmailOutputNode |
setAttachmentContent(java.lang.String value)
Set the EmailOutputNode "Attachment Content" property
|
EmailOutputNode |
setAttachmentContentEncoding(EmailOutputNode.ENUM_EMAILOUTPUT_ATTACHMENTCONTENTENCODING value)
Set the EmailOutputNode "Attachment Content Encoding" property
|
EmailOutputNode |
setAttachmentContentName(java.lang.String value)
Set the EmailOutputNode "Attachment Content Name" property
|
EmailOutputNode |
setAttachmentContentType(EmailOutputNode.ENUM_EMAILOUTPUT_ATTACHMENTCONTENTTYPE value)
Set the EmailOutputNode "Attachment Content Type" property
|
EmailOutputNode |
setBccAddresses(java.lang.String value)
Set the EmailOutputNode "Bcc Addresses" property
|
EmailOutputNode |
setBodyContentType(EmailOutputNode.ENUM_EMAILOUTPUT_BODYCONTENTTYPE value)
Set the EmailOutputNode "Body Content Type" property
|
EmailOutputNode |
setCcAddresses(java.lang.String value)
Set the EmailOutputNode "Cc Addresses" property
|
EmailOutputNode |
setFromAddress(java.lang.String value)
Set the EmailOutputNode "From Address" property
|
EmailOutputNode |
setMessageText(java.lang.String value)
Set the EmailOutputNode "Email message text" property
|
EmailOutputNode |
setMultipartContentType(EmailOutputNode.ENUM_EMAILOUTPUT_MULTIPARTCONTENTTYPE value)
Set the EmailOutputNode "Multipart Content Type" property
|
EmailOutputNode |
setReplyToAddress(java.lang.String value)
Set the EmailOutputNode "Reply-To Address" property
|
EmailOutputNode |
setSecurityIdentity(java.lang.String value)
Set the EmailOutputNode "Security Identity" property
|
EmailOutputNode |
setSmtpServer(java.lang.String value)
Set the EmailOutputNode "SMTP Server and Port" property
|
EmailOutputNode |
setSubject(java.lang.String value)
Set the EmailOutputNode "Subject of email" property
|
EmailOutputNode |
setToAddresses(java.lang.String value)
Set the EmailOutputNode "To Addresses" property
|
EmailOutputNode |
setValidateAllValueConstraints(boolean value)
Set the EmailOutputNode "Include all value constraints" property
|
EmailOutputNode |
setValidateFailureAction(EmailOutputNode.ENUM_EMAILOUTPUT_VALIDATEFAILUREACTION value)
Set the EmailOutputNode "Failure action" property
|
EmailOutputNode |
setValidateFixup(EmailOutputNode.ENUM_EMAILOUTPUT_VALIDATEFIXUP value)
Set the EmailOutputNode "Fix" property
|
EmailOutputNode |
setValidateMaster(EmailOutputNode.ENUM_EMAILOUTPUT_VALIDATEMASTER value)
Set the EmailOutputNode "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_SMTPSERVER
protected static final java.lang.String PROPERTY_TOADDRESSES
protected static final java.lang.String PROPERTY_CCADDRESSES
protected static final java.lang.String PROPERTY_BCCADDRESSES
protected static final java.lang.String PROPERTY_FROMADDRESS
protected static final java.lang.String PROPERTY_REPLYTOADDRESS
protected static final java.lang.String PROPERTY_SUBJECT
protected static final java.lang.String PROPERTY_MESSAGETEXT
protected static final java.lang.String PROPERTY_BODYCONTENTTYPE
protected static final java.lang.String PROPERTY_SECURITYIDENTITY
protected static final java.lang.String PROPERTY_ATTACHMENTCONTENT
protected static final java.lang.String PROPERTY_ATTACHMENTCONTENTNAME
protected static final java.lang.String PROPERTY_ATTACHMENTCONTENTTYPE
protected static final java.lang.String PROPERTY_ATTACHMENTCONTENTENCODING
protected static final java.lang.String PROPERTY_MULTIPARTCONTENTTYPE
protected static final java.lang.String PROPERTY_VALIDATEMASTER
protected static final java.lang.String PROPERTY_VALIDATEFAILUREACTION
protected static final java.lang.String PROPERTY_VALIDATEALLVALUECONSTRAINTS
protected static final java.lang.String PROPERTY_VALIDATEFIXUP
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 EmailOutputNode setSmtpServer(java.lang.String value)
value
- String ; the value to set the property "SMTP Server and Port"public java.lang.String getSmtpServer()
public EmailOutputNode setToAddresses(java.lang.String value)
value
- String ; the value to set the property "To Addresses"public java.lang.String getToAddresses()
public EmailOutputNode setCcAddresses(java.lang.String value)
value
- String ; the value to set the property "Cc Addresses"public java.lang.String getCcAddresses()
public EmailOutputNode setBccAddresses(java.lang.String value)
value
- String ; the value to set the property "Bcc Addresses"public java.lang.String getBccAddresses()
public EmailOutputNode setFromAddress(java.lang.String value)
value
- String ; the value to set the property "From Address"public java.lang.String getFromAddress()
public EmailOutputNode setReplyToAddress(java.lang.String value)
value
- String ; the value to set the property "Reply-To Address"public java.lang.String getReplyToAddress()
public EmailOutputNode setSubject(java.lang.String value)
value
- String ; the value to set the property "Subject of email"public java.lang.String getSubject()
public EmailOutputNode setMessageText(java.lang.String value)
value
- String ; the value to set the property "Email message text"public java.lang.String getMessageText()
public EmailOutputNode setBodyContentType(EmailOutputNode.ENUM_EMAILOUTPUT_BODYCONTENTTYPE value)
value
- ENUM_EMAILOUTPUT_BODYCONTENTTYPE ; the value to set the property "Body Content Type"public EmailOutputNode.ENUM_EMAILOUTPUT_BODYCONTENTTYPE getBodyContentType()
public EmailOutputNode setSecurityIdentity(java.lang.String value)
value
- String ; the value to set the property "Security Identity"public java.lang.String getSecurityIdentity()
public EmailOutputNode setAttachmentContent(java.lang.String value)
value
- String ; the value to set the property "Attachment Content"public java.lang.String getAttachmentContent()
public EmailOutputNode setAttachmentContentName(java.lang.String value)
value
- String ; the value to set the property "Attachment Content Name"public java.lang.String getAttachmentContentName()
public EmailOutputNode setAttachmentContentType(EmailOutputNode.ENUM_EMAILOUTPUT_ATTACHMENTCONTENTTYPE value)
value
- ENUM_EMAILOUTPUT_ATTACHMENTCONTENTTYPE ; the value to set the property "Attachment Content Type"public EmailOutputNode.ENUM_EMAILOUTPUT_ATTACHMENTCONTENTTYPE getAttachmentContentType()
public EmailOutputNode setAttachmentContentEncoding(EmailOutputNode.ENUM_EMAILOUTPUT_ATTACHMENTCONTENTENCODING value)
value
- ENUM_EMAILOUTPUT_ATTACHMENTCONTENTENCODING ; the value to set the property "Attachment Content Encoding"public EmailOutputNode.ENUM_EMAILOUTPUT_ATTACHMENTCONTENTENCODING getAttachmentContentEncoding()
public EmailOutputNode setMultipartContentType(EmailOutputNode.ENUM_EMAILOUTPUT_MULTIPARTCONTENTTYPE value)
value
- ENUM_EMAILOUTPUT_MULTIPARTCONTENTTYPE ; the value to set the property "Multipart Content Type"public EmailOutputNode.ENUM_EMAILOUTPUT_MULTIPARTCONTENTTYPE getMultipartContentType()
public EmailOutputNode setValidateMaster(EmailOutputNode.ENUM_EMAILOUTPUT_VALIDATEMASTER value)
value
- ENUM_EMAILOUTPUT_VALIDATEMASTER ; the value to set the property "Validate"public EmailOutputNode.ENUM_EMAILOUTPUT_VALIDATEMASTER getValidateMaster()
public EmailOutputNode setValidateFailureAction(EmailOutputNode.ENUM_EMAILOUTPUT_VALIDATEFAILUREACTION value)
value
- ENUM_EMAILOUTPUT_VALIDATEFAILUREACTION ; the value to set the property "Failure action"public EmailOutputNode.ENUM_EMAILOUTPUT_VALIDATEFAILUREACTION getValidateFailureAction()
public EmailOutputNode setValidateAllValueConstraints(boolean value)
value
- boolean ; the value to set the property "Include all value constraints"public boolean getValidateAllValueConstraints()
public EmailOutputNode setValidateFixup(EmailOutputNode.ENUM_EMAILOUTPUT_VALIDATEFIXUP value)
value
- ENUM_EMAILOUTPUT_VALIDATEFIXUP ; the value to set the property "Fix"public EmailOutputNode.ENUM_EMAILOUTPUT_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