| 套件 | com.adobe.solutions.rca.domain.factory |
| 類別 | public class RCADomainFactory |
| 繼承 | RCADomainFactory Object |
| 語言版本: | ActionScript 3.0 |
| 產品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 執行階段版本: | Flash Player 10.2, AIR (unsupported) |
| 屬性 | 定義自 | ||
|---|---|---|---|
![]() | constructor : Object
類別物件的參照或是特定物件實體的建構函數。 | Object | |
| factory : IRCADomainFactory [靜態]
This property holds a reference to the actual factory instance which creates the domain objects. | RCADomainFactory | ||
| 方法 | 定義自 | ||
|---|---|---|---|
[靜態]
Creates an instance of approver domain object based on approver value object. | RCADomainFactory | ||
[靜態]
Returns an instance of audit manager domain object. | RCADomainFactory | ||
[靜態]
Creates an instance of author domain object based on author value object. | RCADomainFactory | ||
[靜態]
Returns an instance of comment manager domain object. | RCADomainFactory | ||
[靜態]
Creates an instance of initiator domain object based on initiator value object. | RCADomainFactory | ||
[靜態]
Creates an instance of moderator domain object based on moderator value object. | RCADomainFactory | ||
[靜態]
Returns an instance of process manager domain object. | RCADomainFactory | ||
[靜態]
Creates an instance of review context domain object based on review context value object. | RCADomainFactory | ||
[靜態]
Creates an instance of reviewer domain object based on reviewer value object. | RCADomainFactory | ||
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. | RCADomainFactory | ||
[靜態]
Creates an instance of stage domain object based on review stage value object. | RCADomainFactory | ||
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. | RCADomainFactory | ||
[靜態]
Creates an instance of supporting document domain object based on supporting document value object. | RCADomainFactory | ||
[靜態]
Creates an instance of user domain object. | RCADomainFactory | ||
![]() |
指出物件是否有已定義的指定屬性。 | Object | |
![]() |
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | |
![]() |
指出指定的屬性是否存在,以及是否可列舉。 | Object | |
![]() |
為迴圈作業設定動態屬性的可用性。 | Object | |
![]() |
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | |
![]() |
會傳回指定之物件的字串形式。 | Object | |
![]() |
會傳回指定之物件的基本值。 | Object | |
factory | 屬性 |
factory:IRCADomainFactory| 語言版本: | ActionScript 3.0 |
| 產品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 執行階段版本: | Flash Player 10.2, AIR (unsupported) |
This property holds a reference to the actual factory instance which creates the domain objects.
實作
public static function get factory():IRCADomainFactory public static function set factory(value:IRCADomainFactory):voidcreateApprover | () | 方法 |
public static function createApprover(vo:ApproverVO = null):IApprover| 語言版本: | ActionScript 3.0 |
| 產品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 執行階段版本: | 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 static function createAuditManager():IAuditManager| 語言版本: | ActionScript 3.0 |
| 產品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 執行階段版本: | Flash Player 10.2, AIR (unsupported) |
Returns an instance of audit manager domain object.
傳回值IAuditManager — Audit manager instance.
|
createAuthor | () | 方法 |
public static function createAuthor(vo:AuthorVO = null):IAuthor| 語言版本: | ActionScript 3.0 |
| 產品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 執行階段版本: | 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 static function createCommentManager():ICommentManager| 語言版本: | ActionScript 3.0 |
| 產品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 執行階段版本: | Flash Player 10.2, AIR (unsupported) |
Returns an instance of comment manager domain object.
傳回值ICommentManager — Comment manager instance.
|
createInitiator | () | 方法 |
public static function createInitiator(vo:InitiatorVO = null):IInitiator| 語言版本: | ActionScript 3.0 |
| 產品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 執行階段版本: | 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 static function createModerator(vo:ModeratorVO = null):IModerator| 語言版本: | ActionScript 3.0 |
| 產品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 執行階段版本: | 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 static function createProcessManager():IProcessManager| 語言版本: | ActionScript 3.0 |
| 產品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 執行階段版本: | Flash Player 10.2, AIR (unsupported) |
Returns an instance of process manager domain object.
傳回值IProcessManager — Process manager instance.
|
createReviewContext | () | 方法 |
public static function createReviewContext(vo:ReviewContextVO = null):IReviewContext| 語言版本: | ActionScript 3.0 |
| 產品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 執行階段版本: | 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 static function createReviewer(vo:ReviewerVO = null):IReviewer| 語言版本: | ActionScript 3.0 |
| 產品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 執行階段版本: | 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 static 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.0 |
| 執行階段版本: | 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 — It returns a review template domain object.
|
createStage | () | 方法 |
public static function createStage(vo:ReviewStageVO = null):IStage| 語言版本: | ActionScript 3.0 |
| 產品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 執行階段版本: | 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 static 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.0 |
| 執行階段版本: | 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 static function createSupportingDocument(vo:DocumentVO = null):ISupportingDocument| 語言版本: | ActionScript 3.0 |
| 產品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 執行階段版本: | 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 static function createUser(principalName:String = null):IUser| 語言版本: | ActionScript 3.0 |
| 產品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 執行階段版本: | 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
隱藏繼承公用屬性
顯示繼承公用屬性