パッケージ | 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.
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
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, 10:34 AM Z