Пакет | com.adobe.icc.services.download |
Интерфейс | public interface IDownloadService extends IEventDispatcher |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Регистрирует объект прослушивателя события на объекте EventDispatcher для получения прослушивателем уведомления о событии. | IEventDispatcher | ||
Посылает событие в поток событий. | 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 | ||
Проверяет, имеет ли объект EventDispatcher прослушиватели, зарегистрированные для определенного типа события. | IEventDispatcher | ||
Удаляет прослушиватель из объекта EventDispatcher. | IEventDispatcher | ||
Проверяет, зарегистрирован ли прослушиватель события для указанного типа события с данным объектом EventDispatcher или любым его предшественником. | IEventDispatcher |
Сведения о методе
getFormData | () | метод |
public function getFormData(formId:String):com.adobe.icc.token:IAsyncToken
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the raw XDP that represents the form.
Параметры
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).
|
Выдает
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
Связанные элементы API
getImageModuleData | () | метод |
public function getImageModuleData(imageModuleId:String):com.adobe.icc.token:IAsyncToken
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the raw image bytes that represent the image module's contents.
Параметры
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).
|
Выдает
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
Связанные элементы API
getLetterExpressionSwf | () | метод |
public function getLetterExpressionSwf(letterId:String):com.adobe.icc.token:IAsyncToken
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the Expression SWF used by the letter.
Параметры
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).
|
Выдает
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
Связанные элементы API
getLetterTestData | () | метод |
public function getLetterTestData(letterId:String):com.adobe.icc.token:IAsyncToken
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the letter's test data as raw XML.
Параметры
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.
|
Выдает
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
Связанные элементы API
getTextModuleData | () | метод |
public function getTextModuleData(textModuleId:String):com.adobe.icc.token:IAsyncToken
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the raw (unresolved) XHTML that represents the text module's contents.
Параметры
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).
|
Выдает
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
Связанные элементы API
Tue Jun 12 2018, 11:34 AM Z