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 

RCAServiceProvider  - AS3 Review, Commenting, and Approval

Packagecom.adobe.solutions.rca.service
Classpublic class RCAServiceProvider
InheritanceRCAServiceProvider Inheritance Object

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

This provider class is used to get the reference of service objects. This class provides static methods to get these objects. Internally it invokes all the methods on the implementation instance it holds.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  impl : IRCAServiceProvider
[static] This property holds a reference to the actual implementation instance which creates the service objects.
RCAServiceProvider
Public Methods
 MethodDefined By
  
The constructor of RCAServiceProvider class.
RCAServiceProvider
  
[static] This operation returns an instance of auditor service.
RCAServiceProvider
  
[static] This operation returns an instance of file data service.
RCAServiceProvider
  
[static] This operation returns an instance of Review Commenting and Approval service.
RCAServiceProvider
  
[static] This operation returns an instance of Review Commenting and Approval util service.
RCAServiceProvider
  
[static] This operation returns an instance of stage management service.
RCAServiceProvider
  
[static] This operation returns an instance of user manager service.
RCAServiceProvider
 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
Property Detail

impl

property
impl:IRCAServiceProvider

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

This property holds a reference to the actual implementation instance which creates the service objects.



Implementation
    public static function get impl():IRCAServiceProvider
    public static function set impl(value:IRCAServiceProvider):void
Constructor Detail

RCAServiceProvider

()Constructor
public function RCAServiceProvider()

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

The constructor of RCAServiceProvider class.

Method Detail

getAuditor

()method
public static 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 static 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 an instance of file data service.

Related API Elements

getReviewCommentingAndApprovalService

()method 
public static 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 static 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 — instance of Review Commenting and Approval util service.

Related API Elements

getStageManagement

()method 
public static 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 static 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