Paquete | lc.procmgmt.domain |
Interfaz | public interface ICommand |
Implementadores | AttachmentCommand, TaskCommand, TaskFormSaveCommand, TaskFormSubmitCommand, TaskFormTakeOfflineCommand |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | 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.
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
name : String [solo lectura]
The name of the command. | ICommand |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Executes the default operation of the command. | ICommand |
Información sobre propiedades
name | propiedad |
name:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the command.
Implementación
public function get name():String
Información sobre métodos
execute | () | método |
public function execute():lc.foundation.util:Token
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Executes the default operation of the command.
Valor devueltolc.foundation.util:Token — A token that allows the caller to be notified when the execution is complete.
|
Elementos de API relacionados
Tue Jun 12 2018, 02:12 PM Z