Справочник по ActionScript® 3.0 для платформы Adobe® Flash®
Домашняя страница  |  Скрыть список пакетов и классов |  Пакеты  |  Классы  |  Что нового  |  Указатель  |  Приложения  |  Почему по-английски?
Фильтры: Получение данных с сервера...
Получение данных с сервера...
lc.procmgmt.commands 

TaskCommand  - AS3 ADEP Workspace

Пакетlc.procmgmt.commands
Классpublic class TaskCommand
НаследованиеTaskCommand Inheritance Object
Реализует ICommand
Подклассы AbandonCommand, ClaimAndOpenCommand, ClaimCommand, CompleteCommand, EditDescriptionCommand, InitiateFromStartTaskCommand, LockCommand, RejectCommand, SetVisibleCommand, TaskUserCommand, UnlockCommand

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Workspace 9
Версии среды выполнения: AIR (unsupported), Flash Player 9, Flash Player 10

The TaskCommand class is a generic command that has direct association with a Task object. The TaskCommand class should not be used directly but extended by different types of commands for tasks.



Общедоступные свойства
 СвойствоОпределено
 Inheritedconstructor : Object
Ссылка на объект класса или функцию конструктора для данного экземпляра объекта.
Object
  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.
TaskCommand
  
Retrieves a Token object to allow the caller to be notified when the execution is complete.
TaskCommand
 Inherited
Показывает, определено ли заданное свойство для объекта.
Object
 Inherited
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра.
Object
 Inherited
Показывает наличие заданного свойства и его перечисляемость.
Object
 Inherited
Задает доступность динамического свойства для операций цикла.
Object
 Inherited
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали.
Object
 Inherited
Возвращает строковое представление заданного объекта.
Object
 Inherited
Возвращает элементарное значение заданного объекта.
Object
Сведения о свойстве

name

свойство
name:String  [только для чтения]

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Workspace 9
Версии среды выполнения: AIR (unsupported), Flash Player 9, Flash Player 10

The name of the command for the task.



Реализация
    public function get name():String

task

свойство 
public var task:lc.procmgmt.domain:Task

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Workspace 9
Версии среды выполнения: AIR (unsupported), Flash Player 9, Flash Player 10

The task that is associated with the command.

Значением по умолчанию является null.

Сведения о конструкторе

TaskCommand

()Конструктор
public function TaskCommand(task:lc.procmgmt.domain:Task, name: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.
 
name:String — Specifies the name of the command.
Сведения о методе

execute

()метод
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

Retrieves a Token object to allow the caller to be notified when the execution is complete. The execute method must be overridden by the subclass.

Classes that extend the TaskCommand class should write their own execution code within the execute method.

Возвращает
lc.foundation.util:Token — A token that allows the caller to be notified when the execution is complete.




[ X ]Почему по-английски?
Содержимое Справочника ActionScript 3.0 отображается на английском языке

Не все части Справочника ActionScript 3.0 переводятся на все языки. Если какой-то текстовый элемент не переведен, он отображается на английском языке. Например, компонент ga.controls.HelpBox не переведен ни на один из языков. Это значит, что в русской версии справки компонент ga.controls.HelpBox будет отображаться на английском языке.