Packagecom.adobe.idp.taskmanager.dsc.client.query
Interfacepublic interface Assignment

An Assignment object contains assignment data related to a task.



Public Methods
 MethodDefined By
  
Retrieves the assignment creation time.
Assignment
  
Retrieves a numeric representation of the type of assignment for this assignment.
Assignment
  
Retrieves the last modification time for this assignment.
Assignment
  
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
  
Retrieves the queue owner's identifier.
Assignment
  
String getQueueTitle()
Retrieves the name of the queue, if it exists.
Assignment
  
Retrieves the type of queue.
Assignment
  
Retrieves an ACL object for the current assignment.
Assignment
Public Constants
 ConstantDefined 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
Method Detail
getAssignmentCreateTime()
public Date getAssignmentCreateTime()

Retrieves the assignment creation time.

Returns
A 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:

Returns
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.

Returns
A 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.
Constant Detail
TYPE_ADMINREASSIGNMENTConstant
public static final TYPE_ADMINREASSIGNMENT

This task was reassigned by a Process Manager administrator.

TYPE_CLAIMConstant 
public static final TYPE_CLAIM

Another user with proper permissions has claimed the task from another worklist.

TYPE_CONSULTConstant 
public static final TYPE_CONSULT

A consultation assignment, which is a temporary assignment to be returned to the originator after completion.

TYPE_ESCALATIONConstant 
public static final TYPE_ESCALATION

This task was reassigned due to a scheduled escalation having executed before the task was completed.

TYPE_FORWARDConstant 
public static final TYPE_FORWARD

This task was sent to another user for completion.

TYPE_INITIALConstant 
public static final TYPE_INITIAL

This is the first assignment for the task.

TYPE_REJECTConstant 
public static final TYPE_REJECT

This 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/8.2/programLC/programmer/javadoc/com/adobe/idp/taskmanager/dsc/client/query/Assignment.html