| Package | lc.procmgmt.domain |
| Interface | public interface ICommand |
| Implémenteurs | AttachmentCommand, TaskCommand, TaskFormSaveCommand, TaskFormSubmitCommand, TaskFormTakeOfflineCommand |
| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versions du moteur d’exécution: | 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.
Propriétés publiques
| Propriété | Défini par | ||
|---|---|---|---|
| name : String [lecture seule]
The name of the command. | ICommand | ||
Méthodes publiques
| Méthode | Défini par | ||
|---|---|---|---|
Executes the default operation of the command. | ICommand | ||
Détails de la propriété
name | propriété |
name:String [lecture seule] | Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the command.
Implémentation
public function get name():StringDétails de la méthode
execute | () | méthode |
public function execute():lc.foundation.util:Token| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Executes the default operation of the command.
Valeur renvoyéelc.foundation.util:Token — A token that allows the caller to be notified when the execution is complete.
|
Eléments de l’API associés
Tue Jun 12 2018, 09:30 AM Z