包 | com.adobe.solutions.rca.service |
类 | public class RCAServiceProvider |
继承 | RCAServiceProvider Object |
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | ||
impl : IRCAServiceProvider [静态]
This property holds a reference to the actual implementation instance which creates the service objects. | RCAServiceProvider |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
The constructor of RCAServiceProvider class. | RCAServiceProvider | ||
[静态]
This operation returns an instance of auditor service. | RCAServiceProvider | ||
[静态]
This operation returns an instance of file data service. | RCAServiceProvider | ||
[静态]
This operation returns an instance of Review Commenting and Approval service. | RCAServiceProvider | ||
[静态]
This operation returns an instance of Review Commenting and Approval util service. | RCAServiceProvider | ||
[静态]
This operation returns an instance of stage management service. | RCAServiceProvider | ||
[静态]
This operation returns an instance of user manager service. | RCAServiceProvider | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
属性详细信息
impl | 属性 |
impl:IRCAServiceProvider
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
This property holds a reference to the actual implementation instance which creates the service objects.
实现
public static function get impl():IRCAServiceProvider
public static function set impl(value:IRCAServiceProvider):void
构造函数详细信息
RCAServiceProvider | () | 构造函数 |
public function RCAServiceProvider()
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
The constructor of RCAServiceProvider
class.
方法详细信息
getAuditor | () | 方法 |
getFileDataService | () | 方法 |
public static function getFileDataService():IFileDataService
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | 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.
返回IFileDataService — It returns an instance of file data service.
|
相关 API 元素
getReviewCommentingAndApprovalService | () | 方法 |
public static function getReviewCommentingAndApprovalService():IReviewCommentingAndApproval
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
This operation returns an instance of Review Commenting and Approval service.
返回IReviewCommentingAndApproval — It returns an instance of Review Commenting and Approval service.
|
相关 API 元素
getReviewCommentingAndApprovalUtil | () | 方法 |
public static function getReviewCommentingAndApprovalUtil():IReviewCommentingAndApprovalUtil
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
This operation returns an instance of Review Commenting and Approval util service.
返回IReviewCommentingAndApprovalUtil — instance of Review Commenting and Approval util service.
|
相关 API 元素
getStageManagement | () | 方法 |
public static function getStageManagement():IStageManagement
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
This operation returns an instance of stage management service.
返回IStageManagement — It returns an instance of stage management service.
|
相关 API 元素
getUserManager | () | 方法 |
public static function getUserManager():IUserManager
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
This operation returns an instance of user manager service.
返回IUserManager — It returns an instance of user manager service.
|
相关 API 元素
Tue Jun 12 2018, 11:04 AM Z