Package | com.adobe.solutions.prm.constant |
Classe | public class StatusReasonCode |
Héritage | StatusReasonCode Object |
Sous-classes | LocalizedStatusReasonCode |
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) |
Méthode | Défini par | ||
---|---|---|---|
The constructor for StatusReasonCode class. | StatusReasonCode | ||
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 |
Constante | Défini par | ||
---|---|---|---|
ASSET_CONTENT_MISSING : String = "ASSET_CONTENT_MISSING" [statique]
Indicates that an asset entity does not have any associated content. | StatusReasonCode | ||
ASSET_EXPIRED : String = "ASSET_EXPIRED" [statique]
Indicates that a workflow associated with an asset has reached its deadline. | StatusReasonCode | ||
ASSET_REJECTED : String = "ASSET_REJECTED" [statique]
Indicates that an asset is rejected in the workflow. | StatusReasonCode | ||
ASSET_TEMPLATE_MISSING : String = "ASSET_TEMPLATE_MISSING" [statique]
Indicates that no schedule associated with a current asset is being activated. | StatusReasonCode | ||
DEFAULT : String = "DEFAULT" [statique]
Indicates a default value. | StatusReasonCode | ||
DUE_DATE_OUT_OF_BOUND : String = "DUE_DATE_OUT_OF_BOUND" [statique]
Indicates that due date of a child entity are out of bound of the due dates of the parent. | StatusReasonCode | ||
PROJECT_ASSET_MISSING : String = "PROJECT_ASSET_MISSING" [statique]
Indicates that no asset is associated with a work item. | StatusReasonCode | ||
ROLLED_UP_FROM_CHILD : String = "ROLLED_UP_FROM_CHILD" [statique]
Indicates that the current status is a result of a roll up from a child entity. | StatusReasonCode | ||
RUNNING_LATE : String = "RUNNING_LATE" [statique]
Indicates that a project or workitem is running late from its schedule
| StatusReasonCode |
StatusReasonCode | () | Constructeur |
public function StatusReasonCode()
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 for StatusReasonCode
class.
ASSET_CONTENT_MISSING | Constante |
public static const ASSET_CONTENT_MISSING:String = "ASSET_CONTENT_MISSING"
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) |
Indicates that an asset entity does not have any associated content.
ASSET_EXPIRED | Constante |
public static const ASSET_EXPIRED:String = "ASSET_EXPIRED"
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) |
Indicates that a workflow associated with an asset has reached its deadline.
ASSET_REJECTED | Constante |
public static const ASSET_REJECTED:String = "ASSET_REJECTED"
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) |
Indicates that an asset is rejected in the workflow.
ASSET_TEMPLATE_MISSING | Constante |
public static const ASSET_TEMPLATE_MISSING:String = "ASSET_TEMPLATE_MISSING"
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) |
Indicates that no schedule associated with a current asset is being activated.
DEFAULT | Constante |
public static const DEFAULT:String = "DEFAULT"
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) |
Indicates a default value.
DUE_DATE_OUT_OF_BOUND | Constante |
public static const DUE_DATE_OUT_OF_BOUND:String = "DUE_DATE_OUT_OF_BOUND"
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) |
Indicates that due date of a child entity are out of bound of the due dates of the parent.
PROJECT_ASSET_MISSING | Constante |
public static const PROJECT_ASSET_MISSING:String = "PROJECT_ASSET_MISSING"
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) |
Indicates that no asset is associated with a work item.
ROLLED_UP_FROM_CHILD | Constante |
public static const ROLLED_UP_FROM_CHILD:String = "ROLLED_UP_FROM_CHILD"
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) |
Indicates that the current status is a result of a roll up from a child entity.
RUNNING_LATE | Constante |
public static const RUNNING_LATE:String = "RUNNING_LATE"
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) |
Indicates that a project or workitem is running late from its schedule
Tue Jun 12 2018, 09:30 AM Z