包 | com.adobe.livecycle.rca.model.constant |
类 | public class RCAPermission |
继承 | RCAPermission Object |
自以下版本起不推荐使用: Review, Commenting, and Approval 10: 请使用 com.adobe.solutions.rca.constant.RCAPermission
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 9.5 |
运行时版本: | Flash Player 9, Flash Player 10, AIR (unsupported) |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
Provides values for the permissions that are available to
Review Commenting and Approval users. | RCAPermission | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
RCA_INITIATE_REVIEW : String = "RCA_INITIATE_REVIEW" [静态] Specifies the permission required to initiate a review. | RCAPermission | ||
RCA_TEMPLATE_READ : String = "RCA_TEMPLATE_READ" [静态] Specifies the permission required to read a review template. | RCAPermission | ||
RCA_TEMPLATE_WRITE : String = "RCA_TEMPLATE_WRITE" [静态] Specifies the permission required to write or update a review template. | RCAPermission |
构造函数详细信息
RCAPermission | () | 构造函数 |
public function RCAPermission()
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 9.5 |
运行时版本: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the permissions that are available to Review Commenting and Approval users.
常量详细信息
RCA_INITIATE_REVIEW | 常量 |
public static const RCA_INITIATE_REVIEW:String = "RCA_INITIATE_REVIEW"
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 9.5 |
运行时版本: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the permission required to initiate a review.
RCA_TEMPLATE_READ | 常量 |
public static const RCA_TEMPLATE_READ:String = "RCA_TEMPLATE_READ"
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 9.5 |
运行时版本: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the permission required to read a review template.
RCA_TEMPLATE_WRITE | 常量 |
public static const RCA_TEMPLATE_WRITE:String = "RCA_TEMPLATE_WRITE"
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 9.5 |
运行时版本: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the permission required to write or update a review template.
Tue Jun 12 2018, 11:04 AM Z