Adobe® Flash® Platform 用 ActionScript® 3.0 リファレンスガイド
ホーム  |  パッケージおよびクラスリストの非表示 |  パッケージ  |  クラス  |  新機能  |  索引  |  付録  |  英語で表示される理由
フィルター: サーバーからデータを取得しています...
サーバーからデータを取得しています...
com.adobe.solutions.prm.domain 

DomainUtil  - AS3 Project Management

パッケージcom.adobe.solutions.prm.domain
クラスpublic class DomainUtil
継承DomainUtil Inheritance Object

言語バージョン: ActionScript 3.0
製品バージョン: Project Management Building Block 10.0
ランタイムバージョン: Flash Player 10.2, AIR (unsupported)

This utility class exposes functions, to search for a domain instance corresponding to value objects in the complete project tree.



パブリックプロパティ
 プロパティ定義元
 Inheritedconstructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。
Object
パブリックメソッド
 メソッド定義元
  
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
  
findProject(project:IProject, subProjectVO:ProjectVO):IProject
[静的] 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
 Inherited
オブジェクトに指定されたプロパティが定義されているかどうかを示します。
Object
 Inherited
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。
Object
 Inherited
指定されたプロパティが存在し、列挙できるかどうかを示します。
Object
 Inherited
ループ処理に対するダイナミックプロパティの可用性を設定します。
Object
 Inherited
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。
Object
 Inherited
指定されたオブジェクトのストリング表現を返します。
Object
 Inherited
指定されたオブジェクトのプリミティブな値を返します。
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.




[ X ]英語で表示される理由
ActionScript 3.0 リファレンスガイドのコンテンツが英語で表示されます。

ActionScript 3.0 リファレンスガイドのすべての部分がすべての言語に翻訳されているわけではありません。言語エレメントが翻訳されていない場合、そのエレメントは英語で表示されます。例えば、ga.controls.HelpBox クラスはどの言語にも訳されていません。このため、リファレンスガイドの日本語バージョンでは、ga.controls.HelpBox クラスは英語で表示されます。