パッケージ | lc.procmgmt.commands |
クラス | public class TaskUserCommand |
継承 | TaskUserCommand TaskCommand Object |
実装 | IUserAware |
サブクラス | ConsultCommand, ForwardCommand, ShareCommand |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
TaskUserCommand
class is a generic command that has direct association
with a Task
object and a User
object. The TaskUserCommand
class should
not be used directly but extended by different types of task user commands.
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
groupOid : String [読み取り専用]
The group object identifier (OID) that may be associated with this command. | TaskUserCommand | ||
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. | TaskUserCommand | ||
Retrieves a Token object to allow the caller to be notified when
the execution is complete. | TaskCommand | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | 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.
実装
public function get groupOid():String
user | プロパティ |
コンストラクターの詳細
TaskUserCommand | () | コンストラクター |
public function TaskUserCommand(task:lc.procmgmt.domain:Task, name: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.
| |
name:String — Specifies the name of the command.
|
Tue Jun 12 2018, 10:34 AM Z