Package | lc.procmgmt.domain |
Interface | public interface ICommand |
Implementors | AttachmentCommand, TaskCommand, TaskFormSaveCommand, TaskFormSubmitCommand, TaskFormTakeOfflineCommand |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtime Versions: | 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.
Public Methods
Method | Defined By | ||
---|---|---|---|
Executes the default operation of the command. | ICommand |
Property Detail
name | property |
Method Detail
execute | () | method |
public function execute():lc.foundation.util:Token
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtime Versions: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Executes the default operation of the command.
Returnslc.foundation.util:Token — A token that allows the caller to be notified when the execution is complete.
|
Related API Elements
Thu Dec 6 2018, 01:12 PM -08:00