ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.solutions.rca.service 

IRCAServiceProvider  - AS3 Review, Commenting, and Approval

Packagecom.adobe.solutions.rca.service
Interfacepublic interface IRCAServiceProvider
Implementors RCAServiceProviderImpl

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This interface defines methods that can be invoked to get service instances.



Public Methods
 MethodDefined By
  
This operation returns an instance of auditor service.
IRCAServiceProvider
  
This operation returns an instance of file data service.
IRCAServiceProvider
  
This operation returns an instance of Review Commenting and Approval service.
IRCAServiceProvider
  
This operation returns an instance of review commenting and approval util service.
IRCAServiceProvider
  
This operation returns an instance of stage management service.
IRCAServiceProvider
  
This operation returns an instance of user manager service.
IRCAServiceProvider
Method Detail

getAuditor

()method
public function getAuditor():IAuditor

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This operation returns an instance of auditor service.

Returns
IAuditor — It returns an instance of auditor service.

Related API Elements

getFileDataService

()method 
public function getFileDataService():IFileDataService

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This operation returns an instance of file data service. The service instance can be used to get managed instance of file.

Returns
IFileDataService — It returns as instance of file data service.

Related API Elements

getReviewCommentingAndApprovalService

()method 
public function getReviewCommentingAndApprovalService():IReviewCommentingAndApproval

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This operation returns an instance of Review Commenting and Approval service.

Returns
IReviewCommentingAndApproval — It returns an instance of Review Commenting and Approval service.

Related API Elements

getReviewCommentingAndApprovalUtil

()method 
public function getReviewCommentingAndApprovalUtil():IReviewCommentingAndApprovalUtil

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This operation returns an instance of review commenting and approval util service.

Returns
IReviewCommentingAndApprovalUtil — It returns an instance of Review Commenting and Approval util service.

Related API Elements

getStageManagement

()method 
public function getStageManagement():IStageManagement

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This operation returns an instance of stage management service.

Returns
IStageManagement — It returns an instance of stage management service.

Related API Elements

getUserManager

()method 
public function getUserManager():IUserManager

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This operation returns an instance of user manager service.

Returns
IUserManager — It returns an instance of user manager service.

Related API Elements