(Beta)
The lc.procmgmt.commands package contains classes and components that execute commands for interacting with tasks in LiveCycle ES2.
These classes are useful for developing applications built using Flex that require access the tasks assigned to a user.
Classes
| Class | Description |
---|
| AbandonCommand |
The AbandonCommand class executes the abandon operation for a task.
|
| AttachmentCommand |
The AttachmentCommand class is a generic command that has direct association
with a TaskAttachmentInfo object. |
| ClaimAndOpenCommand |
The ClaimAndOpenCommand class executes the claim operation for a task. |
| ClaimCommand |
The ClaimCommand class executes the claim operation for a task. |
| CompleteCommand |
The CompleteCommand class executes complete operation for a task. |
| ConsultCommand |
The ConsultCommand class executes the consult operation for a task. |
| DeleteAttachmentCommand |
The DeleteAttachmentCommand class removes the specified attachment
from a task. |
| DisplayAttachmentCommand |
The DisplayAttachmentCommand class returns the attachment document stored with the task. |
| EditDescriptionCommand |
The EditDescriptionCommand class sets a new description for a task. |
| ForwardCommand |
The ForwardCommand class executes the forward operation for a task. |
| InitiateFromStartTaskCommand |
The InitiateFromStartTaskCommand class starts a new task from an
existing task. |
| LockCommand |
The LockCommand class executes the lock operation for the task. |
| RejectCommand |
The RejectCommand class executes the reject
operation for the task. |
| SaveAttachmentCommand |
The SaveAttachmentCommand class returns the attachment document that is
referenced by the TaskAttachmentInfo object. |
| SetVisibleCommand |
The SetVisibleCommand class executes the task's
visibility in a queue. |
| ShareCommand |
The ShareCommand class executes the task's share operation. |
| TaskCommand |
The TaskCommand class is a generic command that has direct association
with a Task object. |
| TaskUserCommand |
The TaskUserCommand class is a generic command that has direct association
with a Task object and a User object. |
| UnlockCommand |
The UnlockCommand class executes the unlock operation for a task. |
| UpdateAttachmentCommand |
The UpdateAttachmentCommand class updates an attachment
for the task referred to by the TaskAttachmentInfo object. |
© 2015 Adobe Systems Incorporated. All rights reserved.
Wed Nov 21 2018, 06:57 AM -08:00