Paket | lc.procmgmt.commands |
Klasse | public class DisplayAttachmentCommand |
Vererbung | DisplayAttachmentCommand AttachmentCommand Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | 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.
Verwandte API-Elemente
Öffentliche Eigenschaften
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
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 | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Removes a listener from the EventDispatcher object. | AttachmentCommand | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | AttachmentCommand |
Öffentliche Konstanten
Konstante | Definiert von | ||
---|---|---|---|
NAME : String = "DisplayAttachmentCommand" [statisch]
The name of the command. | DisplayAttachmentCommand |
Konstruktordetails
DisplayAttachmentCommand | () | Konstruktor |
public function DisplayAttachmentCommand(taskAttachmentInfo:lc.procmgmt.domain:TaskAttachmentInfo = null)
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
ParametertaskAttachmentInfo: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.
|
Methodendetails
execute | () | Methode |
override public function execute():lc.foundation.util:Token
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | 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.
|
Konstantendetails
NAME | Konstante |
public static const NAME:String = "DisplayAttachmentCommand"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the command.
Tue Jun 12 2018, 10:04 AM Z