Paket | com.adobe.solutions.rca.services.impl |
Klasse | public class FileDataService |
Vererbung | FileDataService Object |
Implementiert | IFileDataService |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Öffentliche Eigenschaften
Geschützte Eigenschaften
Eigenschaft | Definiert von | ||
---|---|---|---|
fileCollection : ListCollectionView
A collection of files that are populated by data services. | FileDataService |
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
The constructor for FileDataService class. | FileDataService | ||
Gets managed instance of file located at the filePath. | FileDataService | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
Öffentliche Konstanten
Konstante | Definiert von | ||
---|---|---|---|
FILE_MANAGEMENT_DATA_SERVICE_DS : String = "com.adobe.livecycle.content.File" [statisch]
Name of the file management data service. | FileDataService |
Eigenschaftendetails
fileCollection | Eigenschaft |
protected var fileCollection:ListCollectionView
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
A collection of files that are populated by data services.
Konstruktordetails
FileDataService | () | Konstruktor |
public function FileDataService()
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The constructor for FileDataService
class.
Methodendetails
getManagedFile | () | Methode |
public function getManagedFile(filePath:String):mx.rpc:AsyncToken
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10.0 |
Laufzeitversionen: | 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.
Parameter
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.
|
Konstantendetails
FILE_MANAGEMENT_DATA_SERVICE_DS | Konstante |
public static const FILE_MANAGEMENT_DATA_SERVICE_DS:String = "com.adobe.livecycle.content.File"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Name of the file management data service.
Tue Jun 12 2018, 10:04 AM Z