包 | lc.procmgmt.domain |
类 | public class Assignment |
继承 | Assignment Object |
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Assignment
class describes the assignment of a task
and carries information that determines the queue that contains the task.
属性 | 由以下参数定义 | ||
---|---|---|---|
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 | ||
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | 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 |
常量 | 由以下参数定义 | ||
---|---|---|---|
TYPE_ADMINREASSIGNMENT : int = 5 [静态]
A special value that specifies that the task was reassigned by the administrator. | Assignment | ||
TYPE_CLAIM : int = 3 [静态]
A special value that specifies that the task was claimed. | Assignment | ||
TYPE_CONSULT : int = 6 [静态]
A special value that specifies that the task was consulted. | Assignment | ||
TYPE_ESCALATION : int = 4 [静态]
A special value that specifies that the task was escalated. | Assignment | ||
TYPE_FORWARD : int = 1 [静态]
A special value that specifies that the task was forwarded. | Assignment | ||
TYPE_INITIAL : int = 0 [静态]
A special value that specifies that the task was initially assigned. | Assignment | ||
TYPE_REJECT : int = 2 [静态]
A special value that specifies that the task was rejected. | Assignment |
assignmentCreateTime | 属性 |
assignmentCreateTime:Date
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The creation date of the assignment.
实现
public function get assignmentCreateTime():Date
public function set assignmentCreateTime(value:Date):void
assignmentType | 属性 |
assignmentUpdateTime | 属性 |
assignmentUpdateTime:Date
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The date of the last assignment update.
实现
public function get assignmentUpdateTime():Date
public function set assignmentUpdateTime(value:Date):void
currentAssignmentId | 属性 |
currentAssignmentId:Number
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The identifier for the current assignment.
实现
public function get currentAssignmentId():Number
public function set currentAssignmentId(value:Number):void
queueId | 属性 |
queueOwner | 属性 |
queueOwnerId | 属性 |
queueOwnerId:String
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The identifier of the queue owner.
实现
public function get queueOwnerId():String
public function set queueOwnerId(value:String):void
queueTitle | 属性 |
queueType | 属性 |
queueType:Number
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | 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.
实现
public function get queueType():Number
public function set queueType(value:Number):void
相关 API 元素
userAcl | 属性 |
userAcl:lc.procmgmt.domain:TaskACL
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The access control list for the assignment.
实现
public function get userAcl():lc.procmgmt.domain:TaskACL
public function set userAcl(value:lc.procmgmt.domain:TaskACL):void
TYPE_ADMINREASSIGNMENT | 常量 |
public static const TYPE_ADMINREASSIGNMENT:int = 5
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the task was reassigned by the administrator.
TYPE_CLAIM | 常量 |
public static const TYPE_CLAIM:int = 3
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the task was claimed.
TYPE_CONSULT | 常量 |
public static const TYPE_CONSULT:int = 6
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the task was consulted.
TYPE_ESCALATION | 常量 |
public static const TYPE_ESCALATION:int = 4
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the task was escalated.
TYPE_FORWARD | 常量 |
public static const TYPE_FORWARD:int = 1
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the task was forwarded.
TYPE_INITIAL | 常量 |
public static const TYPE_INITIAL:int = 0
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the task was initially assigned.
TYPE_REJECT | 常量 |
public static const TYPE_REJECT:int = 2
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the task was rejected.
Tue Jun 12 2018, 11:04 AM Z