Adobe® Flash® Platform용 ActionScript® 3.0 참조 설명서
 |  패키지 및 클래스 목록 숨기기 |  패키지  |  클래스  |  새로운 내용  |  색인  |  부록  |  영어로 표시되는 이유
필터: 서버에서 데이터를 검색하는 중...
서버에서 데이터를 검색하는 중...
com.adobe.solutions.rca.vo 

ReviewContextVO  - AS3 Review, Commenting, and Approval

패키지com.adobe.solutions.rca.vo
클래스public class ReviewContextVO
상속ReviewContextVO Inheritance NamedVO Inheritance BaseVO Inheritance Object
하위 클래스 ReviewTemplateVO

언어 버전: ActionScript 3.0
제품 버전: Review, Commenting, and Approval Building Block 10
런타임 버전: Flash Player 10.2, AIR (unsupported)

This is the top-level object containing details of a particular review version.



공용 속성
 속성정의 주체
  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
 Inheritedconstructor : 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
 InheritedentityPath : String
Gets the entity name in the content repository.
NamedVO
 Inheritedid : 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
 Inherited
지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다.
Object
 Inherited
Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다.
Object
 Inherited
지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다.
Object
 Inherited
루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다.
Object
 Inherited
로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다.
Object
 Inherited
지정된 객체의 문자열 표현을 반환합니다.
Object
 Inherited
지정된 객체의 프리미티브 값을 반환합니다.
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

속성 
auditLevel:String

언어 버전: ActionScript 3.0
제품 버전: Review, Commenting, and Approval Building Block 10
런타임 버전: Flash Player 10.2, AIR (unsupported)

The level of audit associated with this review.



구현
    public function get auditLevel():String
    public function set auditLevel(value:String):void

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

속성 
complianceCode:String

언어 버전: ActionScript 3.0
제품 버전: Review, Commenting, and Approval Building Block 10
런타임 버전: Flash Player 10.2, AIR (unsupported)

Compliance code of the schedule template.



구현
    public function get complianceCode():String
    public function set complianceCode(value:String):void

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

속성 
currentStage:int

언어 버전: ActionScript 3.0
제품 버전: Review, Commenting, and Approval Building Block 10
런타임 버전: Flash Player 10.2, AIR (unsupported)

Stage number this review is currently in (starts with 1).



구현
    public function get currentStage():int
    public function set currentStage(value:int):void

customAttributes

속성 
customAttributes:IList

언어 버전: ActionScript 3.0
제품 버전: Review, Commenting, and Approval Building Block 10
런타임 버전: Flash Player 10.2, AIR (unsupported)

List of custom attributes.



구현
    public function get customAttributes():IList
    public function set customAttributes(value:IList):void

endDate

속성 
endDate:Date

언어 버전: ActionScript 3.0
제품 버전: Review, Commenting, and Approval Building Block 10
런타임 버전: Flash Player 10.2, AIR (unsupported)

End date of the review.



구현
    public function get endDate():Date
    public function set endDate(value:Date):void

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

속성 
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):void

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

속성 
purpose:String

언어 버전: ActionScript 3.0
제품 버전: Review, Commenting, and Approval Building Block 10
런타임 버전: Flash Player 10.2, AIR (unsupported)

Review purpose.



구현
    public function get purpose():String
    public function set purpose(value:String):void

reviewId

속성 
reviewId:String

언어 버전: ActionScript 3.0
제품 버전: Review, Commenting, and Approval Building Block 10
런타임 버전: Flash Player 10.2, AIR (unsupported)

Review ID.



구현
    public function get reviewId():String
    public function set reviewId(value:String):void

reviewType

속성 
reviewType:String

언어 버전: ActionScript 3.0
제품 버전: Review, Commenting, and Approval Building Block 10
런타임 버전: Flash Player 10.2, AIR (unsupported)

Review type like, REGULATED or AD-HOC.



구현
    public function get reviewType():String
    public function set reviewType(value:String):void

revision

속성 
revision:int

언어 버전: ActionScript 3.0
제품 버전: Review, Commenting, and Approval Building Block 10
런타임 버전: Flash Player 10.2, AIR (unsupported)

Review revision number.



구현
    public function get revision():int
    public function set revision(value:int):void

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

속성 
stageList:IList

언어 버전: ActionScript 3.0
제품 버전: Review, Commenting, and Approval Building Block 10
런타임 버전: Flash Player 10.2, AIR (unsupported)

List of stages in the review.



구현
    public function get stageList():IList
    public function set stageList(value:IList):void

startDate

속성 
startDate:Date

언어 버전: ActionScript 3.0
제품 버전: Review, Commenting, and Approval Building Block 10
런타임 버전: Flash Player 10.2, AIR (unsupported)

Start date of the review.



구현
    public function get startDate():Date
    public function set startDate(value:Date):void

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

속성 
stp:Boolean

언어 버전: ActionScript 3.0
제품 버전: Review, Commenting, and Approval Building Block 10
런타임 버전: Flash Player 10.2, AIR (unsupported)

A Boolean field to enable or disable Straight Through Processing (STP).



구현
    public function get stp():Boolean
    public function set stp(value:Boolean):void

supportingDocumentList

속성 
supportingDocumentList:IList

언어 버전: ActionScript 3.0
제품 버전: Review, Commenting, and Approval Building Block 10
런타임 버전: Flash Player 10.2, AIR (unsupported)

List of supporting documents.



구현
    public function get supportingDocumentList():IList
    public function set supportingDocumentList(value:IList):void

templateAuthor

속성 
templateAuthor:String

언어 버전: ActionScript 3.0
제품 버전: Review, Commenting, and Approval Building Block 10
런타임 버전: Flash Player 10.2, AIR (unsupported)

Name of the template author.



구현
    public function get templateAuthor():String
    public function set templateAuthor(value:String):void

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

속성 
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):void

title

속성 
title:String

언어 버전: ActionScript 3.0
제품 버전: Review, Commenting, and Approval Building Block 10
런타임 버전: Flash Player 10.2, AIR (unsupported)

Review title.



구현
    public function get title():String
    public function set title(value:String):void
생성자 세부 정보

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.





[ X ]영어로 표시되는 이유
ActionScript 3.0 참조 설명서의 내용이 영어로 나타납니다.

ActionScript 3.0 참조 설명서 중 일부는 전체 언어로 번역되지 않았습니다. 언어 요소가 번역되지 않은 경우 영어로 나타납니다. 예를 들어 ga.controls.HelpBox 클래스는 어떤 언어로도 번역되지 않았습니다. 그러므로 한국어 버전의 참조 설명서에서 ga.controls.HelpBox 클래스는 영어로 나타납니다.