|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Assignment
An Assignment object contains assignment data related to a task.
| Field Summary | |
|---|---|
static short |
TYPE_ADMINREASSIGNMENT
This task was reassigned by a Process Manager administrator. |
static short |
TYPE_CLAIM
Another user with proper permissions has claimed the task from another worklist. |
static short |
TYPE_CONSULT
A consultation assignment, which is a temporary assignment to be returned to the originator after completion. |
static short |
TYPE_ESCALATION
This task was reassigned due to a scheduled escalation having executed before the task was completed. |
static short |
TYPE_FORWARD
This task was sent to another user for completion. |
static short |
TYPE_INITIAL
This is the first assignment for the task. |
static short |
TYPE_REJECT
This task was forwarded, but the recipient did not accept it and sent it back to the previous owner. |
| Method Summary | |
|---|---|
java.util.Date |
getAssignmentCreateTime()
Retrieves the assignment creation time. |
long |
getAssignmentType()
Retrieves a numeric representation of the type of assignment for this assignment. |
java.util.Date |
getAssignmentUpdateTime()
Retrieves the last modification time for this assignment. |
long |
getCurrentAssignmentId()
Retrieves a numeric identifier for the current assignment. |
long |
getQueueId()
Retrieves the queue identifier for the current assignment. |
java.lang.String |
getQueueOwner()
Retrieves the queue owner's common name. |
java.lang.String |
getQueueOwnerId()
Retrieves the queue owner's identifier. |
java.lang.String |
getQueueTitle()
Retrieves the name of the queue, if it exists. |
long |
getQueueType()
Retrieves the type of queue. |
TaskACL |
getUserAcl()
Retrieves an ACL object for the current assignment. |
| Field Detail |
|---|
static final short TYPE_INITIAL
static final short TYPE_FORWARD
static final short TYPE_REJECT
static final short TYPE_CLAIM
static final short TYPE_ESCALATION
static final short TYPE_ADMINREASSIGNMENT
static final short TYPE_CONSULT
| Method Detail |
|---|
java.util.Date getAssignmentUpdateTime()
java.util.Date getAssignmentCreateTime()
Date object containing the assignment creation time.long getCurrentAssignmentId()
TaskACL getUserAcl()
long getAssignmentType()
TYPE_INITIALTYPE_FORWARDTYPE_REJECTTYPE_CLAIMTYPE_ESCALATIONTYPE_ADMINREASSIGNMENTTYPE_CONSULT
java.lang.String getQueueTitle()
String containing the queue title.long getQueueType()
A queue can be either a user queue (QueueManager.QUEUE_TYPE_USER)
or a group queue (QueueManager.QUEUE_TYPE_GROUP).
QueueManagerlong getQueueId()
java.lang.String getQueueOwner()
java.lang.String getQueueOwnerId()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||