| 套件 | 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, 03:47 PM Z
隱藏繼承公用屬性
顯示繼承公用屬性