| Package | com.adobe.solutions.rca.domain.factory | 
| Interface | public interface IRCADomainFactory | 
| Implementors | RCADomainFactoryImpl | 
| Language Version: | ActionScript 3.0 | 
| Product Version: | Review, Commenting, and Approval Building Block 10.0 | 
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) | 
| Method | Defined By | ||
|---|---|---|---|
	 Creates an instance of approver domain object based on approver value object.  | IRCADomainFactory | ||
	 Returns an instance of audit manager domain object.  | IRCADomainFactory | ||
	 Creates an instance of author domain object based on author value object.  | IRCADomainFactory | ||
	 Returns an instance of comment manager domain object.  | IRCADomainFactory | ||
	 Creates an instance of initiator domain object based on initiator value object.  | IRCADomainFactory | ||
 
	 Creates an instance of moderator domain object based on moderator value object.  | IRCADomainFactory | ||
	 Returns an instance of process manager domain object.  | IRCADomainFactory | ||
	 Creates an instance of review context domain object based on review context value object.  | IRCADomainFactory | ||
 
	 Creates an instance of reviewer domain object based on reviewer value object.  | IRCADomainFactory | ||
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.  | IRCADomainFactory | ||
 
	 Creates an instance of stage domain object based on review stage value object.  | IRCADomainFactory | ||
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.  | IRCADomainFactory | ||
	 Creates an instance of supporting document domain object based on supporting document value object.  | IRCADomainFactory | ||
 
	 Creates an instance of user domain object.  | IRCADomainFactory | ||
createApprover | () | method | 
 public function createApprover(vo:ApproverVO = null):IApprover| Language Version: | ActionScript 3.0 | 
| Product Version: | Review, Commenting, and Approval Building Block 10.0 | 
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) | 
Creates an instance of approver domain object based on approver value object.
Parameters
vo:ApproverVO (default = null) — Approver value object.
	 
	  | 
IApprover — Approver domain object.
	 
	  | 
createAuditManager | () | method | 
 public function createAuditManager():IAuditManager| Language Version: | ActionScript 3.0 | 
| Product Version: | Review, Commenting, and Approval Building Block 10.0 | 
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) | 
Returns an instance of audit manager domain object.
ReturnsIAuditManager — Audit manager instance.
	 
	  | 
createAuthor | () | method | 
 public function createAuthor(vo:AuthorVO = null):IAuthor| Language Version: | ActionScript 3.0 | 
| Product Version: | Review, Commenting, and Approval Building Block 10.0 | 
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) | 
Creates an instance of author domain object based on author value object.
Parameters
vo:AuthorVO (default = null) — Author value object.
	 
	  | 
IAuthor — Author domain object.
	 
	  | 
createCommentManager | () | method | 
 public function createCommentManager():ICommentManager| Language Version: | ActionScript 3.0 | 
| Product Version: | Review, Commenting, and Approval Building Block 10.0 | 
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) | 
Returns an instance of comment manager domain object.
ReturnsICommentManager — Comment manager instance.
	 
	  | 
createInitiator | () | method | 
 public function createInitiator(vo:InitiatorVO = null):IInitiator| Language Version: | ActionScript 3.0 | 
| Product Version: | Review, Commenting, and Approval Building Block 10.0 | 
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) | 
Creates an instance of initiator domain object based on initiator value object.
Parameters
vo:InitiatorVO (default = null) — Initiator value object.
	 
	  | 
IInitiator — Initiator domain object.
	 
	  | 
createModerator | () | method | 
 public function createModerator(vo:ModeratorVO = null):IModerator| Language Version: | ActionScript 3.0 | 
| Product Version: | Review, Commenting, and Approval Building Block 10.0 | 
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) | 
Creates an instance of moderator domain object based on moderator value object.
Parameters
vo:ModeratorVO (default = null) — Moderator value object.
	 
	  | 
