Pakket | com.adobe.solutions.rca.vo |
Klasse | public class ReviewContextVO |
Overerving | ReviewContextVO NamedVO BaseVO Object |
Subklassen | ReviewTemplateVO |
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
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
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | 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 | Gedefinieerd door | ||
---|---|---|---|
The constructor for ReviewContextVO class. | ReviewContextVO | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
additionalMetadata | eigenschap |
additionalMetadata:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Any review specific data can be preserved in this field.
Implementatie
public function get additionalMetadata():String
public function set additionalMetadata(value:String):void
arsProcessName | eigenschap |
arsProcessName:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Name of the process used to generate Approval Routing Sheet (ARS).
Implementatie
public function get arsProcessName():String
public function set arsProcessName(value:String):void
auditLevel | eigenschap |
auditLevel:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The level of audit associated with this review.
Implementatie
public function get auditLevel():String
public function set auditLevel(value:String):void
changeDescription | eigenschap |
changeDescription:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This field is used if the review is revised. While revising, one can specify the change desciption.
Implementatie
public function get changeDescription():String
public function set changeDescription(value:String):void
commentServerPath | eigenschap |
commentServerPath:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Server location where Adobe Acrobat stores the inline comments.
Implementatie
public function get commentServerPath():String
public function set commentServerPath(value:String):void
commentVisibility | eigenschap |
commentVisibility:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Visibility of inline comment, in Adobe Acrobat, across stages.
Implementatie
public function get commentVisibility():String
public function set commentVisibility(value:String):void
complianceCode | eigenschap |
complianceCode:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Compliance code of the schedule template.
Implementatie
public function get complianceCode():String
public function set complianceCode(value:String):void
currentRevision | eigenschap |
currentRevision:Boolean
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
A Boolean flag to indicate whether this is the current revision or not.
Implementatie
public function get currentRevision():Boolean
public function set currentRevision(value:Boolean):void
currentStage | eigenschap |
currentStage:int
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Stage number this review is currently in (starts with 1).
Implementatie
public function get currentStage():int
public function set currentStage(value:int):void
customAttributes | eigenschap |
customAttributes:IList
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
List of custom attributes.
Implementatie
public function get customAttributes():IList
public function set customAttributes(value:IList):void
endDate | eigenschap |
initiator | eigenschap |
initiator:InitiatorVO
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Initiator of the review.
Implementatie
public function get initiator():InitiatorVO
public function set initiator(value:InitiatorVO):void
invocationId | eigenschap |
invocationId:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The ID of the invocation request when a review is initiated.
Implementatie
public function get invocationId():String
public function set invocationId(value:String):void
nativeFileName | eigenschap |
nativeFileName:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Path of the file in the content repository on which the review is initiated.
Implementatie
public function get nativeFileName():String
public function set nativeFileName(value:String):void
purpose | eigenschap |
reviewId | eigenschap |
reviewType | eigenschap |
reviewType:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Review type like, REGULATED
or AD-HOC
.
Implementatie
public function get reviewType():String
public function set reviewType(value:String):void
revision | eigenschap |
rtsProcessName | eigenschap |
rtsProcessName:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Name of the process used to generate Review Tracking Sheet (RTS).
Implementatie
public function get rtsProcessName():String
public function set rtsProcessName(value:String):void
stageList | eigenschap |
startDate | eigenschap |
status | eigenschap |
status:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Status of the review. It can be one of the following:
- ONGOING
- COMPLETED
- EXPIRED
- REVOKED
- REVISED
Implementatie
public function get status():String
public function set status(value:String):void
stp | eigenschap |
stp:Boolean
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
A Boolean field to enable or disable Straight Through Processing (STP).
Implementatie
public function get stp():Boolean
public function set stp(value:Boolean):void
supportingDocumentList | eigenschap |
supportingDocumentList:IList
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
List of supporting documents.
Implementatie
public function get supportingDocumentList():IList
public function set supportingDocumentList(value:IList):void
templateAuthor | eigenschap |
templateAuthor:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Name of the template author.
Implementatie
public function get templateAuthor():String
public function set templateAuthor(value:String):void
templateDescription | eigenschap |
templateDescription:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Description of the schedule template used to initiate this review.
Implementatie
public function get templateDescription():String
public function set templateDescription(value:String):void
templateName | eigenschap |
templateName:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Name of the schedule template used to initiate this review.
Implementatie
public function get templateName():String
public function set templateName(value:String):void
title | eigenschap |
ReviewContextVO | () | Constructor |
public function ReviewContextVO()
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The constructor for ReviewContextVO
class.
Wed Jun 13 2018, 11:42 AM Z