Package | com.adobe.solutions.rca.services.impl |
Classe | public class FileDataService |
Héritage | FileDataService Object |
Implémente | IFileDataService |
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Propriétés publiques
Propriétés protégées
Propriété | Défini par | ||
---|---|---|---|
fileCollection : ListCollectionView
A collection of files that are populated by data services. | FileDataService |
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
The constructor for FileDataService class. | FileDataService | ||
Gets managed instance of file located at the filePath. | FileDataService | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
Constantes publiques
Constante | Défini par | ||
---|---|---|---|
FILE_MANAGEMENT_DATA_SERVICE_DS : String = "com.adobe.livecycle.content.File" [statique]
Name of the file management data service. | FileDataService |
Détails de la propriété
fileCollection | propriété |
protected var fileCollection:ListCollectionView
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
A collection of files that are populated by data services.
Détails du constructeur
FileDataService | () | Constructeur |
public function FileDataService()
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
The constructor for FileDataService
class.
Détails de la méthode
getManagedFile | () | méthode |
public function getManagedFile(filePath:String):mx.rpc:AsyncToken
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10.0 |
Versions du moteur d’exécution: | 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.
Paramètres
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.
|
Détails de la constante
FILE_MANAGEMENT_DATA_SERVICE_DS | Constante |
public static const FILE_MANAGEMENT_DATA_SERVICE_DS:String = "com.adobe.livecycle.content.File"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Name of the file management data service.
Tue Jun 12 2018, 09:30 AM Z