ActionScript® 3.0 — dokumentacja dla platformy Adobe® Flash®
Strona główna  |  Ukryj listę pakietów i klas |  Pakiety  |  Klasy  |  Nowości  |  Indeks  |  Dodatki  |  Dlaczego język angielski?
Filtry: Pobieranie danych z serwera...
Pobieranie danych z serwera...
com.adobe.solutions.rca.vo 

ReviewContextVO  - AS3 Recenzowanie, komentowanie i zatwierdzanie

Pakietcom.adobe.solutions.rca.vo
Klasapublic class ReviewContextVO
DziedziczenieReviewContextVO Inheritance NamedVO Inheritance BaseVO Inheritance Object
Podklasy ReviewTemplateVO

Wersja języka: ActionScript 3.0
Wersja produktu: Review, Commenting, and Approval Building Block 10
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

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



Właściwości publiczne
 WłaściwośćZdefiniowane przez
  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
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu.
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
Metody publiczne
 MetodaZdefiniowane przez
  
The constructor for ReviewContextVO class.
ReviewContextVO
 Inherited
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość.
Object
 Inherited
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr.
Object
 Inherited
Wskazuje, czy określona właściwość istnieje i jest przeliczalna.
Object
 Inherited
Ustawia dostępność właściwości dynamicznej używanej w pętlach.
Object
 Inherited
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych.
Object
 Inherited
Zwraca ciąg reprezentujący określony obiekt.
Object
 Inherited
Zwraca pierwotną wartość dla określonego obiektu.
Object
Szczegół właściwości

additionalMetadata

właściwość
additionalMetadata:String

Wersja języka: ActionScript 3.0
Wersja produktu: Review, Commenting, and Approval Building Block 10
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

Any review specific data can be preserved in this field.



Implementacja
    public function get additionalMetadata():String
    public function set additionalMetadata(value:String):void

arsProcessName

właściwość 
arsProcessName:String

Wersja języka: ActionScript 3.0
Wersja produktu: Review, Commenting, and Approval Building Block 10
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

Name of the process used to generate Approval Routing Sheet (ARS).



Implementacja
    public function get arsProcessName():String
    public function set arsProcessName(value:String):void

auditLevel

właściwość 
auditLevel:String

Wersja języka: ActionScript 3.0
Wersja produktu: Review, Commenting, and Approval Building Block 10
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

The level of audit associated with this review.



Implementacja
    public function get auditLevel():String
    public function set auditLevel(value:String):void

changeDescription

właściwość 
changeDescription:String

Wersja języka: ActionScript 3.0
Wersja produktu: Review, Commenting, and Approval Building Block 10
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

This field is used if the review is revised. While revising, one can specify the change desciption.



Implementacja
    public function get changeDescription():String
    public function set changeDescription(value:String):void

commentServerPath

właściwość 
commentServerPath:String

Wersja języka: ActionScript 3.0
Wersja produktu: Review, Commenting, and Approval Building Block 10
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

Server location where Adobe Acrobat stores the inline comments.



Implementacja
    public function get commentServerPath():String
    public function set commentServerPath(value:String):void

commentVisibility

właściwość 
commentVisibility:String

Wersja języka: ActionScript 3.0
Wersja produktu: Review, Commenting, and Approval Building Block 10
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

Visibility of inline comment, in Adobe Acrobat, across stages.



Implementacja
    public function get commentVisibility():String
    public function set commentVisibility(value:String):void

complianceCode

właściwość 
complianceCode:String

Wersja języka: ActionScript 3.0
Wersja produktu: Review, Commenting, and Approval Building Block 10
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

Compliance code of the schedule template.



Implementacja
    public function get complianceCode():String
    public function set complianceCode(value:String):void

currentRevision

właściwość 
currentRevision:Boolean

Wersja języka: ActionScript 3.0
Wersja produktu: Review, Commenting, and Approval Building Block 10
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

A Boolean flag to indicate whether this is the current revision or not.



Implementacja
    public function get currentRevision():Boolean
    public function set currentRevision(value:Boolean):void

currentStage

właściwość 
currentStage:int

Wersja języka: ActionScript 3.0
Wersja produktu: Review, Commenting, and Approval Building Block 10
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

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



Implementacja
    public function get currentStage():int
    public function set currentStage(value:int):void

customAttributes

właściwość 
customAttributes:IList

Wersja języka: ActionScript 3.0
Wersja produktu: Review, Commenting, and Approval Building Block 10
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

List of custom attributes.



Implementacja
    public function get customAttributes():IList
    public function set customAttributes(value:IList):void

endDate

właściwość 
endDate:Date

Wersja języka: ActionScript 3.0
Wersja produktu: Review, Commenting, and Approval Building Block 10
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

End date of the review.



Implementacja
    public function get endDate():Date
    public function set endDate(value:Date):void

initiator

właściwość 
initiator:InitiatorVO

Wersja języka: ActionScript 3.0
Wersja produktu: Review, Commenting, and Approval Building Block 10
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

Initiator of the review.



Implementacja
    public function get initiator():InitiatorVO
    public function set initiator(value:InitiatorVO):void

invocationId

właściwość 
invocationId:String

Wersja języka: ActionScript 3.0
Wersja produktu: Review, Commenting, and Approval Building Block 10
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

