Package | com.adobe.solutions.rca.services.impl |
Class | public class RCAServiceProviderImpl |
Inheritance | RCAServiceProviderImpl Object |
Implements | IRCAServiceProvider |
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
The constructor for RCAServiceProviderImpl class. | RCAServiceProviderImpl | ||
This operation returns an instance of auditor service. | RCAServiceProviderImpl | ||
This operation returns an instance of file data service. | RCAServiceProviderImpl | ||
This operation returns an instance of Review Commenting and Approval service. | RCAServiceProviderImpl | ||
This operation returns an instance of review commenting and approval util service. | RCAServiceProviderImpl | ||
This operation returns an instance of stage management service. | RCAServiceProviderImpl | ||
This operation returns an instance of user manager service. | RCAServiceProviderImpl | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Constructor Detail
RCAServiceProviderImpl | () | Constructor |
public function RCAServiceProviderImpl()
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The constructor for RCAServiceProviderImpl
class.
Method Detail
getAuditor | () | method |
public function getAuditor():IAuditor
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This operation returns an instance of auditor service.
ReturnsIAuditor — It returns an instance of auditor service.
|
getFileDataService | () | method |
public function getFileDataService():IFileDataService
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
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.
|
getReviewCommentingAndApprovalService | () | method |
public function getReviewCommentingAndApprovalService():IReviewCommentingAndApproval
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
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.
|
getReviewCommentingAndApprovalUtil | () | method |
public function getReviewCommentingAndApprovalUtil():IReviewCommentingAndApprovalUtil
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
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.
|
getStageManagement | () | method |
public function getStageManagement():IStageManagement
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
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.
|
getUserManager | () | method |
public function getUserManager():IUserManager
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
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.
|
Thu Dec 6 2018, 01:12 PM -08:00