| 패키지 | 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 | 속성 |
invocationId:String| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Review, Commenting, and Approval Building Block 10 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
The ID of the invocation request when a review is initiated.
구현
public function get invocationId():String public function set invocationId(value:String):voidnativeFileName | 속성 |
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 | 속성 |
templateName:String| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Review, Commenting, and Approval Building Block 10 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Name of the schedule template used to initiate this review.
구현
public function get templateName():String public function set templateName(value:String):voidtitle | 속성 |
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:17 PM Z
상속되는 공용 속성 숨기기
상속되는 공용 속성 표시