Guide de référence ActionScript® 3.0 pour la plate-forme Adobe® Flash®
Accueil  |  Masquer la liste des packages et des classes |  Packages  |  Classes  |  Nouveautés  |  Index  |  Annexes  |  Pourquoi existe-t-il du contenu en anglais ?
Filtres : Récupération des données du serveur...
Récupération des données du serveur...
lc.procmgmt 

TaskConstants  - AS3 ADEP Workspace

Packagelc.procmgmt
Classepublic class TaskConstants
HéritageTaskConstants Inheritance Object

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: 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.



Propriétés publiques
 PropriétéDéfini par
 Inheritedconstructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet.
Object
Méthodes publiques
 MéthodeDéfini par
  
[statique] Returns a localized string corresponding to the priority of the task.
TaskConstants
  
[statique] Returns a localized string corresponding to the status of the task.
TaskConstants
 Inherited
Indique si la propriété spécifiée d’un objet est définie.
Object
 Inherited
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre.
Object
 Inherited
Indique si la propriété spécifiée existe et est énumérable.
Object
 Inherited
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle.
Object
 Inherited
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur.
Object
 Inherited
Renvoie la représentation sous forme de chaîne de l’objet spécifié.
Object
 Inherited
Renvoie la valeur primitive de l’objet spécifié.
Object
Constantes publiques
 ConstanteDéfini par
  PRIORITY_HIGH : int = 2
[statique] A special value that specifies the task priority is high.
TaskConstants
  PRIORITY_HIGHEST : int = 1
[statique] A special value that specifies the highest task priority.
TaskConstants
  PRIORITY_LOW : int = 4
[statique] A special value that specifies the task priority is low.
TaskConstants
  PRIORITY_LOWEST : int = 5
[statique] A special value that specifies the lowest task priority.
TaskConstants
  PRIORITY_NORMAL : int = 3
[statique] A special value that specifies the task priority is normal.
TaskConstants
  TASK_CLASS_MULTI_USER : String = "Multi"
[statique] The value that specifies the task is from an Approval Service.
TaskConstants
  TASK_CLASS_STANDARD : String = "Standard"
[statique] The value that specifies the task is from an User 2.0 service.
TaskConstants
  TASK_CLASS_STANDARD_LC8 : String = "Standard_LC8"
[statique] The value that specifies the task is from an User 1.0 service.
TaskConstants
  TASK_STATUS_ASSIGNED : int = 3
[statique] A special value that specifies the task has been assigned.
TaskConstants
  TASK_STATUS_ASSIGNED_SAVED : int = 4
[statique] A special value that specifies the task has been assigned and saved.
TaskConstants
  TASK_STATUS_COMPLETED : int = 100
[statique] A special value that specifies the task has been completed.
TaskConstants
  TASK_STATUS_CREATED : int = 1
[statique] A special value that specifies the task has been created.
TaskConstants
  TASK_STATUS_CREATED_SAVED : int = 2
[statique] A special value that specifies the task has been created and saved.
TaskConstants
  TASK_STATUS_DEADLINED : int = 101
[statique] A special value that specifies the task has deadlined.
TaskConstants
  TASK_STATUS_TERMINATED : int = 102
[statique] A special value that specifies the task has been terminated.
TaskConstants
Détails de la méthode

getPriority

()méthode
public static function getPriority(task:lc.procmgmt.domain:Task):String

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

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

Paramètres

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

Valeur renvoyée
String — A localized string corresponding to the priority of the task.

getStatusString

()méthode 
public static function getStatusString(task:lc.procmgmt.domain:Task):String

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

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

Paramètres

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

Valeur renvoyée
String — A localized string corresponding to the status of the task.
Détails de la constante

PRIORITY_HIGH

Constante
public static const PRIORITY_HIGH:int = 2

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the task priority is high.

PRIORITY_HIGHEST

Constante 
public static const PRIORITY_HIGHEST:int = 1

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the highest task priority.

PRIORITY_LOW

Constante 
public static const PRIORITY_LOW:int = 4

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the task priority is low.

PRIORITY_LOWEST

Constante 
public static const PRIORITY_LOWEST:int = 5

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the lowest task priority.

PRIORITY_NORMAL

Constante 
public static const PRIORITY_NORMAL:int = 3

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the task priority is normal.

TASK_CLASS_MULTI_USER

Constante 
public static const TASK_CLASS_MULTI_USER:String = "Multi"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

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

TASK_CLASS_STANDARD

Constante 
public static const TASK_CLASS_STANDARD:String = "Standard"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: 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

Constante 
public static const TASK_CLASS_STANDARD_LC8:String = "Standard_LC8"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

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

TASK_STATUS_ASSIGNED

Constante 
public static const TASK_STATUS_ASSIGNED:int = 3

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the task has been assigned.

TASK_STATUS_ASSIGNED_SAVED

Constante 
public static const TASK_STATUS_ASSIGNED_SAVED:int = 4

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the task has been assigned and saved.

TASK_STATUS_COMPLETED

Constante 
public static const TASK_STATUS_COMPLETED:int = 100

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the task has been completed.

TASK_STATUS_CREATED

Constante 
public static const TASK_STATUS_CREATED:int = 1

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the task has been created.

TASK_STATUS_CREATED_SAVED

Constante 
public static const TASK_STATUS_CREATED_SAVED:int = 2

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the task has been created and saved.

TASK_STATUS_DEADLINED

Constante 
public static const TASK_STATUS_DEADLINED:int = 101

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the task has deadlined.

TASK_STATUS_TERMINATED

Constante 
public static const TASK_STATUS_TERMINATED:int = 102

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the task has been terminated.





[ X ]Pourquoi existe-t-il du contenu en anglais ?
Certaines parties du Guide de référence ActionScript 3.0 sont en anglais

Tout le contenu du Guide de référence ActionScript 3.0 n’a pas été traduit dans toutes les langues. Si un élément de langage n’est pas traduit, il s’affiche en anglais. Par exemple, la classe ga.controls.HelpBox n’est traduite dans aucune langue. Ainsi, dans la version française du guide de référence, la classe ga.controls.HelpBox apparaît en anglais.