Pacchetto | lc.procmgmt.domain |
Interfaccia | public interface ICommand |
Implementatori | AttachmentCommand, TaskCommand, TaskFormSaveCommand, TaskFormSubmitCommand, TaskFormTakeOfflineCommand |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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.
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
name : String [sola lettura]
The name of the command. | ICommand |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Executes the default operation of the command. | ICommand |
Descrizione delle proprietà
name | proprietà |
Descrizione dei metodi
execute | () | metodo |
public function execute():lc.foundation.util:Token
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Executes the default operation of the command.
Restituiscelc.foundation.util:Token — A token that allows the caller to be notified when the execution is complete.
|
Elementi API correlati
Tue Jun 12 2018, 02:44 PM Z