包 | com.adobe.solutions.rca.services.impl |
类 | public class FileDataService |
继承 | FileDataService Object |
实现 | IFileDataService |
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
受保护的属性
属性 | 由以下参数定义 | ||
---|---|---|---|
fileCollection : ListCollectionView
A collection of files that are populated by data services. | FileDataService |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
The constructor for FileDataService class. | FileDataService | ||
Gets managed instance of file located at the filePath. | FileDataService | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
FILE_MANAGEMENT_DATA_SERVICE_DS : String = "com.adobe.livecycle.content.File" [静态]
Name of the file management data service. | FileDataService |
属性详细信息
fileCollection | 属性 |
protected var fileCollection:ListCollectionView
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
A collection of files that are populated by data services.
构造函数详细信息
FileDataService | () | 构造函数 |
public function FileDataService()
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
The constructor for FileDataService
class.
方法详细信息
getManagedFile | () | 方法 |
public function getManagedFile(filePath:String):mx.rpc:AsyncToken
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Gets managed instance of file located at the filePath. This helps to listen to any changes in the content of the file.
参数
filePath:String — The path to the file of which a managed instance is sought.
|
mx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached. The resulting event contains a managed instance of the file.
|
常量详细信息
FILE_MANAGEMENT_DATA_SERVICE_DS | 常量 |
public static const FILE_MANAGEMENT_DATA_SERVICE_DS:String = "com.adobe.livecycle.content.File"
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Name of the file management data service.
Tue Jun 12 2018, 11:04 AM Z