| パッケージ | com.adobe.solutions.rca.domain |
| クラス | public class RCADomainFactoryImpl |
| 継承 | RCADomainFactoryImpl Object |
| 実装 | IRCADomainFactory |
| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
| メソッド | 定義元 | ||
|---|---|---|---|
The constructor for RCADomainFactoryImpl class. | RCADomainFactoryImpl | ||
Creates an instance of approver domain object based on approver value object. | RCADomainFactoryImpl | ||
Returns an instance of audit manager domain object. | RCADomainFactoryImpl | ||
Creates an instance of author domain object based on author value object. | RCADomainFactoryImpl | ||
Returns an instance of comment manager domain object. | RCADomainFactoryImpl | ||
Creates an instance of initiator domain object based on initiator value object. | RCADomainFactoryImpl | ||
Creates an instance of moderator domain object based on moderator value object. | RCADomainFactoryImpl | ||
Returns an instance of process manager domain object. | RCADomainFactoryImpl | ||
Creates an instance of review context domain object based on review context value object. | RCADomainFactoryImpl | ||
Creates an instance of reviewer domain object based on reviewer value object. | RCADomainFactoryImpl | ||
createReviewTemplate(vo:com.adobe.solutions.rca.vo:ReviewTemplateVO = null):com.adobe.solutions.rca.domain:IReviewTemplate
Creates an instance of review template domain object based on review template value object. | RCADomainFactoryImpl | ||
Creates an instance of stage domain object based on review stage value object. | RCADomainFactoryImpl | ||
createStageTemplate(vo:com.adobe.solutions.rca.vo:StageTemplateVO = null):com.adobe.solutions.rca.domain:IStageTemplate
Creates an instance of stage template domain object based on stage template value object. | RCADomainFactoryImpl | ||
Creates an instance of supporting document domain object based on supporting document value object. | RCADomainFactoryImpl | ||
Creates an instance of user domain object. | RCADomainFactoryImpl | ||
![]() |
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | |
![]() |
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | |
![]() |
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | |
![]() |
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | |
![]() |
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | |
![]() |
指定されたオブジェクトのストリング表現を返します。 | Object | |
![]() |
指定されたオブジェクトのプリミティブな値を返します。 | Object | |
RCADomainFactoryImpl | () | コンストラクター |
public function RCADomainFactoryImpl()| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The constructor for RCADomainFactoryImpl class.
createApprover | () | メソッド |
public function createApprover(vo:ApproverVO = null):IApprover| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of approver domain object based on approver value object.
パラメーター
vo:ApproverVO (default = null) — Approver value object.
|
IApprover — Approver domain object.
|
createAuditManager | () | メソッド |
public function createAuditManager():IAuditManager| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Returns an instance of audit manager domain object.
戻り値IAuditManager — Audit manager instance.
|
createAuthor | () | メソッド |
public function createAuthor(vo:AuthorVO = null):IAuthor| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of author domain object based on author value object.
パラメーター
vo:AuthorVO (default = null) — Author value object.
|
IAuthor — Author domain object.
|
createCommentManager | () | メソッド |
public function createCommentManager():ICommentManager| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Returns an instance of comment manager domain object.
戻り値ICommentManager — Comment manager instance.
|
createInitiator | () | メソッド |
public function createInitiator(vo:InitiatorVO = null):IInitiator| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of initiator domain object based on initiator value object.
パラメーター
vo:InitiatorVO (default = null) — Initiator value object.
|
IInitiator — Initiator domain object.
|
createModerator | () | メソッド |
public function createModerator(vo:ModeratorVO = null):IModerator| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of moderator domain object based on moderator value object.
パラメーター
vo:ModeratorVO (default = null) — Moderator value object.
|
IModerator — Moderator domain object.
|
createProcessManager | () | メソッド |
public function createProcessManager():IProcessManager| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Returns an instance of process manager domain object.
戻り値IProcessManager — Process manager instance.
|
createReviewContext | () | メソッド |
public function createReviewContext(vo:ReviewContextVO = null):IReviewContext| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of review context domain object based on review context value object.
パラメーター
vo:ReviewContextVO (default = null) — Review context value object.
|
IReviewContext — Review context domain object.
|
createReviewer | () | メソッド |
public function createReviewer(vo:ReviewerVO = null):IReviewer| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of reviewer domain object based on reviewer value object.
パラメーター
vo:ReviewerVO (default = null) — Reviewer value object.
|
IReviewer — Reviewer domain object.
|
createReviewTemplate | () | メソッド |
public function createReviewTemplate(vo:com.adobe.solutions.rca.vo:ReviewTemplateVO = null):com.adobe.solutions.rca.domain:IReviewTemplate| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of review template domain object based on review template value object.
パラメーター
vo:com.adobe.solutions.rca.vo:ReviewTemplateVO (default = null) — Review template value object.
|
com.adobe.solutions.rca.domain:IReviewTemplate — Review template domain object.
|
createStage | () | メソッド |
public function createStage(vo:ReviewStageVO = null):IStage| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of stage domain object based on review stage value object.
パラメーター
vo:ReviewStageVO (default = null) — Review stage value object.
|
IStage — Stage domain object.
|
createStageTemplate | () | メソッド |
public function createStageTemplate(vo:com.adobe.solutions.rca.vo:StageTemplateVO = null):com.adobe.solutions.rca.domain:IStageTemplate| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of stage template domain object based on stage template value object.
パラメーター
vo:com.adobe.solutions.rca.vo:StageTemplateVO (default = null) — Stage template value object.
|
com.adobe.solutions.rca.domain:IStageTemplate — Stage template domain object.
|
createSupportingDocument | () | メソッド |
public function createSupportingDocument(vo:DocumentVO = null):ISupportingDocument| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of supporting document domain object based on supporting document value object.
パラメーター
vo:DocumentVO (default = null) — Supporting document value object.
|
ISupportingDocument — Supporting document domain object.
|
createUser | () | メソッド |
public function createUser(principalName:String = null):IUser| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of user domain object.
パラメーター
principalName:String (default = null) — Principal Name of the user.
|
IUser — User domain object.
|
Tue Jun 12 2018, 10:34 AM Z
継承されるパブリックプロパティを隠す
継承されるパブリックプロパティを表示