Package | lc.procmgmt.commands |
Classe | public class DisplayAttachmentCommand |
Héritage | DisplayAttachmentCommand AttachmentCommand Object |
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | 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.
Eléments de l’API associés
Propriétés publiques
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
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 | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Removes a listener from the EventDispatcher object. | AttachmentCommand | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | AttachmentCommand |
Constantes publiques
Constante | Défini par | ||
---|---|---|---|
NAME : String = "DisplayAttachmentCommand" [statique]
The name of the command. | DisplayAttachmentCommand |
Détails du constructeur
DisplayAttachmentCommand | () | Constructeur |
public function DisplayAttachmentCommand(taskAttachmentInfo:lc.procmgmt.domain:TaskAttachmentInfo = null)
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
ParamètrestaskAttachmentInfo: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.
|
Détails de la méthode
execute | () | méthode |
override public function execute():lc.foundation.util:Token
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | 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.
|
Détails de la constante
NAME | Constante |
public static const NAME:String = "DisplayAttachmentCommand"
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the command.
Tue Jun 12 2018, 09:30 AM Z