| Pacchetto | lc.procmgmt.commands |
| Classe | public class DisplayAttachmentCommand |
| Ereditarietà | DisplayAttachmentCommand AttachmentCommand Object |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
DisplayAttachmentCommand class returns the attachment document stored with the task.
The attachment document that is returned can be displayed to a user.
Elementi API correlati
Proprietà pubbliche
Metodi pubblici
| Metodo | Definito da | ||
|---|---|---|---|
DisplayAttachmentCommand(taskAttachmentInfo:lc.procmgmt.domain:TaskAttachmentInfo = null)
Constructor. | DisplayAttachmentCommand | ||
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | AttachmentCommand | |
![]() |
Dispatches an event into the event flow. | AttachmentCommand | |
[override]
Retrieves the attachment from the task that is being held by the
TaskAttachmentInfo object. | DisplayAttachmentCommand | ||
![]() |
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | AttachmentCommand | |
![]() |
Indica se per un oggetto è definita una proprietà specifica. | Object | |
![]() |
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | |
![]() |
Indica se la proprietà specificata esiste ed è enumerabile. | Object | |
![]() |
Removes a listener from the EventDispatcher object. | AttachmentCommand | |
![]() |
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | |
![]() |
Restituisce il valore di base dell'oggetto specificato. | Object | |
![]() |
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | AttachmentCommand | |
Costanti pubbliche
| Costante | Definito da | ||
|---|---|---|---|
| NAME : String = "DisplayAttachmentCommand" [statico]
The name of the command. | DisplayAttachmentCommand | ||
Descrizione della funzione di costruzione
DisplayAttachmentCommand | () | Funzione di costruzione |
public function DisplayAttachmentCommand(taskAttachmentInfo:lc.procmgmt.domain:TaskAttachmentInfo = null)| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
ParametritaskAttachmentInfo:lc.procmgmt.domain:TaskAttachmentInfo (default = null) — Specifies the TaskAttachmentInfo object
that is associated with this command.
When the value of null is used, the taskAttachmentInfo
property must be specified before the execute() method is used.
|
Descrizione dei metodi
execute | () | metodo |
override public function execute():lc.foundation.util:Token| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the attachment from the task that is being held by the
TaskAttachmentInfo object.
lc.foundation.util:Token — A token that permits the caller to be notified when the execution is complete.
|
Descrizione delle costanti
NAME | Costante |
public static const NAME:String = "DisplayAttachmentCommand"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the command.
Tue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate