Paket | com.adobe.solutions.prm.constant |
Klass | public class StatusReasonCode |
Arv | StatusReasonCode Object |
Underklasser | LocalizedStatusReasonCode |
Språkversion: | ActionScript 3.0 |
Produktversion: | Project Management Building Block 10.0 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Metod | Definieras med | ||
---|---|---|---|
The constructor for StatusReasonCode class. | StatusReasonCode | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar det angivna objektets strängbeteckning. | Object | ||
Returnerar det angivna objektets primitiva värde. | Object |
Konstant | Definieras med | ||
---|---|---|---|
ASSET_CONTENT_MISSING : String = "ASSET_CONTENT_MISSING" [statisk]
Indicates that an asset entity does not have any associated content. | StatusReasonCode | ||
ASSET_EXPIRED : String = "ASSET_EXPIRED" [statisk]
Indicates that a workflow associated with an asset has reached its deadline. | StatusReasonCode | ||
ASSET_REJECTED : String = "ASSET_REJECTED" [statisk]
Indicates that an asset is rejected in the workflow. | StatusReasonCode | ||
ASSET_TEMPLATE_MISSING : String = "ASSET_TEMPLATE_MISSING" [statisk]
Indicates that no schedule associated with a current asset is being activated. | StatusReasonCode | ||
DEFAULT : String = "DEFAULT" [statisk]
Indicates a default value. | StatusReasonCode | ||
DUE_DATE_OUT_OF_BOUND : String = "DUE_DATE_OUT_OF_BOUND" [statisk]
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" [statisk]
Indicates that no asset is associated with a work item. | StatusReasonCode | ||
ROLLED_UP_FROM_CHILD : String = "ROLLED_UP_FROM_CHILD" [statisk]
Indicates that the current status is a result of a roll up from a child entity. | StatusReasonCode | ||
RUNNING_LATE : String = "RUNNING_LATE" [statisk]
Indicates that a project or workitem is running late from its schedule
| StatusReasonCode |
StatusReasonCode | () | Konstruktor |
public function StatusReasonCode()
Språkversion: | ActionScript 3.0 |
Produktversion: | Project Management Building Block 10.0 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
The constructor for StatusReasonCode
class.
ASSET_CONTENT_MISSING | Konstant |
public static const ASSET_CONTENT_MISSING:String = "ASSET_CONTENT_MISSING"
Språkversion: | ActionScript 3.0 |
Produktversion: | Project Management Building Block 10.0 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Indicates that an asset entity does not have any associated content.
ASSET_EXPIRED | Konstant |
public static const ASSET_EXPIRED:String = "ASSET_EXPIRED"
Språkversion: | ActionScript 3.0 |
Produktversion: | Project Management Building Block 10.0 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Indicates that a workflow associated with an asset has reached its deadline.
ASSET_REJECTED | Konstant |
public static const ASSET_REJECTED:String = "ASSET_REJECTED"
Språkversion: | ActionScript 3.0 |
Produktversion: | Project Management Building Block 10.0 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Indicates that an asset is rejected in the workflow.
ASSET_TEMPLATE_MISSING | Konstant |
public static const ASSET_TEMPLATE_MISSING:String = "ASSET_TEMPLATE_MISSING"
Språkversion: | ActionScript 3.0 |
Produktversion: | Project Management Building Block 10.0 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Indicates that no schedule associated with a current asset is being activated.
DEFAULT | Konstant |
public static const DEFAULT:String = "DEFAULT"
Språkversion: | ActionScript 3.0 |
Produktversion: | Project Management Building Block 10.0 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Indicates a default value.
DUE_DATE_OUT_OF_BOUND | Konstant |
public static const DUE_DATE_OUT_OF_BOUND:String = "DUE_DATE_OUT_OF_BOUND"
Språkversion: | ActionScript 3.0 |
Produktversion: | Project Management Building Block 10.0 |
Körningsmiljöversioner: | 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 | Konstant |
public static const PROJECT_ASSET_MISSING:String = "PROJECT_ASSET_MISSING"
Språkversion: | ActionScript 3.0 |
Produktversion: | Project Management Building Block 10.0 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Indicates that no asset is associated with a work item.
ROLLED_UP_FROM_CHILD | Konstant |
public static const ROLLED_UP_FROM_CHILD:String = "ROLLED_UP_FROM_CHILD"
Språkversion: | ActionScript 3.0 |
Produktversion: | Project Management Building Block 10.0 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Indicates that the current status is a result of a roll up from a child entity.
RUNNING_LATE | Konstant |
public static const RUNNING_LATE:String = "RUNNING_LATE"
Språkversion: | ActionScript 3.0 |
Produktversion: | Project Management Building Block 10.0 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Indicates that a project or workitem is running late from its schedule
Tue Jun 12 2018, 01:40 PM Z