套件 | com.adobe.solutions.prm.constant |
類別 | public class StatusReasonCode |
繼承 | StatusReasonCode Object |
子類別 | LocalizedStatusReasonCode |
語言版本: | ActionScript 3.0 |
產品版本: | Project Management Building Block 10.0 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
方法 | 定義自 | ||
---|---|---|---|
The constructor for StatusReasonCode class. | StatusReasonCode | ||
指出物件是否有已定義的指定屬性。 | Object | ||
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | ||
指出指定的屬性是否存在,以及是否可列舉。 | Object | ||
為迴圈作業設定動態屬性的可用性。 | Object | ||
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | ||
會傳回指定之物件的字串形式。 | Object | ||
會傳回指定之物件的基本值。 | Object |
常數 | 定義自 | ||
---|---|---|---|
ASSET_CONTENT_MISSING : String = "ASSET_CONTENT_MISSING" [靜態]
Indicates that an asset entity does not have any associated content. | StatusReasonCode | ||
ASSET_EXPIRED : String = "ASSET_EXPIRED" [靜態]
Indicates that a workflow associated with an asset has reached its deadline. | StatusReasonCode | ||
ASSET_REJECTED : String = "ASSET_REJECTED" [靜態]
Indicates that an asset is rejected in the workflow. | StatusReasonCode | ||
ASSET_TEMPLATE_MISSING : String = "ASSET_TEMPLATE_MISSING" [靜態]
Indicates that no schedule associated with a current asset is being activated. | StatusReasonCode | ||
DEFAULT : String = "DEFAULT" [靜態]
Indicates a default value. | StatusReasonCode | ||
DUE_DATE_OUT_OF_BOUND : String = "DUE_DATE_OUT_OF_BOUND" [靜態]
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" [靜態]
Indicates that no asset is associated with a work item. | StatusReasonCode | ||
ROLLED_UP_FROM_CHILD : String = "ROLLED_UP_FROM_CHILD" [靜態]
Indicates that the current status is a result of a roll up from a child entity. | StatusReasonCode | ||
RUNNING_LATE : String = "RUNNING_LATE" [靜態]
Indicates that a project or workitem is running late from its schedule
| StatusReasonCode |
StatusReasonCode | () | 建構函式 |
public function StatusReasonCode()
語言版本: | ActionScript 3.0 |
產品版本: | Project Management Building Block 10.0 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
The constructor for StatusReasonCode
class.
ASSET_CONTENT_MISSING | 常數 |
public static const ASSET_CONTENT_MISSING:String = "ASSET_CONTENT_MISSING"
語言版本: | ActionScript 3.0 |
產品版本: | Project Management Building Block 10.0 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
Indicates that an asset entity does not have any associated content.
ASSET_EXPIRED | 常數 |
public static const ASSET_EXPIRED:String = "ASSET_EXPIRED"
語言版本: | ActionScript 3.0 |
產品版本: | Project Management Building Block 10.0 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
Indicates that a workflow associated with an asset has reached its deadline.
ASSET_REJECTED | 常數 |
public static const ASSET_REJECTED:String = "ASSET_REJECTED"
語言版本: | ActionScript 3.0 |
產品版本: | Project Management Building Block 10.0 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
Indicates that an asset is rejected in the workflow.
ASSET_TEMPLATE_MISSING | 常數 |
public static const ASSET_TEMPLATE_MISSING:String = "ASSET_TEMPLATE_MISSING"
語言版本: | ActionScript 3.0 |
產品版本: | Project Management Building Block 10.0 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
Indicates that no schedule associated with a current asset is being activated.
DEFAULT | 常數 |
public static const DEFAULT:String = "DEFAULT"
語言版本: | ActionScript 3.0 |
產品版本: | Project Management Building Block 10.0 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
Indicates a default value.
DUE_DATE_OUT_OF_BOUND | 常數 |
public static const DUE_DATE_OUT_OF_BOUND:String = "DUE_DATE_OUT_OF_BOUND"
語言版本: | ActionScript 3.0 |
產品版本: | Project Management Building Block 10.0 |
執行階段版本: | 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 | 常數 |
public static const PROJECT_ASSET_MISSING:String = "PROJECT_ASSET_MISSING"
語言版本: | ActionScript 3.0 |
產品版本: | Project Management Building Block 10.0 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
Indicates that no asset is associated with a work item.
ROLLED_UP_FROM_CHILD | 常數 |
public static const ROLLED_UP_FROM_CHILD:String = "ROLLED_UP_FROM_CHILD"
語言版本: | ActionScript 3.0 |
產品版本: | Project Management Building Block 10.0 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
Indicates that the current status is a result of a roll up from a child entity.
RUNNING_LATE | 常數 |
public static const RUNNING_LATE:String = "RUNNING_LATE"
語言版本: | ActionScript 3.0 |
產品版本: | Project Management Building Block 10.0 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
Indicates that a project or workitem is running late from its schedule
Tue Jun 12 2018, 03:47 PM Z