パッケージ | lc.procmgmt.commands |
クラス | public class ForwardCommand |
継承 | ForwardCommand TaskUserCommand TaskCommand Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
ForwardCommand
class executes the forward operation for a task.
関連する API エレメント
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
groupOid : String [オーバーライド] [読み取り専用]
The group object identifier (OID) that may be associated with this command. | ForwardCommand | ||
name : String [読み取り専用]
The name of the command for the task. | TaskCommand | ||
task : lc.procmgmt.domain:Task
The task that is associated with the command. | TaskCommand | ||
user : User
The User object. | TaskUserCommand |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
Constructor. | ForwardCommand | ||
[オーバーライド]
Executes the task forward operation. | ForwardCommand | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
プロパティの詳細
groupOid | プロパティ |
groupOid:String
[読み取り専用] [オーバーライド] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The group object identifier (OID) that may be associated with this command. This method should be implemented in the extending class.
実装
override public function get groupOid():String
コンストラクターの詳細
ForwardCommand | () | コンストラクター |
public function ForwardCommand(task:lc.procmgmt.domain:Task)
言語バージョン: | 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.
|
メソッドの詳細
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 forward operation.
戻り値lc.foundation.util:Token — A token that notifies the caller when execution is complete.
|
関連する API エレメント
定数の詳細
NAME | 定数 |
public static const NAME:String = "Forward"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the forward command.
Tue Jun 12 2018, 10:34 AM Z