Пакет | lc.procmgmt.commands |
Класс | public class UpdateAttachmentCommand |
Наследование | UpdateAttachmentCommand AttachmentCommand Object |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
UpdateAttachmentCommand
class updates an attachment
for the task referred to by the TaskAttachmentInfo
object.
Связанные элементы API
Общедоступные свойства
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
UpdateAttachmentCommand(taskAttachmentInfo:lc.procmgmt.domain:TaskAttachmentInfo)
Constructor. | UpdateAttachmentCommand | ||
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 | ||
[переопределить]
Updates the attachment from the task being stored by the
TaskAttachmentInfo object. | UpdateAttachmentCommand | ||
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | AttachmentCommand | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Removes a listener from the EventDispatcher object. | AttachmentCommand | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | AttachmentCommand |
Общедоступные константы
Константа | Определено | ||
---|---|---|---|
NAME : String = "UpdateAttachmentCommand" [статические]
The name of the command. | UpdateAttachmentCommand |
Сведения о конструкторе
UpdateAttachmentCommand | () | Конструктор |
public function UpdateAttachmentCommand(taskAttachmentInfo:lc.procmgmt.domain:TaskAttachmentInfo)
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Information in the passed TaskAttachmentInfo
object is used to
calculate the command's enabled
property.
taskAttachmentInfo:lc.procmgmt.domain:TaskAttachmentInfo — The TaskAttachmentInfo object that is
associated with this command.
|
Сведения о методе
execute | () | метод |
override public function execute():lc.foundation.util:Token
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Updates the attachment from the task being stored by the
TaskAttachmentInfo
object.
lc.foundation.util:Token — A token that notifies the caller when the update is complete.
|
Сведения о константе
NAME | Константа |
public static const NAME:String = "UpdateAttachmentCommand"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the command.
Tue Jun 12 2018, 11:34 AM Z