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.services.impl 

RCAServiceProviderImpl  - AS3 Review, Commenting, and Approval

Packagecom.adobe.solutions.rca.services.impl
Classpublic class RCAServiceProviderImpl
InheritanceRCAServiceProviderImpl Inheritance 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)

An implementation of Service provider interface that provides concrete methods to create service instances.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined 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
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
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.

Returns
IAuditor — 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.

Returns
IFileDataService — 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.

Returns
IReviewCommentingAndApproval — 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.

Returns
IReviewCommentingAndApprovalUtil — 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.

Returns
IStageManagement — 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.

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