| Pakiet | lc.procmgmt.commands |
| Klasa | public class SaveAttachmentCommand |
| Dziedziczenie | SaveAttachmentCommand AttachmentCommand Object |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
SaveAttachmentCommand class returns the attachment document that is
referenced by the TaskAttachmentInfo object. The attachment document can then
be saved for use at a later time.
Właściwości publiczne
Metody publiczne
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
SaveAttachmentCommand(taskAttachmentInfo:lc.procmgmt.domain:TaskAttachmentInfo)
Constructor. | SaveAttachmentCommand | ||
![]() | 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 | |
[przesłanianie]
Retrieves the attachment from the task. | SaveAttachmentCommand | ||
![]() |
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | AttachmentCommand | |
![]() |
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | |
![]() |
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | |
![]() |
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | |
![]() |
Removes a listener from the EventDispatcher object. | AttachmentCommand | |
![]() |
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | |
![]() |
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | |
![]() |
Zwraca ciąg reprezentujący określony obiekt. | Object | |
![]() |
Zwraca pierwotną wartość dla określonego obiektu. | Object | |
![]() |
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | AttachmentCommand | |
Stałe publiczne
| Stała | Zdefiniowane przez | ||
|---|---|---|---|
| NAME : String = "SaveAttachmentCommand" [statyczny]
The name of the command. | SaveAttachmentCommand | ||
Konstruktor Szczegół
SaveAttachmentCommand | () | Konstruktor |
public function SaveAttachmentCommand(taskAttachmentInfo:lc.procmgmt.domain:TaskAttachmentInfo)| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Information in the specified TaskAttachmentInfo object is used to
calculate the command's enabled property.
taskAttachmentInfo:lc.procmgmt.domain:TaskAttachmentInfo — Specifies the TaskAttachmentInfo object that is
associated with this command.
|
Szczegół metody
execute | () | metoda |
override public function execute():lc.foundation.util:Token| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the attachment from the task. The task is stored by the
TaskAttachmentInfo object.
lc.foundation.util:Token — A token that allows the caller to be notified when the
execution is complete.
|
Szczegół stałej
NAME | Stała |
public static const NAME:String = "SaveAttachmentCommand"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the command.
Tue Jun 12 2018, 12:06 PM Z
Ukryj dziedziczone właściwości publiczne
Pokaż dziedziczone właściwości publiczne