Package | com.adobe.solutions.rca.service |
Class | public class RCAServiceProvider |
Inheritance | RCAServiceProvider Object |
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Property | Defined By | ||
---|---|---|---|
constructor : 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 | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object |
Method | Defined 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 | ||
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 |
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
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.
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.
ReturnsIAuditor — 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.
ReturnsIFileDataService — 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.
ReturnsIReviewCommentingAndApproval — 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.
ReturnsIReviewCommentingAndApprovalUtil — 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.
ReturnsIStageManagement — 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.
ReturnsIUserManager — It returns an instance of user manager service.
|
Related API Elements
Mon Nov 28 2011, 06:48 AM -08:00