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...
com.adobe.solutions.prm.constant 

ProjectState  - AS3 Project Management

Packagecom.adobe.solutions.prm.constant
Classepublic class ProjectState
HéritageProjectState Inheritance Object
Sous-classes LocalizedProjectState

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Project Management 10.0
Versions du moteur d’exécution: Flash Player 10.2, AIR (unsupported)

This class defines the default states of project and WorkItem. Project or workitem moves from lower order state to higher order state only exception to this is that a terminated or completed (higher order) project can move back to in progress state (lower order), if a new child project or workitem is added to it.



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
  
The constructor of ProjectState class.
ProjectState
 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
  COMPLETED : String = "COMPLETED"
[statique] A project or workitem moves to IN_progress state when it starts, as scheduled or as activated manually.
ProjectState
  INACTIVE : String = "INACTIVE"
[statique] The initial state for a project or workitem is Inactive.
ProjectState
  IN_PROGRESS : String = "IN_PROGRESS"
[statique] A project or workitem move to the Pending state before it starts.
ProjectState
  PENDING : String = "PENDING"
[statique] Pending state indicates a termination of a project or a workitem by the user.
ProjectState
  TERMINATED : String = "TERMINATED"
[statique] A project and a WorkItem move to a Completed state when all the children are in a Completed state and when the associated workflow has ended, respectively.
ProjectState
  TYPES : Array
[statique] An array of all the states of a project or a workitem.
ProjectState
Détails du constructeur

ProjectState

()Constructeur
public function ProjectState()

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Project Management 10.0
Versions du moteur d’exécution: Flash Player 10.2, AIR (unsupported)

The constructor of ProjectState class.

Détails de la constante

COMPLETED

Constante
public static const COMPLETED:String = "COMPLETED"

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Project Management 10.0
Versions du moteur d’exécution: Flash Player 10.2, AIR (unsupported)

A project or workitem moves to IN_progress state when it starts, as scheduled or as activated manually.

IN_PROGRESS

Constante 
public static const IN_PROGRESS:String = "IN_PROGRESS"

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Project Management 10.0
Versions du moteur d’exécution: Flash Player 10.2, AIR (unsupported)

A project or workitem move to the Pending state before it starts.

INACTIVE

Constante 
public static const INACTIVE:String = "INACTIVE"

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Project Management 10.0
Versions du moteur d’exécution: Flash Player 10.2, AIR (unsupported)

The initial state for a project or workitem is Inactive.

PENDING

Constante 
public static const PENDING:String = "PENDING"

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Project Management 10.0
Versions du moteur d’exécution: Flash Player 10.2, AIR (unsupported)

Pending state indicates a termination of a project or a workitem by the user.

TERMINATED

Constante 
public static const TERMINATED:String = "TERMINATED"

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Project Management 10.0
Versions du moteur d’exécution: Flash Player 10.2, AIR (unsupported)

A project and a WorkItem move to a Completed state when all the children are in a Completed state and when the associated workflow has ended, respectively.

TYPES

Constante 
public static const TYPES:Array

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Project Management 10.0
Versions du moteur d’exécution: Flash Player 10.2, AIR (unsupported)

An array of all the states of a project or a workitem.





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