IModerator — Moderator domain object.
	 
	  | 
createProcessManager | () | method | 
 public function createProcessManager():IProcessManager| Language Version: | ActionScript 3.0 | 
| Product Version: | Review, Commenting, and Approval Building Block 10.0 | 
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) | 
Returns an instance of process manager domain object.
ReturnsIProcessManager — Process manager instance.
	 
	  | 
createReviewContext | () | method | 
 public function createReviewContext(vo:ReviewContextVO = null):IReviewContext| Language Version: | ActionScript 3.0 | 
| Product Version: | Review, Commenting, and Approval Building Block 10.0 | 
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) | 
Creates an instance of review context domain object based on review context value object.
Parameters
vo:ReviewContextVO (default = null) — Review context value object.
	 
	  | 
IReviewContext — Review context domain object.
	 
	  | 
createReviewer | () | method | 
 public function createReviewer(vo:ReviewerVO = null):IReviewer| Language Version: | ActionScript 3.0 | 
| Product Version: | Review, Commenting, and Approval Building Block 10.0 | 
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) | 
Creates an instance of reviewer domain object based on reviewer value object.
Parameters
vo:ReviewerVO (default = null) — Reviewer value object.
	 
	  | 
IReviewer — Reviewer domain object.
	 
	  | 
createReviewTemplate | () | method | 
 public function createReviewTemplate(vo:com.adobe.solutions.rca.vo:ReviewTemplateVO = null):com.adobe.solutions.rca.domain:IReviewTemplate| Language Version: | ActionScript 3.0 | 
| Product Version: | Review, Commenting, and Approval Building Block 10.0 | 
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) | 
Creates an instance of review template domain object based on review template value object.
Parameters
vo:com.adobe.solutions.rca.vo:ReviewTemplateVO (default = null) — Review template value object.
	 
	  | 
com.adobe.solutions.rca.domain:IReviewTemplate — Review template domain object.
     
	  | 
createStage | () | method | 
 public function createStage(vo:ReviewStageVO = null):IStage| Language Version: | ActionScript 3.0 | 
| Product Version: | Review, Commenting, and Approval Building Block 10.0 | 
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) | 
Creates an instance of stage domain object based on review stage value object.
Parameters
vo:ReviewStageVO (default = null) — Review stage value object.
	 
	  | 
IStage — Stage domain object.
	 
	  | 
createStageTemplate | () | method | 
 public function createStageTemplate(vo:com.adobe.solutions.rca.vo:StageTemplateVO = null):com.adobe.solutions.rca.domain:IStageTemplate| Language Version: | ActionScript 3.0 | 
| Product Version: | Review, Commenting, and Approval Building Block 10.0 | 
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) | 
Creates an instance of stage template domain object based on stage template value object.
Parameters
vo:com.adobe.solutions.rca.vo:StageTemplateVO (default = null) — Stage template value object.
	 
	  | 
com.adobe.solutions.rca.domain:IStageTemplate — Stage template domain object.
	 
	  | 
createSupportingDocument | () | method | 
 public function createSupportingDocument(vo:DocumentVO = null):ISupportingDocument| Language Version: | ActionScript 3.0 | 
| Product Version: | Review, Commenting, and Approval Building Block 10.0 | 
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) | 
Creates an instance of supporting document domain object based on supporting document value object.
Parameters
vo:DocumentVO (default = null) — Supporting document value object.
	 
	  | 
ISupportingDocument — Supporting document domain object.
	 
	  | 
createUser | () | method | 
 public function createUser(principalName:String = null):IUser| Language Version: | ActionScript 3.0 | 
| Product Version: | Review, Commenting, and Approval Building Block 10.0 | 
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) | 
Creates an instance of user domain object.
Parameters
principalName:String (default = null) — Principal Name of the user.
	 
	  | 
IUser — User domain object.
     
	  | 
Thu Dec 4 2014, 05:50 PM -08:00