| Pakiet | lc.procmgmt.domain |
| Interfejs | public interface ICommand |
| Implementory | AttachmentCommand, TaskCommand, TaskFormSaveCommand, TaskFormSubmitCommand, TaskFormTakeOfflineCommand |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | 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.
Właściwości publiczne
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| name : String [tylko do odczytu]
The name of the command. | ICommand | ||
Metody publiczne
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
Executes the default operation of the command. | ICommand | ||
Szczegół właściwości
name | właściwość |
Szczegół metody
execute | () | metoda |
public function execute():lc.foundation.util:Token| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Executes the default operation of the command.
Zwracalc.foundation.util:Token — A token that allows the caller to be notified when the execution is complete.
|
Powiązane elementy interfejsu API
Tue Jun 12 2018, 12:06 PM Z