Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
com.adobe.solutions.rca.vo 

ReviewContextVO  - AS3 Review, Commenting, and Approval

Pacchettocom.adobe.solutions.rca.vo
Classepublic class ReviewContextVO
EreditarietàReviewContextVO Inheritance NamedVO Inheritance BaseVO Inheritance Object
Sottoclassi ReviewTemplateVO

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

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



Proprietà pubbliche
 ProprietàDefinito da
  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
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto.
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
Metodi pubblici
 MetodoDefinito da
  
The constructor for ReviewContextVO class.
ReviewContextVO
 Inherited
Indica se per un oggetto è definita una proprietà specifica.
Object
 Inherited
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro.
Object
 Inherited
Indica se la proprietà specificata esiste ed è enumerabile.
Object
 Inherited
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche.
Object
 Inherited
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate.
Object
 Inherited
Restituisce la rappresentazione in formato stringa dell'oggetto specificato.
Object
 Inherited
Restituisce il valore di base dell'oggetto specificato.
Object
Descrizione delle proprietà

additionalMetadata

proprietà
additionalMetadata:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Any review specific data can be preserved in this field.



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

arsProcessName

proprietà 
arsProcessName:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

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



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

auditLevel

proprietà 
auditLevel:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

The level of audit associated with this review.



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

changeDescription

proprietà 
changeDescription:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

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



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

commentServerPath

proprietà 
commentServerPath:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Server location where Adobe Acrobat stores the inline comments.



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

commentVisibility

proprietà 
commentVisibility:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

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



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

complianceCode

proprietà 
complianceCode:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Compliance code of the schedule template.



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

currentRevision

proprietà 
currentRevision:Boolean

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

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



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

currentStage

proprietà 
currentStage:int

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

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



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

customAttributes

proprietà 
customAttributes:IList

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

List of custom attributes.



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

endDate

proprietà 
endDate:Date

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

End date of the review.



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

initiator

proprietà 
initiator:InitiatorVO

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Initiator of the review.



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

invocationId

proprietà 
invocationId:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

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



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

nativeFileName

proprietà 
nativeFileName:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

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



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

purpose

proprietà 
purpose:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Review purpose.



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

reviewId

proprietà 
reviewId:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Review ID.



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

reviewType

proprietà 
reviewType:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Review type like, REGULATED or AD-HOC.



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

revision

proprietà 
revision:int

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Review revision number.



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

rtsProcessName

proprietà 
rtsProcessName:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

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



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

stageList

proprietà 
stageList:IList

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

List of stages in the review.



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

startDate

proprietà 
startDate:Date

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Start date of the review.



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

status

proprietà 
status:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

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

  • ONGOING
  • COMPLETED
  • EXPIRED
  • REVOKED
  • REVISED



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

stp

proprietà 
stp:Boolean

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

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



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

supportingDocumentList

proprietà 
supportingDocumentList:IList

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

List of supporting documents.



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

templateAuthor

proprietà 
templateAuthor:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Name of the template author.



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

templateDescription

proprietà 
templateDescription:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Description of the schedule template used to initiate this review.



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

templateName

proprietà 
templateName:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Name of the schedule template used to initiate this review.



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

title

proprietà 
title:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Review title.



Implementazione
    public function get title():String
    public function set title(value:String):void
Descrizione della funzione di costruzione

ReviewContextVO

()Funzione di costruzione
public function ReviewContextVO()

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

The constructor for ReviewContextVO class.





[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.