| 包 | com.adobe.solutions.rca.vo |
| 类 | public class ReviewContextVO |
| 继承 | ReviewContextVO NamedVO BaseVO Object |
| 子类 | ReviewTemplateVO |
| 语言版本: | ActionScript 3.0 |
| 产品版本: | Review, Commenting, and Approval Building Block 10 |
| 运行时版本: | Flash Player 10.2, AIR (unsupported) |
| 属性 | 由以下参数定义 | ||
|---|---|---|---|
| additionalMetadata : String
Any review specific data can be preserved in this field. | ReviewContextVO | ||
| arsProcessName : String
Name of the process used to generate Approval Routing Sheet (ARS). | ReviewContextVO | ||
| auditLevel : String
The level of audit associated with this review. | ReviewContextVO | ||
| changeDescription : String
This field is used if the review is revised. | ReviewContextVO | ||
| commentServerPath : String
Server location where Adobe Acrobat stores the inline comments. | ReviewContextVO | ||
| commentVisibility : String
Visibility of inline comment, in Adobe Acrobat, across stages. | ReviewContextVO | ||
| complianceCode : String
Compliance code of the schedule template. | ReviewContextVO | ||
![]() | constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | |
| currentRevision : Boolean
A Boolean flag to indicate whether this is the current revision or not. | ReviewContextVO | ||
| currentStage : int
Stage number this review is currently in (starts with 1). | ReviewContextVO | ||
| customAttributes : IList
List of custom attributes. | ReviewContextVO | ||
| endDate : Date
End date of the review. | ReviewContextVO | ||
![]() | entityPath : String
Gets the entity name in the content repository. | NamedVO | |
![]() | id : String
Get the ID of the VO. | BaseVO | |
| initiator : InitiatorVO
Initiator of the review. | ReviewContextVO | ||
| invocationId : String
The ID of the invocation request when a review is initiated. | ReviewContextVO | ||
| nativeFileName : String
Path of the file in the content repository on which the review is initiated. | ReviewContextVO | ||
| purpose : String
Review purpose. | ReviewContextVO | ||
| reviewId : String
Review ID. | ReviewContextVO | ||
| reviewType : String
Review type like, REGULATED or AD-HOC. | ReviewContextVO | ||
| revision : int
Review revision number. | ReviewContextVO | ||
| rtsProcessName : String
Name of the process used to generate Review Tracking Sheet (RTS). | ReviewContextVO | ||
| stageList : IList
List of stages in the review. | ReviewContextVO | ||
| startDate : Date
Start date of the review. | ReviewContextVO | ||
| status : String
Status of the review. | ReviewContextVO | ||
| stp : Boolean
A Boolean field to enable or disable Straight Through Processing (STP). | ReviewContextVO | ||
| supportingDocumentList : IList
List of supporting documents. | ReviewContextVO | ||
| templateAuthor : String
Name of the template author. | ReviewContextVO | ||
| templateDescription : String
Description of the schedule template used to initiate this review. | ReviewContextVO | ||
| templateName : String
Name of the schedule template used to initiate this review. | ReviewContextVO | ||
| title : String
Review title. | ReviewContextVO | ||
| 方法 | 由以下参数定义 | ||
|---|---|---|---|
The constructor for ReviewContextVO class. | ReviewContextVO | ||
![]() |
表示对象是否已经定义了指定的属性。 | Object | |
![]() |
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | |
![]() |
表示指定的属性是否存在、是否可枚举。 | Object | |
![]() |
设置循环操作动态属性的可用性。 | Object | |
![]() |
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | |
![]() |
返回指定对象的字符串表示形式。 | Object | |
![]() |
返回指定对象的原始值。 | Object | |
additionalMetadata | 属性 |
additionalMetadata:String| 语言版本: | ActionScript 3.0 |
| 产品版本: | Review, Commenting, and Approval Building Block 10 |
| 运行时版本: | Flash Player 10.2, AIR (unsupported) |
Any review specific data can be preserved in this field.
实现
public function get additionalMetadata():String public function set additionalMetadata(value:String):voidarsProcessName | 属性 |
arsProcessName:String| 语言版本: | ActionScript 3.0 |
| 产品版本: | Review, Commenting, and Approval Building Block 10 |
| 运行时版本: | Flash Player 10.2, AIR (unsupported) |
Name of the process used to generate Approval Routing Sheet (ARS).
实现
public function get arsProcessName():String public function set arsProcessName(value:String):voidauditLevel | 属性 |
changeDescription | 属性 |
changeDescription:String| 语言版本: | ActionScript 3.0 |
| 产品版本: | Review, Commenting, and Approval Building Block 10 |
| 运行时版本: | Flash Player 10.2, AIR (unsupported) |
This field is used if the review is revised. While revising, one can specify the change desciption.
实现
public function get changeDescription():String public function set changeDescription(value:String):voidcommentServerPath | 属性 |
commentServerPath:String| 语言版本: | ActionScript 3.0 |
| 产品版本: | Review, Commenting, and Approval Building Block 10 |
| 运行时版本: | Flash Player 10.2, AIR (unsupported) |
Server location where Adobe Acrobat stores the inline comments.
实现
public function get commentServerPath():String public function set commentServerPath(value:String):voidcommentVisibility | 属性 |
commentVisibility:String| 语言版本: | ActionScript 3.0 |
| 产品版本: | Review, Commenting, and Approval Building Block 10 |
| 运行时版本: | Flash Player 10.2, AIR (unsupported) |
Visibility of inline comment, in Adobe Acrobat, across stages.
实现
public function get commentVisibility():String public function set commentVisibility(value:String):voidcomplianceCode | 属性 |
currentRevision | 属性 |
currentRevision:Boolean| 语言版本: | ActionScript 3.0 |
| 产品版本: | Review, Commenting, and Approval Building Block 10 |
| 运行时版本: | Flash Player 10.2, AIR (unsupported) |
A Boolean flag to indicate whether this is the current revision or not.
实现
public function get currentRevision():Boolean public function set currentRevision(value:Boolean):voidcurrentStage | 属性 |
customAttributes | 属性 |
endDate | 属性 |
initiator | 属性 |
initiator:InitiatorVO| 语言版本: | ActionScript 3.0 |
| 产品版本: | Review, Commenting, and Approval Building Block 10 |
| 运行时版本: | Flash Player 10.2, AIR (unsupported) |
Initiator of the review.
实现
public function get initiator():InitiatorVO public function set initiator(value:InitiatorVO):voidinvocationId | 属性 |
nativeFileName | 属性 |
nativeFileName:String| 语言版本: | ActionScript 3.0 |
| 产品版本: | Review, Commenting, and Approval Building Block 10 |
| 运行时版本: | Flash Player 10.2, AIR (unsupported) |
Path of the file in the content repository on which the review is initiated.
实现
public function get nativeFileName():String public function set nativeFileName(value:String):voidpurpose | 属性 |
reviewId | 属性 |
reviewType | 属性 |
revision | 属性 |
rtsProcessName | 属性 |
rtsProcessName:String| 语言版本: | ActionScript 3.0 |
| 产品版本: | Review, Commenting, and Approval Building Block 10 |
| 运行时版本: | Flash Player 10.2, AIR (unsupported) |
Name of the process used to generate Review Tracking Sheet (RTS).
实现
public function get rtsProcessName():String public function set rtsProcessName(value:String):voidstageList | 属性 |
startDate | 属性 |
status | 属性 |
status:String| 语言版本: | ActionScript 3.0 |
| 产品版本: | Review, Commenting, and Approval Building Block 10 |
| 运行时版本: | Flash Player 10.2, AIR (unsupported) |
Status of the review. It can be one of the following:
- ONGOING
- COMPLETED
- EXPIRED
- REVOKED
- REVISED
实现
public function get status():String public function set status(value:String):voidstp | 属性 |
supportingDocumentList | 属性 |
templateAuthor | 属性 |
templateDescription | 属性 |
templateDescription:String| 语言版本: | ActionScript 3.0 |
| 产品版本: | Review, Commenting, and Approval Building Block 10 |
| 运行时版本: | Flash Player 10.2, AIR (unsupported) |
Description of the schedule template used to initiate this review.
实现
public function get templateDescription():String public function set templateDescription(value:String):voidtemplateName | 属性 |
title | 属性 |
ReviewContextVO | () | 构造函数 |
public function ReviewContextVO()| 语言版本: | ActionScript 3.0 |
| 产品版本: | Review, Commenting, and Approval Building Block 10 |
| 运行时版本: | Flash Player 10.2, AIR (unsupported) |
The constructor for ReviewContextVO class.
Tue Jun 12 2018, 11:04 AM Z
隐藏继承的公共属性
显示继承的公共属性