パッケージ | 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, 10:34 AM Z