| Pakiet | lc.procmgmt.domain |
| Klasa | public class Assignment |
| Dziedziczenie | Assignment Object |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | 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.
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| 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
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | 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 | ||
| Stała | Zdefiniowane przez | ||
|---|---|---|---|
| TYPE_ADMINREASSIGNMENT : int = 5 [statyczny]
A special value that specifies that the task was reassigned by the administrator. | Assignment | ||
| TYPE_CLAIM : int = 3 [statyczny]
A special value that specifies that the task was claimed. | Assignment | ||
| TYPE_CONSULT : int = 6 [statyczny]
A special value that specifies that the task was consulted. | Assignment | ||
| TYPE_ESCALATION : int = 4 [statyczny]
A special value that specifies that the task was escalated. | Assignment | ||
| TYPE_FORWARD : int = 1 [statyczny]
A special value that specifies that the task was forwarded. | Assignment | ||
| TYPE_INITIAL : int = 0 [statyczny]
A special value that specifies that the task was initially assigned. | Assignment | ||
| TYPE_REJECT : int = 2 [statyczny]
A special value that specifies that the task was rejected. | Assignment | ||
assignmentCreateTime | właściwość |
assignmentCreateTime:Date| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The creation date of the assignment.
Implementacja
public function get assignmentCreateTime():Date public function set assignmentCreateTime(value:Date):voidassignmentType | właściwość |
assignmentType:Number| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The type of assignment.
Implementacja
public function get assignmentType():Number public function set assignmentType(value:Number):voidassignmentUpdateTime | właściwość |
assignmentUpdateTime:Date| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The date of the last assignment update.
Implementacja
public function get assignmentUpdateTime():Date public function set assignmentUpdateTime(value:Date):voidcurrentAssignmentId | właściwość |
currentAssignmentId:Number| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The identifier for the current assignment.
Implementacja
public function get currentAssignmentId():Number public function set currentAssignmentId(value:Number):voidqueueId | właściwość |
queueId:Number| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The identifier of the queue.
Implementacja
public function get queueId():Number public function set queueId(value:Number):voidqueueOwner | właściwość |
queueOwner:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The owner of the queue.
Implementacja
public function get queueOwner():String public function set queueOwner(value:String):voidqueueOwnerId | właściwość |
queueOwnerId:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The identifier of the queue owner.
Implementacja
public function get queueOwnerId():String public function set queueOwnerId(value:String):voidqueueTitle | właściwość |
queueTitle:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The title for the queue.
Implementacja
public function get queueTitle():String public function set queueTitle(value:String):voidqueueType | właściwość |
queueType:Number| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | 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.
Implementacja
public function get queueType():Number public function set queueType(value:Number):voidPowiązane elementy interfejsu API
userAcl | właściwość |
userAcl:lc.procmgmt.domain:TaskACL| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The access control list for the assignment.
Implementacja
public function get userAcl():lc.procmgmt.domain:TaskACL public function set userAcl(value:lc.procmgmt.domain:TaskACL):voidTYPE_ADMINREASSIGNMENT | Stała |
public static const TYPE_ADMINREASSIGNMENT:int = 5| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the task was reassigned by the administrator.
TYPE_CLAIM | Stała |
public static const TYPE_CLAIM:int = 3| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the task was claimed.
TYPE_CONSULT | Stała |
public static const TYPE_CONSULT:int = 6| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the task was consulted.
TYPE_ESCALATION | Stała |
public static const TYPE_ESCALATION:int = 4| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the task was escalated.
TYPE_FORWARD | Stała |
public static const TYPE_FORWARD:int = 1| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the task was forwarded.
TYPE_INITIAL | Stała |
public static const TYPE_INITIAL:int = 0| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the task was initially assigned.
TYPE_REJECT | Stała |
public static const TYPE_REJECT:int = 2| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the task was rejected.
Tue Jun 12 2018, 12:06 PM Z
Ukryj dziedziczone właściwości publiczne
Pokaż dziedziczone właściwości publiczne