包 | 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, 11:04 AM Z