| Pacchetto | com.adobe.icc.services.submit |
| Interfaccia | public interface ISubmitService extends IEventDispatcher |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Metodi pubblici
| Metodo | Definito da | ||
|---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. | IEventDispatcher | |
![]() |
Invia un evento nel flusso di eventi. | IEventDispatcher | |
![]() |
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | IEventDispatcher | |
![]() |
Rimuove un listener dall'oggetto EventDispatcher. | IEventDispatcher | |
submitLetter(letter:Letter, letterData:String, interactive:Boolean = false):com.adobe.icc.token:IAsyncToken
Submits the data for the specified letter. | ISubmitService | ||
submitLetterWithParams(letter:Letter, letterData:String, interactive:Boolean = false, useLatestAssets:Boolean = false, reload:Boolean = false, serviceName:String = null, params:Object = null):com.adobe.icc.token:IAsyncToken
Submits the data for the specified letter. | ISubmitService | ||
![]() |
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | IEventDispatcher | |
Descrizione dei metodi
submitLetter | () | metodo |
public function submitLetter(letter:Letter, letterData:String, interactive:Boolean = false):com.adobe.icc.token:IAsyncToken| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Submits the data for the specified letter.
Parametri
letter:Letter — The letter being submitted.
| |
letterData:String — The XML data for the letter (ICC Data). This string is expected to be non-encoded XML and cannot be null/empty.
| |
interactive:Boolean (default = false) — True if the rendered letter should be an interactive PDF, false if it should be a flattened PDF.
|
com.adobe.icc.token:IAsyncToken — ResultEvent.result is a dynamic Object containing the following properties:
|
Genera
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
submitLetterWithParams | () | metodo |
public function submitLetterWithParams(letter:Letter, letterData:String, interactive:Boolean = false, useLatestAssets:Boolean = false, reload:Boolean = false, serviceName:String = null, params:Object = null):com.adobe.icc.token:IAsyncToken| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Asset Composer 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Submits the data for the specified letter.
Parametri
letter:Letter — The letter to submit.
| |
letterData:String — The XML data for the letter. That is, Correspondence Management data. This string is expected to be non-encoded XML and cannot be null or empty.
| |
interactive:Boolean (default = false) — True if the rendered letter should be an interactive PDF, false if it should be a flattened PDF.
| |
useLatestAssets:Boolean (default = false) — True if the rendered letter should use the latest assets when generating the final Letter.
| |
reload:Boolean (default = false) — True if we are reloading a Letter.
| |
serviceName:String (default = null) — Name of the custom service(PostProcess) To be invoked on the server.
| |
params:Object (default = null) — additional arguments to be posted to the server.
|
com.adobe.icc.token:IAsyncToken — ResultEvent.result is a dynamic Object that contains the following properties:
|
Genera
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
Tue Jun 12 2018, 02:44 PM Z
Nascondi metodi pubblici ereditati
Mostra metodi pubblici ereditati