Packagelc.domain
Classpublic class Assignment
InheritanceAssignment Inheritance Object

The Assignment class describes the assignment of a task and carries information that determines the queue that contains the task.



Public Properties
 PropertyDefined 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
 Inheritedconstructor : 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
 Inheritedprototype : 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
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined 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
Property Detail
assignmentCreateTimeproperty
assignmentCreateTime:Date  [read-write]

The creation date of the assignment.


Implementation
    public function get assignmentCreateTime():Date
    public function set assignmentCreateTime(value:Date):void
assignmentTypeproperty 
assignmentType:Number  [read-write]

The type of the assignment.


Implementation
    public function get assignmentType():Number
    public function set assignmentType(value:Number):void
assignmentUpdateTimeproperty 
assignmentUpdateTime:Date  [read-write]

The date of the last assignment update.


Implementation
    public function get assignmentUpdateTime():Date
    public function set assignmentUpdateTime(value:Date):void
currentAssignmentIdproperty 
currentAssignmentId:Number  [read-write]

The identifier for the current assignment.


Implementation
    public function get currentAssignmentId():Number
    public function set currentAssignmentId(value:Number):void
queueIdproperty 
queueId:Number  [read-write]

The identifier of the queue.


Implementation
    public function get queueId():Number
    public function set queueId(value:Number):void
queueOwnerproperty 
queueOwner:String  [read-write]

The owner of the queue.


Implementation
    public function get queueOwner():String
    public function set queueOwner(value:String):void
queueOwnerIdproperty 
queueOwnerId:String  [read-write]

The identifier of the queue owner.


Implementation
    public function get queueOwnerId():String
    public function set queueOwnerId(value:String):void
queueTitleproperty 
queueTitle:String  [read-write]

The title for the queue.


Implementation
    public function get queueTitle():String
    public function set queueTitle(value:String):void
queueTypeproperty 
queueType:Number  [read-write]

The type of queue, which can be a value of TaskConstants.OWNER, TaskConstants.USER, or TaskConstants.GROUP.


Implementation
    public function get queueType():Number
    public function set queueType(value:Number):void

See also

userAclproperty 
userAcl:TaskACL  [read-write]

The access control list for the assignment.


Implementation
    public function get userAcl():TaskACL
    public function set userAcl(value:TaskACL):void
Constant Detail
TYPE_ADMINREASSIGNMENTConstant
public static const TYPE_ADMINREASSIGNMENT:int = 5

A special value that specifies that the task was reassigned by the administrator.

TYPE_CLAIMConstant 
public static const TYPE_CLAIM:int = 3

A special value that specifies that the task was claimed.

TYPE_CONSULTConstant 
public static const TYPE_CONSULT:int = 6

A special value that specifies that the task was consulted.

TYPE_ESCALATIONConstant 
public static const TYPE_ESCALATION:int = 4

A special value that specifies that the task was escalated.

TYPE_FORWARDConstant 
public static const TYPE_FORWARD:int = 1

A special value that specifies that the task was forwarded.

TYPE_INITIALConstant 
public static const TYPE_INITIAL:int = 0

A special value that specifies that the task was initially assigned.

TYPE_REJECTConstant 
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