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

DomainFactoryImpl  - AS3 Project Management

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

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

The factory class to create instances of domain objects.



パブリックプロパティ
 プロパティ定義元
 Inheritedconstructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。
Object
パブリックメソッド
 メソッド定義元
  
The constructor for DomainFactoryImpl class.
DomainFactoryImpl
  
This method creates an instance of the asset domain object.
DomainFactoryImpl
  
This method creates an instance of the project domain object.
DomainFactoryImpl
  
This API returns a handle to the domain object for a project in the project tree.
DomainFactoryImpl
  
This API returns the handle to domain object for a workitem in the project tree.
DomainFactoryImpl
  
This method creates an instance of the team member domain object.
DomainFactoryImpl
  
This method creates an instance of the workitem domain object.
DomainFactoryImpl
 Inherited
オブジェクトに指定されたプロパティが定義されているかどうかを示します。
Object
 Inherited
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。
Object
 Inherited
指定されたプロパティが存在し、列挙できるかどうかを示します。
Object
 Inherited
ループ処理に対するダイナミックプロパティの可用性を設定します。
Object
 Inherited
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。
Object
 Inherited
指定されたオブジェクトのストリング表現を返します。
Object
 Inherited
指定されたオブジェクトのプリミティブな値を返します。
Object
コンストラクターの詳細

DomainFactoryImpl

()コンストラクター
public function DomainFactoryImpl()

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

The constructor for DomainFactoryImpl class.

メソッドの詳細

createAsset

()メソッド
public function createAsset(vo:AssetVO, workItem:IWorkItem):IAsset

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

This method creates an instance of the asset domain object.

パラメーター

vo:AssetVO — An asset value object whose domain object is to be created.
 
workItem:IWorkItem — A workitem to which the asset is assigned.

戻り値
IAsset — It returns an asset domain object.

createProject

()メソッド 
public function createProject(vo:ProjectVO, parent:IProject, root:IProject):IProject

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

This method creates an instance of the project domain object.

パラメーター

vo:ProjectVO — The project value object whose domain object is to be created.
 
parent:IProject — A reference to the parent project domain object of the project value object.
 
root:IProject — A reference to the root project domain object of the project value object.

戻り値
IProject — It returns a project domain object.

createProjectUsingSubProject

()メソッド 
public function createProjectUsingSubProject(subProjectVO:ProjectVO):mx.rpc:AsyncToken

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

This API returns a handle to the domain object for a project in the project tree.

パラメーター

subProjectVO:ProjectVO — A project value object for which a project 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 project domain object.

createProjectUsingWorkItem

()メソッド 
public function createProjectUsingWorkItem(workItemVO:WorkItemVO):mx.rpc:AsyncToken

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

This API returns the handle to domain object for a workitem in the project tree.

パラメーター

workItemVO:WorkItemVO — A workitem value object for which the work item 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.

createTeamMember

()メソッド 
public function createTeamMember(vo:com.adobe.solutions.prm.vo:TeamMemberVO, project:IProject, workItem:IWorkItem):com.adobe.solutions.prm.domain:ITeamMember

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

This method creates an instance of the team member domain object.

パラメーター

vo:com.adobe.solutions.prm.vo:TeamMemberVO — The team member value object whose domain object is to be created.
 
project:IProject — A reference to the project domain object to which the team member is assigned.
 
workItem:IWorkItem — A reference to the workitem domain object to which the team member is assigned.

戻り値
com.adobe.solutions.prm.domain:ITeamMember — It returns a team member domain object.

createWorkItem

()メソッド 
public function createWorkItem(vo:WorkItemVO, parent:IProject, root:IProject):IWorkItem

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

This method creates an instance of the workitem domain object.

パラメーター

vo:WorkItemVO — The Workitem value object whose domain object is to be created.
 
parent:IProject — A reference to the parent project domain object to which this workitem value object is assigned.
 
root:IProject — A reference to the root project domain object of the workitem value object.

戻り値
IWorkItem — It returns a workitem domain object.




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

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