Пакет | lc.procmgmt.commands |
Класс | public class CompleteCommand |
Наследование | CompleteCommand TaskCommand Object |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
CompleteCommand
class executes complete operation for a task.
Связанные элементы API
Общедоступные свойства
Свойство | Определено | ||
---|---|---|---|
constructor : Object
Ссылка на объект класса или функцию конструктора для данного экземпляра объекта. | Object | ||
name : String [только для чтения]
The name of the command for the task. | TaskCommand | ||
routeName : String
The name of the route that is associated with the complete command. | CompleteCommand | ||
task : lc.procmgmt.domain:Task
The task that is associated with the command. | TaskCommand |
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
Constructor. | CompleteCommand | ||
[переопределить]
Executes the task's complete operation. | CompleteCommand | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object |
Общедоступные константы
Константа | Определено | ||
---|---|---|---|
NAME : String = "Complete" [статические]
A special value that specifies the name of the complete command. | CompleteCommand |
Сведения о свойстве
routeName | свойство |
public var routeName:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the route that is associated with the complete command. The
routeName
property is not used directly, but may be accessed by other
objects that reference the command.
Сведения о конструкторе
CompleteCommand | () | Конструктор |
public function CompleteCommand(task:lc.procmgmt.domain:Task, routeName:String)
Язык версии: | 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.
| |
routeName:String — Specifies the route name to be used to complete the task.
|
Сведения о методе
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 |
Executes the task's complete operation.
Возвращаетlc.foundation.util:Token — A token that notifies the caller when execution is complete.
|
Связанные элементы API
Сведения о константе
NAME | Константа |
public static const NAME:String = "Complete"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the name of the complete command.
Tue Jun 12 2018, 11:34 AM Z