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 クラスは英語で表示されます。