Пакет | lc.procmgmt.commands |
Класс | public class ConsultCommand |
Наследование | ConsultCommand TaskUserCommand TaskCommand Object |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
ConsultCommand
class executes the consult operation for a task.
Связанные элементы API
Общедоступные свойства
Свойство | Определено | ||
---|---|---|---|
constructor : Object
Ссылка на объект класса или функцию конструктора для данного экземпляра объекта. | Object | ||
groupOid : String [переопределить] [только для чтения]
The group object identifier (OID) that may be associated with this command. | ConsultCommand | ||
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 | ||
user : User
The User object. | TaskUserCommand |
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
Constructor. | ConsultCommand | ||
[переопределить]
Executes the task's consult operation. | ConsultCommand | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object |
Общедоступные константы
Константа | Определено | ||
---|---|---|---|
NAME : String = "Consult" [статические]
The name of the consult command. | ConsultCommand |
Сведения о свойстве
groupOid | свойство |
groupOid:String
[только для чтения] [переопределить] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The group object identifier (OID) that may be associated with this command. This method should be implemented in the extending class.
Реализация
override public function get groupOid():String
Сведения о конструкторе
ConsultCommand | () | Конструктор |
public function ConsultCommand(task:lc.procmgmt.domain:Task)
Язык версии: | 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.
|
Сведения о методе
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 consult operation.
Возвращаетlc.foundation.util:Token — A token that notifies the caller when execution is complete.
|
Связанные элементы API
Сведения о константе
NAME | Константа |
public static const NAME:String = "Consult"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the consult command.
Tue Jun 12 2018, 11:34 AM Z