パッケージ | lc.procmgmt.commands |
クラス | public class RejectCommand |
継承 | RejectCommand TaskCommand Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
RejectCommand
class executes the reject
operation for the task. When a task is rejected, it is reassigned to the user who forwarded the task or consulted the
task.
関連する API エレメント
パブリックプロパティ
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
Constructor. | RejectCommand | ||
[オーバーライド]
Executes the task's reject operation. | RejectCommand | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
コンストラクターの詳細
RejectCommand | () | コンストラクター |
public function RejectCommand(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's reject operation.
戻り値lc.foundation.util:Token — A token that notifies the caller when execution is complete.
|
関連する API エレメント
定数の詳細
NAME | 定数 |
public static const NAME:String = "Reject"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the reject command.
Tue Jun 12 2018, 10:34 AM Z