Paket | lc.procmgmt.domain |
Gränssnitt | public interface ICommand |
Implementorer | AttachmentCommand, TaskCommand, TaskFormSaveCommand, TaskFormSubmitCommand, TaskFormTakeOfflineCommand |
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | 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.
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
name : String [skrivskyddad]
The name of the command. | ICommand |
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
Executes the default operation of the command. | ICommand |
Egenskapsdetaljer
name | egenskap |
Metoddetaljer
execute | () | metod |
public function execute():lc.foundation.util:Token
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Executes the default operation of the command.
Returnerarlc.foundation.util:Token — A token that allows the caller to be notified when the execution is complete.
|
Relaterade API-element
Tue Jun 12 2018, 01:40 PM Z