패키지 | lc.procmgmt.domain |
인터페이스 | public interface ICommand |
구현자 | AttachmentCommand, TaskCommand, TaskFormSaveCommand, TaskFormSubmitCommand, TaskFormTakeOfflineCommand |
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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.
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
Executes the default operation of the command. | ICommand |
속성 세부 정보
name | 속성 |
메서드 세부 정보
execute | () | 메서드 |
public function execute():lc.foundation.util:Token
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Executes the default operation of the command.
반환값lc.foundation.util:Token — A token that allows the caller to be notified when the execution is complete.
|
관련 API 요소
Tue Jun 12 2018, 03:17 PM Z