ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
lc.procmgmt.domain 

Assignment  - AS3 ADEP Workspace

Packagelc.procmgmt.domain
Classpublic class Assignment
InheritanceAssignment Inheritance Object

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

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 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
  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 : lc.procmgmt.domain: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 this object, formatted according to locale-specific conventions.
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

assignmentCreateTime

property
assignmentCreateTime:Date

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The creation date of the assignment.



Implementation
    public function get assignmentCreateTime():Date
    public function set assignmentCreateTime(value:Date):void

assignmentType

property 
assignmentType:Number

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The type of assignment.



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

assignmentUpdateTime

property 
assignmentUpdateTime:Date

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The date of the last assignment update.



Implementation
    public function get assignmentUpdateTime():Date
    public function set assignmentUpdateTime(value:Date):void

currentAssignmentId

property 
currentAssignmentId:Number

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The identifier for the current assignment.



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

queueId

property 
queueId:Number

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The identifier of the queue.



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

queueOwner

property 
queueOwner:String

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The owner of the queue.



Implementation
    public function get queueOwner():String
    public function set queueOwner(value:String):void

queueOwnerId

property 
queueOwnerId:String

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The identifier of the queue owner.



Implementation
    public function get queueOwnerId():String
    public function set queueOwnerId(value:String):void

queueTitle

property 
queueTitle:String

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The title for the queue.



Implementation
    public function get queueTitle():String
    public function set queueTitle(value:String):void

queueType

property 
queueType:Number

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

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

Related API Elements

lc.TaskConstants

userAcl

property 
userAcl:lc.procmgmt.domain:TaskACL

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The access control list for the assignment.



Implementation
    public function get userAcl():lc.procmgmt.domain:TaskACL
    public function set userAcl(value:lc.procmgmt.domain:TaskACL):void
Constant Detail

TYPE_ADMINREASSIGNMENT

Constant
public static const TYPE_ADMINREASSIGNMENT:int = 5

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

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

TYPE_CLAIM

Constant 
public static const TYPE_CLAIM:int = 3

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies that the task was claimed.

TYPE_CONSULT

Constant 
public static const TYPE_CONSULT:int = 6

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies that the task was consulted.

TYPE_ESCALATION

Constant 
public static const TYPE_ESCALATION:int = 4

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies that the task was escalated.

TYPE_FORWARD

Constant 
public static const TYPE_FORWARD:int = 1

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies that the task was forwarded.

TYPE_INITIAL

Constant 
public static const TYPE_INITIAL:int = 0

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

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

TYPE_REJECT

Constant 
public static const TYPE_REJECT:int = 2

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies that the task was rejected.