The ID of the invocation request when a review is initiated.



Implementacja
    public function get invocationId():String
    public function set invocationId(value:String):void

nativeFileName

właściwość 
nativeFileName:String

Wersja języka: ActionScript 3.0
Wersja produktu: Review, Commenting, and Approval Building Block 10
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

Path of the file in the content repository on which the review is initiated.



Implementacja
    public function get nativeFileName():String
    public function set nativeFileName(value:String):void

purpose

właściwość 
purpose:String

Wersja języka: ActionScript 3.0
Wersja produktu: Review, Commenting, and Approval Building Block 10
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

Review purpose.



Implementacja
    public function get purpose():String
    public function set purpose(value:String):void

reviewId

właściwość 
reviewId:String

Wersja języka: ActionScript 3.0
Wersja produktu: Review, Commenting, and Approval Building Block 10
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

Review ID.



Implementacja
    public function get reviewId():String
    public function set reviewId(value:String):void

reviewType

właściwość 
reviewType:String

Wersja języka: ActionScript 3.0
Wersja produktu: Review, Commenting, and Approval Building Block 10
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

Review type like, REGULATED or AD-HOC.



Implementacja
    public function get reviewType():String
    public function set reviewType(value:String):void

revision

właściwość 
revision:int

Wersja języka: ActionScript 3.0
Wersja produktu: Review, Commenting, and Approval Building Block 10
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

Review revision number.



Implementacja
    public function get revision():int
    public function set revision(value:int):void

rtsProcessName

właściwość 
rtsProcessName:String

Wersja języka: ActionScript 3.0
Wersja produktu: Review, Commenting, and Approval Building Block 10
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

Name of the process used to generate Review Tracking Sheet (RTS).



Implementacja
    public function get rtsProcessName():String
    public function set rtsProcessName(value:String):void

stageList

właściwość 
stageList:IList

Wersja języka: ActionScript 3.0
Wersja produktu: Review, Commenting, and Approval Building Block 10
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

List of stages in the review.



Implementacja
    public function get stageList():IList
    public function set stageList(value:IList):void

startDate

właściwość 
startDate:Date

Wersja języka: ActionScript 3.0
Wersja produktu: Review, Commenting, and Approval Building Block 10
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

Start date of the review.



Implementacja
    public function get startDate():Date
    public function set startDate(value:Date):void

status

właściwość 
status:String

Wersja języka: ActionScript 3.0
Wersja produktu: Review, Commenting, and Approval Building Block 10
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

Status of the review. It can be one of the following:

  • ONGOING
  • COMPLETED
  • EXPIRED
  • REVOKED
  • REVISED



Implementacja
    public function get status():String
    public function set status(value:String):void

stp

właściwość 
stp:Boolean

Wersja języka: ActionScript 3.0
Wersja produktu: Review, Commenting, and Approval Building Block 10
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

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



Implementacja
    public function get stp():Boolean
    public function set stp(value:Boolean):void

supportingDocumentList

właściwość 
supportingDocumentList:IList

Wersja języka: ActionScript 3.0
Wersja produktu: Review, Commenting, and Approval Building Block 10
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

List of supporting documents.



Implementacja
    public function get supportingDocumentList():IList
    public function set supportingDocumentList(value:IList):void

templateAuthor

właściwość 
templateAuthor:String

Wersja języka: ActionScript 3.0
Wersja produktu: Review, Commenting, and Approval Building Block 10
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

Name of the template author.



Implementacja
    public function get templateAuthor():String
    public function set templateAuthor(value:String):void

templateDescription

właściwość 
templateDescription:String

Wersja języka: ActionScript 3.0
Wersja produktu: Review, Commenting, and Approval Building Block 10
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

Description of the schedule template used to initiate this review.



Implementacja
    public function get templateDescription():String
    public function set templateDescription(value:String):void

templateName

właściwość 
templateName:String

Wersja języka: ActionScript 3.0
Wersja produktu: Review, Commenting, and Approval Building Block 10
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

Name of the schedule template used to initiate this review.



Implementacja
    public function get templateName():String
    public function set templateName(value:String):void

title

właściwość 
title:String

Wersja języka: ActionScript 3.0
Wersja produktu: Review, Commenting, and Approval Building Block 10
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

Review title.



Implementacja
    public function get title():String
    public function set title(value:String):void
Konstruktor Szczegół

ReviewContextVO

()Konstruktor
public function ReviewContextVO()

Wersja języka: ActionScript 3.0
Wersja produktu: Review, Commenting, and Approval Building Block 10
Wersje środowiska wykonawczego: Flash Player 10.2, AIR (unsupported)

The constructor for ReviewContextVO class.





[ X ]Dlaczego język angielski?
Treść dokumentacji języka ActionScript 3.0 wyświetlana w języku angielskim

Niektóre części dokumentacji języka ActionScript 3.0 nie są przetłumaczone na poszczególne języki. Gdy element nie jest przetłumaczony na dany język, jest wyświetlany tekst angielski. Na przykład opis klasy ga.controls.HelpBox nie jest przetłumaczony na żaden dodatkowy język. Z tego powodu polska wersja dokumentacji zawiera opis klasy ga.controls.HelpBox w języku angielskim.