パッケージ | com.adobe.solutions.prm.domain |
クラス | public class DomainUtil |
継承 | DomainUtil Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Project Management Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
パブリックプロパティ
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
The constructor for DomainUtil class. | DomainUtil | ||
[静的]
This method returns a handle to the domain object for a specific project in the complete project tree. | DomainUtil | ||
[静的]
This method returns a handle to a domain object for a specific workitem in the complete project tree. | DomainUtil | ||
[静的]
This method returns a reference to the project domain object, corresponding to a given sub-project value object in the project domain object tree. | DomainUtil | ||
[静的]
This method returns a reference to the workitem domain object, corresponding to a given workitem value object in the project domain object tree. | DomainUtil | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
コンストラクターの詳細
DomainUtil | () | コンストラクター |
public function DomainUtil()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Project Management Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The constructor for DomainUtil
class.
メソッドの詳細
createProjectUsingSubProject | () | メソッド |
public static function createProjectUsingSubProject(subProjectVO:ProjectVO):mx.rpc:AsyncToken
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Project Management Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This method returns a handle to the domain object for a specific project in the complete project tree.
パラメーター
subProjectVO:ProjectVO — Project value object, for which the project domain object is to be searched.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The result event contains a reference to the project domain object.
|
createProjectUsingWorkItem | () | メソッド |
public static function createProjectUsingWorkItem(workItemVO:WorkItemVO):mx.rpc:AsyncToken
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Project Management Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This method returns a handle to a domain object for a specific workitem in the complete project tree.
パラメーター
workItemVO:WorkItemVO — Workitem value object for which workitem domain object is to be searched.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains a reference to the workitem domain object.
|
findProject | () | メソッド |
public static function findProject(project:IProject, subProjectVO:ProjectVO):IProject
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Project Management Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This method returns a reference to the project domain object, corresponding to a given sub-project value object in the project domain object tree.
パラメーター
project:IProject — Project domain object tree in which sub-project value object is to be searched.
| |
subProjectVO:ProjectVO — Sub-project value object.
|
IProject — It returns a reference to the project domain object corresponding to a given sub-project.
|
findWorkItem | () | メソッド |
public static function findWorkItem(project:IProject, workItemVO:WorkItemVO):IWorkItem
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Project Management Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This method returns a reference to the workitem domain object, corresponding to a given workitem value object in the project domain object tree.
パラメーター
project:IProject — Project domain object tree, in which the workitem value object is to be searched.
| |
workItemVO:WorkItemVO — Workitem value object.
|
IWorkItem — It returns a reference to the workitem domain object, corresponding to a given workitem value object.
|
Tue Jun 12 2018, 10:34 AM Z