Package | com.adobe.icc.services.download |
Interface | public interface IDownloadService extends IEventDispatcher |
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 9.5 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Enregistre un objet écouteur d’événement auprès d’un objet EventDispatcher afin que l’écouteur soit averti d’un événement. | IEventDispatcher | ||
Distribue un événement dans le flux d’événements. | IEventDispatcher | ||
Retrieves the raw XDP that represents the form. | IDownloadService | ||
Retrieves the raw image bytes that represent the image module's contents. | IDownloadService | ||
Retrieves the Expression SWF used by the letter. | IDownloadService | ||
Retrieves the letter's test data as raw XML. | IDownloadService | ||
Retrieves the raw (unresolved) XHTML that represents the text module's contents. | IDownloadService | ||
Vérifie si des écouteurs sont enregistrés auprès de l’objet EventDispatcher pour un type spécifique d’événement. | IEventDispatcher | ||
Supprime un écouteur de l’objet EventDispatcher. | IEventDispatcher | ||
Vérifie si un écouteur d’événement est enregistré auprès de cet objet EventDispatcher ou de ses ancêtres pour le type d’événement spécifié. | IEventDispatcher |
Détails de la méthode
getFormData | () | méthode |
public function getFormData(formId:String):com.adobe.icc.token:IAsyncToken
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 9.5 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the raw XDP that represents the form.
Paramètres
formId:String — The ID (GUID) of the form whose raw XDP contents is to be retrieved.
|
com.adobe.icc.token:IAsyncToken — A DataDownload object containing the data (raw XDP bytes from the form).
|
Valeur émise
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
Eléments de l’API associés
getImageModuleData | () | méthode |
public function getImageModuleData(imageModuleId:String):com.adobe.icc.token:IAsyncToken
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 9.5 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the raw image bytes that represent the image module's contents.
Paramètres
imageModuleId:String — The ID (GUID) of the image module whose raw byte contents is to be retrieved.
|
com.adobe.icc.token:IAsyncToken — A DataDownload object containing the data (raw image bytes).
|
Valeur émise
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
Eléments de l’API associés
getLetterExpressionSwf | () | méthode |
public function getLetterExpressionSwf(letterId:String):com.adobe.icc.token:IAsyncToken
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 9.5 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the Expression SWF used by the letter.
Paramètres
letterId:String — The ID (GUID) of the letter whose Expression SWF is to be retrieved.
|
com.adobe.icc.token:IAsyncToken — A DataDownload object containing the data (Expression SWF bytes).
|
Valeur émise
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
Eléments de l’API associés
getLetterTestData | () | méthode |
public function getLetterTestData(letterId:String):com.adobe.icc.token:IAsyncToken
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 9.5 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the letter's test data as raw XML.
Paramètres
letterId:String — The ID (GUID) of the letter whose test data is to be retrieved.
|
com.adobe.icc.token:IAsyncToken — A DataDownload object containing the test data (XML bytes). The response will be null if the letter doesn't have test data.
|
Valeur émise
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
Eléments de l’API associés
getTextModuleData | () | méthode |
public function getTextModuleData(textModuleId:String):com.adobe.icc.token:IAsyncToken
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Asset Composer 9.5 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the raw (unresolved) XHTML that represents the text module's contents.
Paramètres
textModuleId:String — The ID (GUID) of the text module whose raw XHTML contents is to be retrieved.
|
com.adobe.icc.token:IAsyncToken — A DataDownload object containing the data (raw XHTML bytes).
|
Valeur émise
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
Eléments de l’API associés
Tue Jun 12 2018, 09:30 AM Z