com.ibm.broker.config.appdev.nodes

Class EmailOutputNode

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable


    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
     
    See Also:
    Serialized Form
    • Constructor Detail

      • EmailOutputNode

        public EmailOutputNode()
    • Method Detail

      • getInputTerminals

        public InputTerminal[] getInputTerminals()
        Description copied from class: Node
        Gets the full list of available InputTerminals for this Node
        Specified by:
        getInputTerminals in class Node
        Returns:
        InputTerminal[]
      • getOutputTerminals

        public OutputTerminal[] getOutputTerminals()
        Description copied from class: Node
        Gets the full list of available OutputTerminals for this Node
        Specified by:
        getOutputTerminals in class Node
        Returns:
        OutputTerminal[]
      • getTypeName

        public java.lang.String getTypeName()
        Description copied from class: Node
        Gets the node type of this node
        Specified by:
        getTypeName in class Node
        Returns:
        String; the node type
      • setSmtpServer

        public EmailOutputNode setSmtpServer(java.lang.String value)
        Set the EmailOutputNode "SMTP Server and Port" property
        Parameters:
        value - String ; the value to set the property "SMTP Server and Port"
      • getSmtpServer

        public java.lang.String getSmtpServer()
        Get the EmailOutputNode "SMTP Server and Port" property
        Returns:
        String; the value of the property "SMTP Server and Port"
      • setToAddresses

        public EmailOutputNode setToAddresses(java.lang.String value)
        Set the EmailOutputNode "To Addresses" property
        Parameters:
        value - String ; the value to set the property "To Addresses"
      • getToAddresses

        public java.lang.String getToAddresses()
        Get the EmailOutputNode "To Addresses" property
        Returns:
        String; the value of the property "To Addresses"
      • setCcAddresses

        public EmailOutputNode setCcAddresses(java.lang.String value)
        Set the EmailOutputNode "Cc Addresses" property
        Parameters:
        value - String ; the value to set the property "Cc Addresses"
      • getCcAddresses

        public java.lang.String getCcAddresses()
        Get the EmailOutputNode "Cc Addresses" property
        Returns:
        String; the value of the property "Cc Addresses"
      • setBccAddresses

        public EmailOutputNode setBccAddresses(java.lang.String value)
        Set the EmailOutputNode "Bcc Addresses" property
        Parameters:
        value - String ; the value to set the property "Bcc Addresses"
      • getBccAddresses

        public java.lang.String getBccAddresses()
        Get the EmailOutputNode "Bcc Addresses" property
        Returns:
        String; the value of the property "Bcc Addresses"
      • setFromAddress

        public EmailOutputNode setFromAddress(java.lang.String value)
        Set the EmailOutputNode "From Address" property
        Parameters:
        value - String ; the value to set the property "From Address"
      • getFromAddress

        public java.lang.String getFromAddress()
        Get the EmailOutputNode "From Address" property
        Returns:
        String; the value of the property "From Address"
      • setReplyToAddress

        public EmailOutputNode setReplyToAddress(java.lang.String value)
        Set the EmailOutputNode "Reply-To Address" property
        Parameters:
        value - String ; the value to set the property "Reply-To Address"
      • getReplyToAddress

        public java.lang.String getReplyToAddress()
        Get the EmailOutputNode "Reply-To Address" property
        Returns:
        String; the value of the property "Reply-To Address"
      • setSubject

        public EmailOutputNode setSubject(java.lang.String value)
        Set the EmailOutputNode "Subject of email" property
        Parameters:
        value - String ; the value to set the property "Subject of email"
      • getSubject

        public java.lang.String getSubject()
        Get the EmailOutputNode "Subject of email" property
        Returns:
        String; the value of the property "Subject of email"
      • setMessageText

        public EmailOutputNode setMessageText(java.lang.String value)
        Set the EmailOutputNode "Email message text" property
        Parameters:
        value - String ; the value to set the property "Email message text"
      • getMessageText

        public java.lang.String getMessageText()
        Get the EmailOutputNode "Email message text" property
        Returns:
        String; the value of the property "Email message text"
      • getBodyContentType

        public EmailOutputNode.ENUM_EMAILOUTPUT_BODYCONTENTTYPE getBodyContentType()
        Get the EmailOutputNode "Body Content Type" property
        Returns:
        ENUM_EMAILOUTPUT_BODYCONTENTTYPE; the value of the property "Body Content Type"
      • setSecurityIdentity

        public EmailOutputNode setSecurityIdentity(java.lang.String value)
        Set the EmailOutputNode "Security Identity" property
        Parameters:
        value - String ; the value to set the property "Security Identity"
      • getSecurityIdentity

        public java.lang.String getSecurityIdentity()
        Get the EmailOutputNode "Security Identity" property
        Returns:
        String; the value of the property "Security Identity"
      • setAttachmentContent

        public EmailOutputNode setAttachmentContent(java.lang.String value)
        Set the EmailOutputNode "Attachment Content" property
        Parameters:
        value - String ; the value to set the property "Attachment Content"
      • getAttachmentContent

        public java.lang.String getAttachmentContent()
        Get the EmailOutputNode "Attachment Content" property
        Returns:
        String; the value of the property "Attachment Content"
      • setAttachmentContentName

        public EmailOutputNode setAttachmentContentName(java.lang.String value)
        Set the EmailOutputNode "Attachment Content Name" property
        Parameters:
        value - String ; the value to set the property "Attachment Content Name"
      • getAttachmentContentName

        public java.lang.String getAttachmentContentName()
        Get the EmailOutputNode "Attachment Content Name" property
        Returns:
        String; the value of the property "Attachment Content Name"
      • getAttachmentContentType

        public EmailOutputNode.ENUM_EMAILOUTPUT_ATTACHMENTCONTENTTYPE getAttachmentContentType()
        Get the EmailOutputNode "Attachment Content Type" property
        Returns:
        ENUM_EMAILOUTPUT_ATTACHMENTCONTENTTYPE; the value of the property "Attachment Content Type"
      • getAttachmentContentEncoding

        public EmailOutputNode.ENUM_EMAILOUTPUT_ATTACHMENTCONTENTENCODING getAttachmentContentEncoding()
        Get the EmailOutputNode "Attachment Content Encoding" property
        Returns:
        ENUM_EMAILOUTPUT_ATTACHMENTCONTENTENCODING; the value of the property "Attachment Content Encoding"
      • getMultipartContentType

        public EmailOutputNode.ENUM_EMAILOUTPUT_MULTIPARTCONTENTTYPE getMultipartContentType()
        Get the EmailOutputNode "Multipart Content Type" property
        Returns:
        ENUM_EMAILOUTPUT_MULTIPARTCONTENTTYPE; the value of the property "Multipart Content Type"
      • setValidateAllValueConstraints

        public EmailOutputNode setValidateAllValueConstraints(boolean value)
        Set the EmailOutputNode "Include all value constraints" property
        Parameters:
        value - boolean ; the value to set the property "Include all value constraints"
      • getValidateAllValueConstraints

        public boolean getValidateAllValueConstraints()
        Get the EmailOutputNode "Include all value constraints" property
        Returns:
        boolean; the value of the property "Include all value constraints"
      • getNodeName

        public java.lang.String getNodeName()
        Description copied from class: Node
        Gets the label name of this node
          MessageFlow mf1 = patternInstanceManager.getMessageFlow("MyFlowProject", "mf1.msgflow");
          Node inputMQNode = mf1.getNodeByName("My Input Node");
          inputMQNode.setNodeName("Renamed Input Node");
         
        Overrides:
        getNodeName in class Node
        Returns:
        String; the node name