ActionScript® 3.0 Referenzhandbuch für die Adobe® Flash®-Plattform
Home  |  Liste der Pakete und Klassen ausblenden |  Pakete  |  Klassen  |  Neue Funktionen  |  Stichwortverzeichnis  |  Anhänge  |  Warum auf Englisch?
Filter: Daten werden vom Server abgerufen...
Daten werden vom Server abgerufen...
lc.procmgmt.domain 

Assignment  - AS3 ADEP Workspace

Paketlc.procmgmt.domain
Klassepublic class Assignment
VererbungAssignment Inheritance Object

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: 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.



Öffentliche Eigenschaften
 EigenschaftDefiniert von
  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
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz.
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
Öffentliche Methoden
 MethodeDefiniert von
 Inherited
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde.
Object
 Inherited
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde.
Object
 Inherited
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann.
Object
 Inherited
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest.
Object
 Inherited
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas.
Object
 Inherited
Gibt das angegebene Objekt als String zurück.
Object
 Inherited
Gibt den Grundwert des angegebenen Objekts zurück.
Object
Öffentliche Konstanten
 KonstanteDefiniert von
  TYPE_ADMINREASSIGNMENT : int = 5
[statisch] A special value that specifies that the task was reassigned by the administrator.
Assignment
  TYPE_CLAIM : int = 3
[statisch] A special value that specifies that the task was claimed.
Assignment
  TYPE_CONSULT : int = 6
[statisch] A special value that specifies that the task was consulted.
Assignment
  TYPE_ESCALATION : int = 4
[statisch] A special value that specifies that the task was escalated.
Assignment
  TYPE_FORWARD : int = 1
[statisch] A special value that specifies that the task was forwarded.
Assignment
  TYPE_INITIAL : int = 0
[statisch] A special value that specifies that the task was initially assigned.
Assignment
  TYPE_REJECT : int = 2
[statisch] A special value that specifies that the task was rejected.
Assignment
Eigenschaftendetails

assignmentCreateTime

Eigenschaft
assignmentCreateTime:Date

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

The creation date of the assignment.



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

assignmentType

Eigenschaft 
assignmentType:Number

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

The type of assignment.



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

assignmentUpdateTime

Eigenschaft 
assignmentUpdateTime:Date

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

The date of the last assignment update.



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

currentAssignmentId

Eigenschaft 
currentAssignmentId:Number

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

The identifier for the current assignment.



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

queueId

Eigenschaft 
queueId:Number

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

The identifier of the queue.



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

queueOwner

Eigenschaft 
queueOwner:String

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

The owner of the queue.



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

queueOwnerId

Eigenschaft 
queueOwnerId:String

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

The identifier of the queue owner.



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

queueTitle

Eigenschaft 
queueTitle:String

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

The title for the queue.



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

queueType

Eigenschaft 
queueType:Number

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: 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.



Implementierung
    public function get queueType():Number
    public function set queueType(value:Number):void

Verwandte API-Elemente

lc.TaskConstants

userAcl

Eigenschaft 
userAcl:lc.procmgmt.domain:TaskACL

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

The access control list for the assignment.



Implementierung
    public function get userAcl():lc.procmgmt.domain:TaskACL
    public function set userAcl(value:lc.procmgmt.domain:TaskACL):void
Konstantendetails

TYPE_ADMINREASSIGNMENT

Konstante
public static const TYPE_ADMINREASSIGNMENT:int = 5

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

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

TYPE_CLAIM

Konstante 
public static const TYPE_CLAIM:int = 3

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies that the task was claimed.

TYPE_CONSULT

Konstante 
public static const TYPE_CONSULT:int = 6

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies that the task was consulted.

TYPE_ESCALATION

Konstante 
public static const TYPE_ESCALATION:int = 4

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies that the task was escalated.

TYPE_FORWARD

Konstante 
public static const TYPE_FORWARD:int = 1

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies that the task was forwarded.

TYPE_INITIAL

Konstante 
public static const TYPE_INITIAL:int = 0

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

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

TYPE_REJECT

Konstante 
public static const TYPE_REJECT:int = 2

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies that the task was rejected.





[ X ]Warum auf Englisch?
Inhalt des ActionScript 3.0-Referenzhandbuchs wird in englischer Sprache angezeigt

Nicht alle Teile des ActionScript 3.0-Referenzhandbuchs wurden in alle Sprachen übersetzt. Wenn der Text zu einem Sprachelement nicht übersetzt wurde, wird er auf Englisch angezeigt. Zum Beispiel wurden die Informationen zur ga.controls.HelpBox-Klasse nicht in andere Sprachen übersetzt. In der deutschen Version des Referenzhandbuchs erscheint der Abschnitt zur ga.controls.HelpBox-Klasse deshalb auf Englisch.