| Пакет | 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):voidassignmentType | свойство |
assignmentType:Number| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The type of assignment.
Реализация
public function get assignmentType():Number public function set assignmentType(value:Number):voidassignmentUpdateTime | свойство |
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):voidcurrentAssignmentId | свойство |
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):voidqueueId | свойство |
queueId:Number| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The identifier of the queue.
Реализация
public function get queueId():Number public function set queueId(value:Number):voidqueueOwner | свойство |
queueOwner:String| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The owner of the queue.
Реализация
public function get queueOwner():String public function set queueOwner(value:String):voidqueueOwnerId | свойство |
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):voidqueueTitle | свойство |
queueTitle:String| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The title for the queue.
Реализация
public function get queueTitle():String public function set queueTitle(value:String):voidqueueType | свойство |
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):voidTYPE_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:34 AM Z
Скрыть унаследованные общедоступные свойства
Показать унаследованные общедоступные свойства