| 패키지 | 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 | 속성 |
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):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 | 속성 |
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):voidqueueTitle | 속성 |
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):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, 03:17 PM Z
상속되는 공용 속성 숨기기
상속되는 공용 속성 표시