Paket | com.adobe.solutions.rca.vo |
Klasse | public class ReviewContextVO |
Vererbung | ReviewContextVO NamedVO BaseVO Object |
Unterklassen | ReviewTemplateVO |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Eigenschaft | Definiert von | ||
---|---|---|---|
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
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | 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 |
Methode | Definiert von | ||
---|---|---|---|
The constructor for ReviewContextVO class. | ReviewContextVO | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
additionalMetadata | Eigenschaft |
additionalMetadata:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Any review specific data can be preserved in this field.
Implementierung
public function get additionalMetadata():String
public function set additionalMetadata(value:String):void
arsProcessName | Eigenschaft |
arsProcessName:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Name of the process used to generate Approval Routing Sheet (ARS).
Implementierung
public function get arsProcessName():String
public function set arsProcessName(value:String):void
auditLevel | Eigenschaft |
auditLevel:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The level of audit associated with this review.
Implementierung
public function get auditLevel():String
public function set auditLevel(value:String):void
changeDescription | Eigenschaft |
changeDescription:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
This field is used if the review is revised. While revising, one can specify the change desciption.
Implementierung
public function get changeDescription():String
public function set changeDescription(value:String):void
commentServerPath | Eigenschaft |
commentServerPath:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Server location where Adobe Acrobat stores the inline comments.
Implementierung
public function get commentServerPath():String
public function set commentServerPath(value:String):void
commentVisibility | Eigenschaft |
commentVisibility:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Visibility of inline comment, in Adobe Acrobat, across stages.
Implementierung
public function get commentVisibility():String
public function set commentVisibility(value:String):void
complianceCode | Eigenschaft |
complianceCode:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Compliance code of the schedule template.
Implementierung
public function get complianceCode():String
public function set complianceCode(value:String):void
currentRevision | Eigenschaft |
currentRevision:Boolean
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
A Boolean flag to indicate whether this is the current revision or not.
Implementierung
public function get currentRevision():Boolean
public function set currentRevision(value:Boolean):void
currentStage | Eigenschaft |
currentStage:int
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Stage number this review is currently in (starts with 1).
Implementierung
public function get currentStage():int
public function set currentStage(value:int):void
customAttributes | Eigenschaft |
customAttributes:IList
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
List of custom attributes.
Implementierung
public function get customAttributes():IList
public function set customAttributes(value:IList):void
endDate | Eigenschaft |
initiator | Eigenschaft |
initiator:InitiatorVO
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Initiator of the review.
Implementierung
public function get initiator():InitiatorVO
public function set initiator(value:InitiatorVO):void
invocationId | Eigenschaft |
invocationId:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The ID of the invocation request when a review is initiated.
Implementierung
public function get invocationId():String
public function set invocationId(value:String):void
nativeFileName | Eigenschaft |
nativeFileName:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Path of the file in the content repository on which the review is initiated.
Implementierung
public function get nativeFileName():String
public function set nativeFileName(value:String):void
purpose | Eigenschaft |
reviewId | Eigenschaft |
reviewType | Eigenschaft |
reviewType:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Review type like, REGULATED
or AD-HOC
.
Implementierung
public function get reviewType():String
public function set reviewType(value:String):void
revision | Eigenschaft |
rtsProcessName | Eigenschaft |
rtsProcessName:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Name of the process used to generate Review Tracking Sheet (RTS).
Implementierung
public function get rtsProcessName():String
public function set rtsProcessName(value:String):void
stageList | Eigenschaft |
startDate | Eigenschaft |
status | Eigenschaft |
status:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Status of the review. It can be one of the following:
- ONGOING
- COMPLETED
- EXPIRED
- REVOKED
- REVISED
Implementierung
public function get status():String
public function set status(value:String):void
stp | Eigenschaft |
stp:Boolean
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
A Boolean field to enable or disable Straight Through Processing (STP).
Implementierung
public function get stp():Boolean
public function set stp(value:Boolean):void
supportingDocumentList | Eigenschaft |
supportingDocumentList:IList
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
List of supporting documents.
Implementierung
public function get supportingDocumentList():IList
public function set supportingDocumentList(value:IList):void
templateAuthor | Eigenschaft |
templateAuthor:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Name of the template author.
Implementierung
public function get templateAuthor():String
public function set templateAuthor(value:String):void
templateDescription | Eigenschaft |
templateDescription:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Description of the schedule template used to initiate this review.
Implementierung
public function get templateDescription():String
public function set templateDescription(value:String):void
templateName | Eigenschaft |
templateName:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Name of the schedule template used to initiate this review.
Implementierung
public function get templateName():String
public function set templateName(value:String):void
title | Eigenschaft |
ReviewContextVO | () | Konstruktor |
public function ReviewContextVO()
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The constructor for ReviewContextVO
class.
Tue Jun 12 2018, 10:04 AM Z