WmTaskClient.
Document
type
representing
an attachment.
Parameters
base64Data
|
String
A Base64 encoded string representation of the data for the attachment.
|
contentType
|
String[
] Content-type of the data in the attachment.
|
downloadLink
|
String
A link from
IBM My webMethods Server for downloading the attachment.
|
fileName
|
String
Name of the file in the attachment.
|
iconURL
|
String
URL of the icon to be used to represent the attachment in the task user
interface.
|
id
|
String
Read only. Unique ID of an existing attachment.
|
lastModifiedDate
|
Date
The date and time of last modification of the attachment.
|
name
|
String
Name of the attachment.
|
contentLength
|
Long
Length of the data in the attachment.
|
deletable
|
Boolean Set to:
-
true if
the attachment can be deleted by a user with appropriate permissions. Default.
-
false if
the attachment cannot be deleted by a user.
|
updatable
|
Boolean Set to:
-
true if
the attachment can be updated by a user with appropriate permissions. Default.
-
false if
the attachment cannot be updated by a user.
|
|