| Пакет | lc.procmgmt.commands |
| Класс | public class EditDescriptionCommand |
| Наследование | EditDescriptionCommand TaskCommand Object |
| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
EditDescriptionCommand class sets a new description for a task.
Связанные элементы API
Общедоступные свойства
| Свойство | Определено | ||
|---|---|---|---|
![]() | constructor : Object
Ссылка на объект класса или функцию конструктора для данного экземпляра объекта. | Object | |
| description : String
The new description for the task. | EditDescriptionCommand | ||
![]() | name : String [только для чтения]
The name of the command for the task. | TaskCommand | |
![]() | task : lc.procmgmt.domain:Task
The task that is associated with the command. | TaskCommand | |
Общедоступные методы
| Метод | Определено | ||
|---|---|---|---|
Constructor. | EditDescriptionCommand | ||
[переопределить]
Changes the description of the task by executing the setDescription method from
the Task object. | EditDescriptionCommand | ||
![]() |
Показывает, определено ли заданное свойство для объекта. | Object | |
![]() |
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | |
![]() |
Показывает наличие заданного свойства и его перечисляемость. | Object | |
![]() |
Задает доступность динамического свойства для операций цикла. | Object | |
![]() |
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | |
![]() |
Возвращает строковое представление заданного объекта. | Object | |
![]() |
Возвращает элементарное значение заданного объекта. | Object | |
Общедоступные константы
| Константа | Определено | ||
|---|---|---|---|
| NAME : String = "EditDescription" [статические]
The name of the EditDescriptionCommand command. | EditDescriptionCommand | ||
Сведения о свойстве
description | свойство |
public var description:String| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The new description for the task.
Сведения о конструкторе
EditDescriptionCommand | () | Конструктор |
public function EditDescriptionCommand(task:lc.procmgmt.domain:Task, description:String = null)| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Параметрыtask:lc.procmgmt.domain:Task — Specifies the task to be associated with the command.
| |
description:String (default = null) — Specifies the string value the new description.
|
Сведения о методе
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 |
Changes the description of the task by executing the setDescription method from
the Task object.
lc.foundation.util:Token — A token that notifies the caller when execution is complete.
|
Связанные элементы API
Сведения о константе
NAME | Константа |
public static const NAME:String = "EditDescription"| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the EditDescriptionCommand command.
Tue Jun 12 2018, 11:34 AM Z
Скрыть унаследованные общедоступные свойства
Показать унаследованные общедоступные свойства