Pakiet | com.adobe.icc.services.download |
Interfejs | public interface IDownloadService extends IEventDispatcher |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Rejestruje obiekt detektora zdarzeń w obiekcie EventDispatcher, dzięki czemu detektor będzie otrzymywał powiadomienia o zdarzeniu. | IEventDispatcher | ||
Wywołuje zdarzenie, tj. kieruje je do przepływu zdarzeń. | 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 | ||
Sprawdza, czy obiekt EventDispatcher zawiera jakiekolwiek detektory zarejestrowane dla konkretnego typu zdarzeń. | IEventDispatcher | ||
Usuwa detektor z obiektu EventDispatcher. | IEventDispatcher | ||
Sprawdza, czy detektor zdarzeń określonego typu jest zarejestrowany w tym obiekcie EventDispatcher lub jego elementach macierzystych. | IEventDispatcher |
Szczegół metody
getFormData | () | metoda |
public function getFormData(formId:String):com.adobe.icc.token:IAsyncToken
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the raw XDP that represents the form.
Parametry
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).
|
Zgłasza
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
Powiązane elementy interfejsu API
getImageModuleData | () | metoda |
public function getImageModuleData(imageModuleId:String):com.adobe.icc.token:IAsyncToken
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the raw image bytes that represent the image module's contents.
Parametry
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).
|
Zgłasza
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
Powiązane elementy interfejsu API
getLetterExpressionSwf | () | metoda |
public function getLetterExpressionSwf(letterId:String):com.adobe.icc.token:IAsyncToken
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the Expression SWF used by the letter.
Parametry
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).
|
Zgłasza
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
Powiązane elementy interfejsu API
getLetterTestData | () | metoda |
public function getLetterTestData(letterId:String):com.adobe.icc.token:IAsyncToken
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the letter's test data as raw XML.
Parametry
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.
|
Zgłasza
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
Powiązane elementy interfejsu API
getTextModuleData | () | metoda |
public function getTextModuleData(textModuleId:String):com.adobe.icc.token:IAsyncToken
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the raw (unresolved) XHTML that represents the text module's contents.
Parametry
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).
|
Zgłasza
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
Powiązane elementy interfejsu API
Tue Jun 12 2018, 12:06 PM Z