Пакет | lc.procmgmt.domain |
Интерфейс | public interface ICommand |
Средство реализации | AttachmentCommand, TaskCommand, TaskFormSaveCommand, TaskFormSubmitCommand, TaskFormTakeOfflineCommand |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
ICommand
interface defines a common interface for self-contained commands.
The ICommand
interface is implemented by command objects, allowing the
encapsulation of an action and its parameters.
Classes that implement the ICommand
interface wrap the execution of
an operation so that they can be handled in a generic manner.
Общедоступные свойства
Свойство | Определено | ||
---|---|---|---|
name : String [только для чтения]
The name of the command. | ICommand |
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
Executes the default operation of the command. | ICommand |
Сведения о свойстве
name | свойство |
Сведения о методе
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 |
Executes the default operation of the command.
Возвращаетlc.foundation.util:Token — A token that allows the caller to be notified when the execution is complete.
|
Связанные элементы API
Tue Jun 12 2018, 11:34 AM Z