패키지 | 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:17 PM Z