|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.6.3) E10660-10 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IEmailPayloadType
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 |
|---|
java.lang.String getBcc()
java.lang.String getCc()
IContentType getContent()
IEmailHeaders getEmailHeaders()
java.lang.String getFromAccountName()
INotificationContextType getNotificationContext()
java.lang.String getReplyToAddress()
java.lang.String getSubject()
java.lang.String getTo()
void setBcc(java.lang.String bcc)
bcc - the value of field 'bcc'.void setCc(java.lang.String cc)
cc - the value of field 'cc'.void setContent(IContentType content)
content - the value of field 'content'.void setEmailHeaders(IEmailHeaders emailHeaders)
emailHeaders - the value of field 'emailHeaders'.void setFromAccountName(java.lang.String fromAccountName)
fromAccountName - the value of field 'fromAccountName'.void setNotificationContext(INotificationContextType notificationContext)
notificationContext - the value of field 'notificationContext'.void setReplyToAddress(java.lang.String replyToAddress)
replyToAddress - the value of field 'replyToAddress'.void setSubject(java.lang.String subject)
subject - the value of field 'subject'.void setTo(java.lang.String to)
to - the value of field 'to'.
void setBodyPartInputStream(java.lang.String name,
java.io.InputStream inputStream)
name - a String valueinputStream - a java.io.InputStream valuejava.io.InputStream getBodyPartInputStream(java.lang.String name)
name - a String valuejava.io.InputStream value
|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.6.3) E10660-10 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||