com.bostechcorp.cbesb.map |
|
Java Source File Name | Type | Comment |
CopyAttachment.java | Class | User Map Operation used to copy an attachment from the source message
to the target message.
Arguments:
Source Arg 1: source attachment content ID. |
GetCurrentDateTime.java | Class | |
SaveAttachmentToFile.java | Class | User Map Operation used to save an attachment from the source message to
a file.
Source Arg 1: source attachment content ID. |
SaveAttachmentToString.java | Class | User Map Operation used to save an attachment from the source message
as a string. |
StoreAttachmentFromFile.java | Class | User Map Operation used to store a file as an attachment in the target message.
Source Arg 1: Absolute path of file to create an attachment from.
Source Arg 2: (optional) Content ID to use for attachment. |
StoreAttachmentFromString.java | Class | User Map Operation used to store a string value as an attachment in the
target message.
Source Arg 1: String content to use as an attachment
Source Arg 2: The content ID to use for the attachment
Source Arg 3: (optional) the MIME content type of the attachment. |