Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.5.0)
E10660-05


oracle.bpel.services.notification.payload
Interface IBodyPartType

All Known Implementing Classes:
BodyPartType

public interface IBodyPartType

Interface IBodyPartType.


Method Summary
 java.lang.String getBodyPartName()
          Returns the value of field 'bodyPartName'.
 java.lang.Object getContentBody()
          Returns the value of field 'contentBody'.
 java.lang.String getContentEncoding()
          Returns the value of field 'contentEncoding'.
 java.lang.String getContentId()
          Returns the value of field 'contentId'.
 java.lang.String getDisposition()
          Returns the value of field 'disposition'.
 java.io.InputStream getInputStream(IEmailPayloadType emailPayload)
          Returns the value of field 'contentBody' as input stream.
 java.lang.String getMimeType()
          Returns the value of field 'mimeType'.
 boolean isAttachmentContentEnclosed()
          Returns the value of field 'AttachmentContentEnclosed'.
 void setAttachmentContentEnclosed(boolean attachmentContentEnclosed)
          Sets the value of field 'AttachmentContentEnclosed'.
 void setBodyPartName(java.lang.String bodyPartName)
          Sets the value of field 'bodyPartName'.
 void setContentBody(java.lang.Object contentBody)
          Sets the value of field 'contentBody'.
 void setContentEncoding(java.lang.String contentEncoding)
          Sets the value of field 'contentEncoding'.
 void setContentId(java.lang.String contentId)
          Sets the value of field 'contentId'.
 void setDisposition(java.lang.String disposition)
          Sets the value of field 'disposition'.
 void setInputStream(java.io.InputStream inputStream, IEmailPayloadType emailPayload)
          Sets the value of field 'contentBody' as input stream.
 void setMimeType(java.lang.String mimeType)
          Sets the value of field 'mimeType'.

 

Method Detail

getBodyPartName

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

getContentBody

java.lang.Object getContentBody()
Returns the value of field 'contentBody'. The field 'contentBody' has the following description:
Returns:
the value of field 'contentBody'.

getInputStream

java.io.InputStream getInputStream(IEmailPayloadType emailPayload)
Returns the value of field 'contentBody' as input stream. The field 'contentBody' has the following description:
Parameters:
emailPayload - The emailPayload that this body part belongs to
Returns:
the value of field 'contentBody'.

getMimeType

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

getContentEncoding

java.lang.String getContentEncoding()
Returns the value of field 'contentEncoding'. The field 'contentEncoding' has the following description: null
Returns:
the value of field 'contentEncoding'.

getDisposition

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

getContentId

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

isAttachmentContentEnclosed

boolean isAttachmentContentEnclosed()
Returns the value of field 'AttachmentContentEnclosed'. The field 'AttachmentContentEnclosed' has the following description:
Returns:
the value of field 'AtachmentContentEnclosed'.

setBodyPartName

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

setContentBody

void setContentBody(java.lang.Object contentBody)
Sets the value of field 'contentBody'. The field 'contentBody' has the following description:
Parameters:
contentBody - the value of field 'contentBody'.

setInputStream

void setInputStream(java.io.InputStream inputStream,
                    IEmailPayloadType emailPayload)
Sets the value of field 'contentBody' as input stream. The field 'contentBody' has the following description:
Parameters:
inputStream - the value of field 'contentBody'.
emailPayload - The emailPayload that this body part belongs to

setMimeType

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

setContentEncoding

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

setDisposition

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

setContentId

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

setAttachmentContentEnclosed

void setAttachmentContentEnclosed(boolean attachmentContentEnclosed)
Sets the value of field 'AttachmentContentEnclosed'. The field 'AttachmentContentEnclosed' has the following description:
Parameters:
attachmentContentEnclosed - the value of field 'AttachmentContentEnclosed'.

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.5.0)
E10660-05


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