(Beta)
Package | com.adobe.icc.services.download |
Interface | public interface IDownloadService extends IEventDispatcher |
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Public Methods
Method | Defined By | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | IEventDispatcher | ||
Dispatches an event into the event flow. | IEventDispatcher | ||
Retrieves the raw XDP that represents the form. | IDownloadService | ||
Retrieves the raw image bytes that represent the contents of the image module. | IDownloadService | ||
Retrieves the Expression SWF used by the letter. | IDownloadService | ||
Retrieves the test data for the letter as raw XML. | IDownloadService | ||
Retrieves the raw XHTML that represents the contents of the text module. | IDownloadService | ||
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | IEventDispatcher | ||
Removes a listener from the EventDispatcher object. | IEventDispatcher | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | IEventDispatcher |
Method Detail
getFormData | () | method |
public function getFormData(formId:String):com.adobe.icc.token:IAsyncToken
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Retrieves the raw XDP that represents the form.
Parameters
formId:String — The identifier of the form whose raw XDP contents is to be retrieved. The ID is the GUID.
|
com.adobe.icc.token:IAsyncToken — A DataDownload object containing the data. That is, the raw XDP bytes from the form.
|
Throws
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
Related API Elements
getImageModuleData | () | method |
public function getImageModuleData(imageModuleId:String):com.adobe.icc.token:IAsyncToken
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Retrieves the raw image bytes that represent the contents of the image module.
Parameters
imageModuleId:String — The identifier of the image module whose raw byte contents is to be retrieved. The identifier is the GUID.
|
com.adobe.icc.token:IAsyncToken — A DataDownload object containing the data. That is, the raw image bytes.
|
Throws
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
Related API Elements
getLetterExpressionSwf | () | method |
public function getLetterExpressionSwf(letterId:String):com.adobe.icc.token:IAsyncToken
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Retrieves the Expression SWF used by the letter.
Parameters
letterId:String — The identifier of the letter whose expression SWF is to be retrieved. The ID is the GUID.
|
com.adobe.icc.token:IAsyncToken — A DataDownload object containing the data. That is, the expression SWF bytes.
|
Throws
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
Related API Elements
getLetterTestData | () | method |
public function getLetterTestData(letterId:String):com.adobe.icc.token:IAsyncToken
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Retrieves the test data for the letter as raw XML.
Parameters
letterId:String — The identifier of the letter whose test data is to be retrieved. The identifier is the GUID.
|
com.adobe.icc.token:IAsyncToken — A DataDownload object containing the test data. That is, the XML bytes. The response is null if the letter does not have test data.
|
Throws
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
Related API Elements
getTextModuleData | () | method |
public function getTextModuleData(textModuleId:String):com.adobe.icc.token:IAsyncToken
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Retrieves the raw XHTML that represents the contents of the text module. The raw XHTML is unresolved XHTML.
Parameters
textModuleId:String — The identifier of the text module whose raw XHTML contents is to be retrieved. The identifier is the GUID.
|
com.adobe.icc.token:IAsyncToken — A DataDownload object containing the data. That is, raw XHTML bytes.
|
Throws
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
Related API Elements
Wed Nov 21 2018, 06:34 AM -08:00