パッケージ | com.adobe.livecycle.rca.model.constant |
クラス | public class RecipientType |
継承 | RecipientType Object |
以降、非推奨 Review, Commenting, and Approval 10: 推奨 com.adobe.solutions.rca.constant.RecipientType
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
パブリックプロパティ
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
Provides values for the RecipientType property of a reminder. | RecipientType | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
パブリック定数
定数 | 定義元 | ||
---|---|---|---|
ALL : String = "ALL" [静的] Specifies that a reminder is sent to all the participants of the
stage regardless of their status. | RecipientType | ||
INITIATOR : String = "INITIATOR" [静的] Specifies that a reminder is sent to the initiator of the review. | RecipientType | ||
MODERATOR : String = "MODERATOR" [静的] Specifies that a reminder is sent to the moderators of the stage. | RecipientType | ||
REMAINING_PARTICIPANTS : String = "REMAINING_PARTICIPANTS" [静的] Specifies that a reminder is sent to all participants who have not yet completed the task. | RecipientType | ||
TYPES : Array [静的] A utility array of all possible values for the RecipientType property. | RecipientType |
コンストラクターの詳細
RecipientType | () | コンストラクター |
public function RecipientType()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the RecipientType
property of a reminder.
It defines who the reminder is sent to.
関連する API エレメント
定数の詳細
ALL | 定数 |
public static const ALL:String = "ALL"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that a reminder is sent to all the participants of the stage regardless of their status.
INITIATOR | 定数 |
public static const INITIATOR:String = "INITIATOR"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that a reminder is sent to the initiator of the review.
MODERATOR | 定数 |
public static const MODERATOR:String = "MODERATOR"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that a reminder is sent to the moderators of the stage.
REMAINING_PARTICIPANTS | 定数 |
public static const REMAINING_PARTICIPANTS:String = "REMAINING_PARTICIPANTS"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that a reminder is sent to all participants who have not yet completed the task.
TYPES | 定数 |
public static const TYPES:Array
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
A utility array of all possible values for the RecipientType
property.
Tue Jun 12 2018, 10:34 AM Z