| Pakket | lc.procmgmt.domain |
| Interface | public interface ICommand |
| Geïmplementeerd door | AttachmentCommand, TaskCommand, TaskFormSaveCommand, TaskFormSubmitCommand, TaskFormTakeOfflineCommand |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | 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.
Openbare eigenschappen
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| name : String [alleen-lezen]
The name of the command. | ICommand | ||
Openbare methoden
| Methode | Gedefinieerd door | ||
|---|---|---|---|
Executes the default operation of the command. | ICommand | ||
Eigenschapdetails
name | eigenschap |
Methodedetails
execute | () | methode |
public function execute():lc.foundation.util:Token| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Executes the default operation of the command.
Geretourneerde waardelc.foundation.util:Token — A token that allows the caller to be notified when the execution is complete.
|
Verwante API-elementen
Wed Jun 13 2018, 11:42 AM Z