Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


oracle.bpel.services.notification.payload
Interface IEmailPayloadType

All Superinterfaces:
INotificationPayloadContext
All Known Implementing Classes:
EmailPayloadType

public interface IEmailPayloadType
extends INotificationPayloadContext

Interface IEmailPayloadType.


Field Summary

 

Fields inherited from interface oracle.bpel.services.notification.payload.INotificationPayloadContext
NOTIFICATION_CONTEXT

 

Method Summary
 java.lang.String getBcc()
          Returns the value of field 'bcc'.
 java.io.InputStream getBodyPartInputStream(java.lang.String name)
          Get the body part input stream
 java.lang.String getCc()
          Returns the value of field 'cc'.
 IContentType getContent()
          Returns the value of field 'content'.
 IEmailHeaders getEmailHeaders()
          Returns the value of field 'emailHeaders'.
 java.lang.String getFromAccountName()
          Returns the value of field 'fromAccountName'.
 INotificationContextType getNotificationContext()
          Returns the value of field 'notificationContext'.
 java.lang.String getReplyToAddress()
          Returns the value of field 'replyToAddress'.
 java.lang.String getSubject()
          Returns the value of field 'subject'.
 java.lang.String getTo()
          Returns the value of field 'to'.
 void setBcc(java.lang.String bcc)
          Sets the value of field 'bcc'.
 void setBodyPartInputStream(java.lang.String name, java.io.InputStream inputStream)
          Set the body part input stream
 void setCc(java.lang.String cc)
          Sets the value of field 'cc'.
 void setContent(IContentType content)
          Sets the value of field 'content'.
 void setEmailHeaders(IEmailHeaders emailHeaders)
          Sets the value of field 'emailHeaders'.
 void setFromAccountName(java.lang.String fromAccountName)
          Sets the value of field 'fromAccountName'.
 void setNotificationContext(INotificationContextType notificationContext)
          Sets the value of field 'notificationContext'.
 void setReplyToAddress(java.lang.String replyToAddress)
          Sets the value of field 'replyToAddress'.
 void setSubject(java.lang.String subject)
          Sets the value of field 'subject'.
 void setTo(java.lang.String to)
          Sets the value of field 'to'.

 

Methods inherited from interface oracle.bpel.services.notification.payload.INotificationPayloadContext
getPayloadContextValues

 

Method Detail

getBcc

java.lang.String getBcc()
Returns the value of field 'bcc'. The field 'bcc' has the following description:
Returns:
the value of field 'bcc'.

getCc

java.lang.String getCc()
Returns the value of field 'cc'. The field 'cc' has the following description:
Returns:
the value of field 'cc'.

getContent

IContentType getContent()
Returns the value of field 'content'. The field 'content' has the following description:
Returns:
the value of field 'content'.

getEmailHeaders

IEmailHeaders getEmailHeaders()
Returns the value of field 'emailHeaders'. The field 'emailHeaders' has the following description:
Returns:
the value of field 'emailHeaders'.

getFromAccountName

java.lang.String getFromAccountName()
Returns the value of field 'fromAccountName'. The field 'fromAccountName' has the following description:
Returns:
the value of field 'fromAccountName'.

getNotificationContext

INotificationContextType getNotificationContext()
Returns the value of field 'notificationContext'. The field 'notificationContext' has the following description: null
Returns:
the value of field 'notificationContext'.

getReplyToAddress

java.lang.String getReplyToAddress()
Returns the value of field 'replyToAddress'. The field 'replyToAddress' has the following description:
Returns:
the value of field 'replyToAddress'.

getSubject

java.lang.String getSubject()
Returns the value of field 'subject'. The field 'subject' has the following description:
Returns:
the value of field 'subject'.

getTo

java.lang.String getTo()
Returns the value of field 'to'. The field 'to' has the following description:
Returns:
the value of field 'to'.

setBcc

void setBcc(java.lang.String bcc)
Sets the value of field 'bcc'. The field 'bcc' has the following description:
Parameters:
bcc - the value of field 'bcc'.

setCc

void setCc(java.lang.String cc)
Sets the value of field 'cc'. The field 'cc' has the following description:
Parameters:
cc - the value of field 'cc'.

setContent

void setContent(IContentType content)
Sets the value of field 'content'. The field 'content' has the following description:
Parameters:
content - the value of field 'content'.

setEmailHeaders

void setEmailHeaders(IEmailHeaders emailHeaders)
Sets the value of field 'emailHeaders'. The field 'emailHeaders' has the following description:
Parameters:
emailHeaders - the value of field 'emailHeaders'.

setFromAccountName

void setFromAccountName(java.lang.String fromAccountName)
Sets the value of field 'fromAccountName'. The field 'fromAccountName' has the following description:
Parameters:
fromAccountName - the value of field 'fromAccountName'.

setNotificationContext

void setNotificationContext(INotificationContextType notificationContext)
Sets the value of field 'notificationContext'. The field 'notificationContext' has the following description: null
Parameters:
notificationContext - the value of field 'notificationContext'.

setReplyToAddress

void setReplyToAddress(java.lang.String replyToAddress)
Sets the value of field 'replyToAddress'. The field 'replyToAddress' has the following description:
Parameters:
replyToAddress - the value of field 'replyToAddress'.

setSubject

void setSubject(java.lang.String subject)
Sets the value of field 'subject'. The field 'subject' has the following description:
Parameters:
subject - the value of field 'subject'.

setTo

void setTo(java.lang.String to)
Sets the value of field 'to'. The field 'to' has the following description:
Parameters:
to - the value of field 'to'.

setBodyPartInputStream

void setBodyPartInputStream(java.lang.String name,
                            java.io.InputStream inputStream)
Set the body part input stream
Parameters:
name - a String value
inputStream - a java.io.InputStream value

getBodyPartInputStream

java.io.InputStream getBodyPartInputStream(java.lang.String name)
Get the body part input stream
Parameters:
name - a String value
Returns:
a java.io.InputStream value

Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.