Adobe® Flash® Platform 用 ActionScript® 3.0 リファレンスガイド
ホーム  |  パッケージおよびクラスリストの非表示 |  パッケージ  |  クラス  |  新機能  |  索引  |  付録  |  英語で表示される理由
フィルター: サーバーからデータを取得しています...
サーバーからデータを取得しています...
lc.procmgmt.commands 

CompleteCommand  - AS3 ADEP Workspace

パッケージlc.procmgmt.commands
クラスpublic class CompleteCommand
継承CompleteCommand Inheritance TaskCommand Inheritance Object

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

The CompleteCommand class executes complete operation for a task.

関連する API エレメント



パブリックプロパティ
 プロパティ定義元
 Inheritedconstructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。
Object
 Inheritedname : String
[読み取り専用] The name of the command for the task.
TaskCommand
  routeName : String
The name of the route that is associated with the complete command.
CompleteCommand
 Inheritedtask : lc.procmgmt.domain:Task
The task that is associated with the command.
TaskCommand
パブリックメソッド
 メソッド定義元
  
Constructor.
CompleteCommand
  
[オーバーライド] Executes the task's complete operation.
CompleteCommand
 Inherited
オブジェクトに指定されたプロパティが定義されているかどうかを示します。
Object
 Inherited
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。
Object
 Inherited
指定されたプロパティが存在し、列挙できるかどうかを示します。
Object
 Inherited
ループ処理に対するダイナミックプロパティの可用性を設定します。
Object
 Inherited
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。
Object
 Inherited
指定されたオブジェクトのストリング表現を返します。
Object
 Inherited
指定されたオブジェクトのプリミティブな値を返します。
Object
パブリック定数
 定数定義元
  NAME : String = "Complete"
[静的] A special value that specifies the name of the complete command.
CompleteCommand
プロパティの詳細

routeName

プロパティ
public var routeName:String

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

The name of the route that is associated with the complete command. The routeName property is not used directly, but may be accessed by other objects that reference the command.

コンストラクターの詳細

CompleteCommand

()コンストラクター
public function CompleteCommand(task:lc.procmgmt.domain:Task, routeName:String)

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Constructor.

パラメーター
task:lc.procmgmt.domain:Task — Specifies the task to be associated with the command.
 
routeName:String — Specifies the route name to be used to complete the task.
メソッドの詳細

execute

()メソッド
override 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 task's complete operation.

戻り値
lc.foundation.util:Token — A token that notifies the caller when execution is complete.

関連する API エレメント

定数の詳細

NAME

定数
public static const NAME:String = "Complete"

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the name of the complete command.





[ X ]英語で表示される理由
ActionScript 3.0 リファレンスガイドのコンテンツが英語で表示されます。

ActionScript 3.0 リファレンスガイドのすべての部分がすべての言語に翻訳されているわけではありません。言語エレメントが翻訳されていない場合、そのエレメントは英語で表示されます。例えば、ga.controls.HelpBox クラスはどの言語にも訳されていません。このため、リファレンスガイドの日本語バージョンでは、ga.controls.HelpBox クラスは英語で表示されます。