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 

TaskConstants  - AS3 ADEP Workspace

Paketlc.procmgmt
Klassepublic class TaskConstants
VererbungTaskConstants 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 TaskConstants class holds constants for the Task class status and priority properties. It also provides static helper methods to convert these numeric constants into localized strings.



Öffentliche Eigenschaften
 EigenschaftDefiniert von
 Inheritedconstructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz.
Object
Öffentliche Methoden
 MethodeDefiniert von
  
[statisch] Returns a localized string corresponding to the priority of the task.
TaskConstants
  
[statisch] Returns a localized string corresponding to the status of the task.
TaskConstants
 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
  PRIORITY_HIGH : int = 2
[statisch] A special value that specifies the task priority is high.
TaskConstants
  PRIORITY_HIGHEST : int = 1
[statisch] A special value that specifies the highest task priority.
TaskConstants
  PRIORITY_LOW : int = 4
[statisch] A special value that specifies the task priority is low.
TaskConstants
  PRIORITY_LOWEST : int = 5
[statisch] A special value that specifies the lowest task priority.
TaskConstants
  PRIORITY_NORMAL : int = 3
[statisch] A special value that specifies the task priority is normal.
TaskConstants
  TASK_CLASS_MULTI_USER : String = "Multi"
[statisch] The value that specifies the task is from an Approval Service.
TaskConstants
  TASK_CLASS_STANDARD : String = "Standard"
[statisch] The value that specifies the task is from an User 2.0 service.
TaskConstants
  TASK_CLASS_STANDARD_LC8 : String = "Standard_LC8"
[statisch] The value that specifies the task is from an User 1.0 service.
TaskConstants
  TASK_STATUS_ASSIGNED : int = 3
[statisch] A special value that specifies the task has been assigned.
TaskConstants
  TASK_STATUS_ASSIGNED_SAVED : int = 4
[statisch] A special value that specifies the task has been assigned and saved.
TaskConstants
  TASK_STATUS_COMPLETED : int = 100
[statisch] A special value that specifies the task has been completed.
TaskConstants
  TASK_STATUS_CREATED : int = 1
[statisch] A special value that specifies the task has been created.
TaskConstants
  TASK_STATUS_CREATED_SAVED : int = 2
[statisch] A special value that specifies the task has been created and saved.
TaskConstants
  TASK_STATUS_DEADLINED : int = 101
[statisch] A special value that specifies the task has deadlined.
TaskConstants
  TASK_STATUS_TERMINATED : int = 102
[statisch] A special value that specifies the task has been terminated.
TaskConstants
Methodendetails

getPriority

()Methode
public static function getPriority(task:lc.procmgmt.domain:Task):String

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

Returns a localized string corresponding to the priority of the task.

Parameter

task:lc.procmgmt.domain:Task — Specifies the task for which to retrieve the priority.

Rückgabewerte
String — A localized string corresponding to the priority of the task.

getStatusString

()Methode 
public static function getStatusString(task:lc.procmgmt.domain:Task):String

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

Returns a localized string corresponding to the status of the task.

Parameter

task:lc.procmgmt.domain:Task — Specifies the task for which to retrieve the status.

Rückgabewerte
String — A localized string corresponding to the status of the task.
Konstantendetails

PRIORITY_HIGH

Konstante
public static const PRIORITY_HIGH: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 the task priority is high.

PRIORITY_HIGHEST

Konstante 
public static const PRIORITY_HIGHEST: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 the highest task priority.

PRIORITY_LOW

Konstante 
public static const PRIORITY_LOW: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 the task priority is low.

PRIORITY_LOWEST

Konstante 
public static const PRIORITY_LOWEST: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 the lowest task priority.

PRIORITY_NORMAL

Konstante 
public static const PRIORITY_NORMAL: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 the task priority is normal.

TASK_CLASS_MULTI_USER

Konstante 
public static const TASK_CLASS_MULTI_USER:String = "Multi"

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

The value that specifies the task is from an Approval Service.

TASK_CLASS_STANDARD

Konstante 
public static const TASK_CLASS_STANDARD:String = "Standard"

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

The value that specifies the task is from an User 2.0 service.

TASK_CLASS_STANDARD_LC8

Konstante 
public static const TASK_CLASS_STANDARD_LC8:String = "Standard_LC8"

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

The value that specifies the task is from an User 1.0 service.

TASK_STATUS_ASSIGNED

Konstante 
public static const TASK_STATUS_ASSIGNED: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 the task has been assigned.

TASK_STATUS_ASSIGNED_SAVED

Konstante 
public static const TASK_STATUS_ASSIGNED_SAVED: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 the task has been assigned and saved.

TASK_STATUS_COMPLETED

Konstante 
public static const TASK_STATUS_COMPLETED:int = 100

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 the task has been completed.

TASK_STATUS_CREATED

Konstante 
public static const TASK_STATUS_CREATED: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 the task has been created.

TASK_STATUS_CREATED_SAVED

Konstante 
public static const TASK_STATUS_CREATED_SAVED: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 the task has been created and saved.

TASK_STATUS_DEADLINED

Konstante 
public static const TASK_STATUS_DEADLINED:int = 101

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 the task has deadlined.

TASK_STATUS_TERMINATED

Konstante 
public static const TASK_STATUS_TERMINATED:int = 102

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 the task has been terminated.





[ 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.