パッケージ | 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, 10:34 AM Z