Paket | com.adobe.solutions.prm.constant |
Klasse | public class StatusReasonCode |
Vererbung | StatusReasonCode Object |
Unterklassen | LocalizedStatusReasonCode |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Project Management“ 10.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Methode | Definiert von | ||
---|---|---|---|
The constructor for StatusReasonCode class. | StatusReasonCode | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
Konstante | Definiert von | ||
---|---|---|---|
ASSET_CONTENT_MISSING : String = "ASSET_CONTENT_MISSING" [statisch]
Indicates that an asset entity does not have any associated content. | StatusReasonCode | ||
ASSET_EXPIRED : String = "ASSET_EXPIRED" [statisch]
Indicates that a workflow associated with an asset has reached its deadline. | StatusReasonCode | ||
ASSET_REJECTED : String = "ASSET_REJECTED" [statisch]
Indicates that an asset is rejected in the workflow. | StatusReasonCode | ||
ASSET_TEMPLATE_MISSING : String = "ASSET_TEMPLATE_MISSING" [statisch]
Indicates that no schedule associated with a current asset is being activated. | StatusReasonCode | ||
DEFAULT : String = "DEFAULT" [statisch]
Indicates a default value. | StatusReasonCode | ||
DUE_DATE_OUT_OF_BOUND : String = "DUE_DATE_OUT_OF_BOUND" [statisch]
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" [statisch]
Indicates that no asset is associated with a work item. | StatusReasonCode | ||
ROLLED_UP_FROM_CHILD : String = "ROLLED_UP_FROM_CHILD" [statisch]
Indicates that the current status is a result of a roll up from a child entity. | StatusReasonCode | ||
RUNNING_LATE : String = "RUNNING_LATE" [statisch]
Indicates that a project or workitem is running late from its schedule
| StatusReasonCode |
StatusReasonCode | () | Konstruktor |
public function StatusReasonCode()
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Project Management“ 10.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The constructor for StatusReasonCode
class.
ASSET_CONTENT_MISSING | Konstante |
public static const ASSET_CONTENT_MISSING:String = "ASSET_CONTENT_MISSING"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Project Management“ 10.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Indicates that an asset entity does not have any associated content.
ASSET_EXPIRED | Konstante |
public static const ASSET_EXPIRED:String = "ASSET_EXPIRED"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Project Management“ 10.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Indicates that a workflow associated with an asset has reached its deadline.
ASSET_REJECTED | Konstante |
public static const ASSET_REJECTED:String = "ASSET_REJECTED"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Project Management“ 10.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Indicates that an asset is rejected in the workflow.
ASSET_TEMPLATE_MISSING | Konstante |
public static const ASSET_TEMPLATE_MISSING:String = "ASSET_TEMPLATE_MISSING"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Project Management“ 10.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Indicates that no schedule associated with a current asset is being activated.
DEFAULT | Konstante |
public static const DEFAULT:String = "DEFAULT"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Project Management“ 10.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Indicates a default value.
DUE_DATE_OUT_OF_BOUND | Konstante |
public static const DUE_DATE_OUT_OF_BOUND:String = "DUE_DATE_OUT_OF_BOUND"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Project Management“ 10.0 |
Laufzeitversionen: | 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 | Konstante |
public static const PROJECT_ASSET_MISSING:String = "PROJECT_ASSET_MISSING"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Project Management“ 10.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Indicates that no asset is associated with a work item.
ROLLED_UP_FROM_CHILD | Konstante |
public static const ROLLED_UP_FROM_CHILD:String = "ROLLED_UP_FROM_CHILD"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Project Management“ 10.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Indicates that the current status is a result of a roll up from a child entity.
RUNNING_LATE | Konstante |
public static const RUNNING_LATE:String = "RUNNING_LATE"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Project Management“ 10.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Indicates that a project or workitem is running late from its schedule
Tue Jun 12 2018, 10:04 AM Z