套件 | 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):void
arsProcessName | 屬性 |
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):void
auditLevel | 屬性 |
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):void
commentServerPath | 屬性 |
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):void
commentVisibility | 屬性 |
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):void
complianceCode | 屬性 |
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):void
currentStage | 屬性 |
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):void
invocationId | 屬性 |
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):void
purpose | 屬性 |
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):void
stageList | 屬性 |
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):void
stp | 屬性 |
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):void
templateName | 屬性 |
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, 03:47 PM Z