パッケージ | com.adobe.solutions.rca.constant |
クラス | public class TaskTypes |
継承 | TaskTypes Object |
サブクラス | LocalizedTaskTypes |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
TaskTypes
Enum.
パブリックプロパティ
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
The constructor for TaskTypes class. | TaskTypes | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
パブリック定数
定数 | 定義元 | ||
---|---|---|---|
CUSTOM : String = "CUSTOM" [静的]
This value specifies that the tasks are assigned via user-defined processes. | TaskTypes | ||
EMAIL_CONNECTED : String = "EMAIL_CONNECTED" [静的]
This value specifies that the tasks are assigned via email. | TaskTypes | ||
TYPES : Array [静的]
Utility array containing all the valid values of taskType property of Stage. | TaskTypes | ||
WORKSPACE : String = "WORKSPACE" [静的]
This value specifies that the tasks are assigned via workspace. | TaskTypes |
コンストラクターの詳細
TaskTypes | () | コンストラクター |
public function TaskTypes()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The constructor for TaskTypes
class.
The TaskTypes
class provides values for the taskType
property of Stage
.
This property determines the mechanism of task assignment.
関連する API エレメント
定数の詳細
CUSTOM | 定数 |
public static const CUSTOM:String = "CUSTOM"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This value specifies that the tasks are assigned via user-defined processes.
EMAIL_CONNECTED | 定数 |
public static const EMAIL_CONNECTED:String = "EMAIL_CONNECTED"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This value specifies that the tasks are assigned via email.
TYPES | 定数 |
public static const TYPES:Array
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Utility array containing all the valid values of taskType
property of Stage
.
WORKSPACE | 定数 |
public static const WORKSPACE:String = "WORKSPACE"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This value specifies that the tasks are assigned via workspace.
Tue Jun 12 2018, 10:34 AM Z