パッケージ | 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, 10:34 AM Z