| Package | lc.domain |
| Class | public class Assignment |
| Inheritance | Assignment Object |
Assignment class describes the assignment of a task
and carries information that determines the queue that contains the task.
| Property | Defined By | ||
|---|---|---|---|
| assignmentCreateTime : Date
The creation date of the assignment.
| Assignment | ||
| assignmentType : Number
The type of the assignment.
| Assignment | ||
| assignmentUpdateTime : Date
The date of the last assignment update.
| Assignment | ||
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | |
| currentAssignmentId : Number
The identifier for the current assignment.
| Assignment | ||
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| queueId : Number
The identifier of the queue.
| Assignment | ||
| queueOwner : String
The owner of the queue.
| Assignment | ||
| queueOwnerId : String
The identifier of the queue owner.
| Assignment | ||
| queueTitle : String
The title for the queue.
| Assignment | ||
| queueType : Number
The type of queue, which can be a value of TaskConstants.OWNER,
TaskConstants.USER, or TaskConstants.GROUP.
| Assignment | ||
| userAcl : TaskACL
The access control list for the assignment.
| Assignment | ||
| Constant | Defined By | ||
|---|---|---|---|
| TYPE_ADMINREASSIGNMENT : int = 5 [static]
A special value that specifies that the task was reassigned by the administrator.
| Assignment | ||
| TYPE_CLAIM : int = 3 [static]
A special value that specifies that the task was claimed.
| Assignment | ||
| TYPE_CONSULT : int = 6 [static]
A special value that specifies that the task was consulted.
| Assignment | ||
| TYPE_ESCALATION : int = 4 [static]
A special value that specifies that the task was escalated.
| Assignment | ||
| TYPE_FORWARD : int = 1 [static]
A special value that specifies that the task was forwarded.
| Assignment | ||
| TYPE_INITIAL : int = 0 [static]
A special value that specifies that the task was initially assigned.
| Assignment | ||
| TYPE_REJECT : int = 2 [static]
A special value that specifies that the task was rejected.
| Assignment | ||
| assignmentCreateTime | property |
assignmentCreateTime:Date [read-write] The creation date of the assignment.
public function get assignmentCreateTime():Date
public function set assignmentCreateTime(value:Date):void
| assignmentType | property |
assignmentType:Number [read-write] The type of the assignment.
public function get assignmentType():Number
public function set assignmentType(value:Number):void
| assignmentUpdateTime | property |
assignmentUpdateTime:Date [read-write] The date of the last assignment update.
public function get assignmentUpdateTime():Date
public function set assignmentUpdateTime(value:Date):void
| currentAssignmentId | property |
currentAssignmentId:Number [read-write] The identifier for the current assignment.
public function get currentAssignmentId():Number
public function set currentAssignmentId(value:Number):void
| queueId | property |
queueId:Number [read-write] The identifier of the queue.
public function get queueId():Number
public function set queueId(value:Number):void
| queueOwner | property |
queueOwner:String [read-write] The owner of the queue.
public function get queueOwner():String
public function set queueOwner(value:String):void
| queueOwnerId | property |
queueOwnerId:String [read-write] The identifier of the queue owner.
public function get queueOwnerId():String
public function set queueOwnerId(value:String):void
| queueTitle | property |
queueTitle:String [read-write] The title for the queue.
public function get queueTitle():String
public function set queueTitle(value:String):void
| queueType | property |
queueType:Number [read-write] The type of queue, which can be a value of TaskConstants.OWNER, TaskConstants.USER, or TaskConstants.GROUP.
public function get queueType():Number
public function set queueType(value:Number):void
See also
| userAcl | property |
userAcl:TaskACL [read-write] The access control list for the assignment.
public function get userAcl():TaskACL
public function set userAcl(value:TaskACL):void
| TYPE_ADMINREASSIGNMENT | Constant |
public static const TYPE_ADMINREASSIGNMENT:int = 5
A special value that specifies that the task was reassigned by the administrator.
| TYPE_CLAIM | Constant |
public static const TYPE_CLAIM:int = 3
A special value that specifies that the task was claimed.
| TYPE_CONSULT | Constant |
public static const TYPE_CONSULT:int = 6
A special value that specifies that the task was consulted.
| TYPE_ESCALATION | Constant |
public static const TYPE_ESCALATION:int = 4
A special value that specifies that the task was escalated.
| TYPE_FORWARD | Constant |
public static const TYPE_FORWARD:int = 1
A special value that specifies that the task was forwarded.
| TYPE_INITIAL | Constant |
public static const TYPE_INITIAL:int = 0
A special value that specifies that the task was initially assigned.
| TYPE_REJECT | Constant |
public static const TYPE_REJECT:int = 2
A special value that specifies that the task was rejected.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/lc/domain/Assignment.html