パッケージ | com.adobe.solutions.rca.constant |
クラス | public class ParticipantAttributes |
継承 | ParticipantAttributes Object |
サブクラス | LocalizedParticipantAttributes |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
ParticipantAttributes
Enum.
パブリックプロパティ
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
The constructor for ParticipantAttributes class. | ParticipantAttributes | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
パブリック定数
定数 | 定義元 | ||
---|---|---|---|
ROLE_APPROVER : String = "APPROVER" [静的]
This value implies that the role of the participant is approver. | ParticipantAttributes | ||
ROLE_AUTHOR : String = "AUTHOR" [静的]
This value implies that the role of the participant is author. | ParticipantAttributes | ||
ROLE_MODERATOR : String = "MODERATOR" [静的]
This value implies that the role of the participant is moderator. | ParticipantAttributes | ||
ROLE_REVIEWER_MANDATORY : String = "REVIEWER_MANDATORY" [静的]
This value implies that the role of the participant is mandatory reviewer. | ParticipantAttributes | ||
ROLE_REVIEWER_OPTIONAL : String = "REVIEWER_OPTIONAL" [静的]
This value implies that the role of the participant is optional reviewer. | ParticipantAttributes | ||
TYPE_GROUP : String = "GROUP" [静的]
This type states that participant is a group. | ParticipantAttributes | ||
TYPE_USER : String = "USER" [静的]
This type states that participant is a user. | ParticipantAttributes |
コンストラクターの詳細
ParticipantAttributes | () | コンストラクター |
public function ParticipantAttributes()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The constructor for ParticipantAttributes
class.
定数の詳細
ROLE_APPROVER | 定数 |
public static const ROLE_APPROVER:String = "APPROVER"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This value implies that the role of the participant is approver.
ROLE_AUTHOR | 定数 |
public static const ROLE_AUTHOR:String = "AUTHOR"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This value implies that the role of the participant is author.
ROLE_MODERATOR | 定数 |
public static const ROLE_MODERATOR:String = "MODERATOR"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This value implies that the role of the participant is moderator.
ROLE_REVIEWER_MANDATORY | 定数 |
public static const ROLE_REVIEWER_MANDATORY:String = "REVIEWER_MANDATORY"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This value implies that the role of the participant is mandatory reviewer.
ROLE_REVIEWER_OPTIONAL | 定数 |
public static const ROLE_REVIEWER_OPTIONAL:String = "REVIEWER_OPTIONAL"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This value implies that the role of the participant is optional reviewer.
TYPE_GROUP | 定数 |
public static const TYPE_GROUP:String = "GROUP"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This type states that participant is a group.
TYPE_USER | 定数 |
public static const TYPE_USER:String = "USER"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This type states that participant is a user.
Tue Jun 12 2018, 10:34 AM Z