Task Attachment Utilities DSC

Version 6 by Kendy Yus
on May 12, 2008 13:38.

compared with
Current by Kendy Yus
on Oct 22, 2008 12:52.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (21)

View page history
[How to retrieve attachments from an init task (start form)] 
h3. Component: com.avoka.livecycle.taskattachmentutils 8.0

h3. Component: com.avoka.livecycle.taskattachmentutils 8.0


h2. TaskAttachmentUtils Service

Task Attachment Utilities: Service to provide utility operations on task attachments. Note: This DSC requires Task Manager DSC.
h3. Operation: addAttachmentToTask
 


h3. Operation: addAttachmentToTask
Add Attachment / Note To a Specified Task: Adds attachment / note to a specified task given its Task ID on the behalf of the user who submit the task. To add multiple attachments, please pass in a List of Document; to add multiple notes, please pass in a List of String
|| Input Parameter || Type || Description ||
| Attachment or Note | java.lang.String | Select attachment or note |
h3. Operation: addAttachmentToInitialTask
 


h3. Operation: addAttachmentToInitialTask
Add Attachment To The Initial Task: Adds an attachment to the initial task of this process on the behalf of the user who submit the initial task.
|| Input Parameter || Type || Description ||
| Task ID | long | Specify a process variable to store the Task ID of the initial task. Suggested Type: long |
h3. Operation: addAttachmentToMostRecentTask
 


h3. Operation: addAttachmentToMostRecentTask
Add Attachment To The Most Recent Task: Adds an attachment to the most recent task of this process on the behalf of the user who submit the most recent task.
|| Input Parameter || Type || Description ||
| Task ID | long | Specify a process variable to store the Task ID of the most recent task. Suggested Type: long |
h3. Operation: retrieveAttachmentFromTask
 


h3. Operation: retrieveAttachmentFromTask
Retrieve Attachments / Notes From a Specified Task: Retrieves task attachments / notes from a specified task given its Task ID.
|| Input Parameter || Type || Description ||
| Attachment List | java.util.List | Specify a list process variable to store the task attachments / notes. Type: List of Document for attachment, List of String for note. |
h3. Operation: retrieveAttachmentFromInitialTask
 


h3. Operation: retrieveAttachmentFromInitialTask
Retrieve Attachments From The Initial Task: Retrieves task attachments / notes from the initial task of this process.
|| Input Parameter || Type || Description ||

|| Output Parameter || Type || Description ||
| Task ID | | Specify a process variable to store the Task ID of the initial task. Suggested Type: long |
| Attachment List | | Specify a list process variable to store the task attachments / notes. Type: List of Document for attachment, List of String for note. |
 
h3. Operation: retrieveAttachmentFromMostRecentTask
 


h3. Operation: retrieveAttachmentFromMostRecentTask
Retrieve Attachments From The Most Recent Task: Retrieves task attachments / notes from the most recent task of this process.
|| Input Parameter || Type || Description ||

|| Output Parameter || Type || Description ||
| Task ID | | Specify a process variable to store the Task ID of the most recent task. Suggested Type: long |
| Attachment List | | Specify a list process variable to store the task attachments / notes. Type: List of Document for attachment, List of String for note. |
 
h5.
 
h5.
{panel:borderStyle=solid}
For how to configure license information for this component service - Task Attachment Utilities, please click on the following link:
{panel}
 
h3. Licence Configuration: