| Package | com.adobe.idp.taskmanager.dsc.client.query |
| Interface | public interface Assignment |
Assignment object contains assignment data related to a task.
| Method | Defined by | ||
|---|---|---|---|
|
Date getAssignmentCreateTime()
Retrieves the assignment creation time.
| Assignment | ||
|
long getAssignmentType()
Retrieves a numeric representation of the type of assignment for this assignment.
| Assignment | ||
|
Date getAssignmentUpdateTime()
Retrieves the last modification time for this assignment.
| Assignment | ||
|
long getCurrentAssignmentId()
Retrieves a numeric identifier for the current assignment.
| Assignment | ||
|
long getQueueId()
Retrieves the queue identifier for the current assignment.
| Assignment | ||
|
String getQueueOwner()
Retrieves the queue owner's common name.
| Assignment | ||
|
String getQueueOwnerId()
Retrieves the queue owner's identifier.
| Assignment | ||
|
String getQueueTitle()
Retrieves the name of the queue, if it exists.
| Assignment | ||
|
long getQueueType()
Retrieves the type of queue.
| Assignment | ||
|
Retrieves an ACL object for the current assignment.
| Assignment | ||
| Constant | Defined by | ||
|---|---|---|---|
| TYPE_ADMINREASSIGNMENT
[static] This task was reassigned by a Process Manager administrator.
| Assignment | ||
| TYPE_CLAIM
[static] Another user with proper permissions has claimed the task from another worklist.
| Assignment | ||
| TYPE_CONSULT
[static] A consultation assignment, which is a temporary assignment to be returned to the originator after completion.
| Assignment | ||
| TYPE_ESCALATION
[static] This task was reassigned due to a scheduled escalation having executed before the task was completed.
| Assignment | ||
| TYPE_FORWARD
[static] This task was sent to another user for completion.
| Assignment | ||
| TYPE_INITIAL
[static] This is the first assignment for the task.
| Assignment | ||
| TYPE_REJECT
[static] This task was forwarded, but the recipient did not accept it and sent it back to the previous owner.
| Assignment | ||
| getAssignmentCreateTime | () |
public Date getAssignmentCreateTime()Retrieves the assignment creation time.
ReturnsA Date object containing the assignment creation time. |
| getAssignmentType | () |
public long getAssignmentType()Retrieves a numeric representation of the type of assignment for this assignment. Assignment types are:
| The assignment type. |
| getAssignmentUpdateTime | () |
public Date getAssignmentUpdateTime()Retrieves the last modification time for this assignment.
Returns| The last modification time for this assignment. |
| getCurrentAssignmentId | () |
public long getCurrentAssignmentId()Retrieves a numeric identifier for the current assignment.
Returns| The identifier for the current assignment. |
| getQueueId | () |
public long getQueueId()Retrieves the queue identifier for the current assignment.
Returns| The queue identifier. |
| getQueueOwner | () |
public String getQueueOwner()Retrieves the queue owner's common name.
Returns| The queue owner's common name. |
| getQueueOwnerId | () |
public String getQueueOwnerId()Retrieves the queue owner's identifier.
Returns| The queue owner's identifier. |
| getQueueTitle | () |
public String getQueueTitle()Retrieves the name of the queue, if it exists.
ReturnsA String containing the queue title. |
| getQueueType | () |
public long getQueueType()Retrieves the type of queue.
A queue can be either a user queue (com.adobe.idp.taskmanager.dsc.client.queuemanager.QueueManager#QUEUE_TYPE_USER) or a group queue (com.adobe.idp.taskmanager.dsc.client.queuemanager.QueueManager#QUEUE_TYPE_GROUP).
Returns| A numeric value representing the queue type. |
See also
| getUserAcl | () |
public TaskACL getUserAcl()Retrieves an ACL object for the current assignment.
Returns| An ACL object for the current assignment. |
| TYPE_ADMINREASSIGNMENT | Constant |
public static final TYPE_ADMINREASSIGNMENTThis task was reassigned by a Process Manager administrator.
| TYPE_CLAIM | Constant |
public static final TYPE_CLAIMAnother user with proper permissions has claimed the task from another worklist.
| TYPE_CONSULT | Constant |
public static final TYPE_CONSULTA consultation assignment, which is a temporary assignment to be returned to the originator after completion.
| TYPE_ESCALATION | Constant |
public static final TYPE_ESCALATIONThis task was reassigned due to a scheduled escalation having executed before the task was completed.
| TYPE_FORWARD | Constant |
public static final TYPE_FORWARDThis task was sent to another user for completion.
| TYPE_INITIAL | Constant |
public static final TYPE_INITIALThis is the first assignment for the task.
| TYPE_REJECT | Constant |
public static final TYPE_REJECTThis task was forwarded, but the recipient did not accept it and sent it back to the previous owner.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/com/adobe/idp/taskmanager/dsc/client/query/Assignment.html