Package | com.adobe.solutions.prm.constant |
Classe | public class ProjectState |
Héritage | ProjectState 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) |
Propriétés publiques
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
The constructor of ProjectState class. | ProjectState | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
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 | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
Constantes publiques
Constante | Dé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.
Tue Jun 12 2018, 09:30 AM Z