Package | com.adobe.solutions.rca.service |
Interface | public 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) |
Public Methods
Method | Defined 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.
ReturnsIAuditor — 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.
ReturnsIFileDataService — 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.
ReturnsIReviewCommentingAndApproval — 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.
ReturnsIReviewCommentingAndApprovalUtil — 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.
ReturnsIStageManagement — 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.
ReturnsIUserManager — It returns an instance of user manager service.
|
Related API Elements
Thu Dec 6 2018, 01:12 PM -08:00