包 | 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, 11:04 AM Z