| Paquete | com.adobe.solutions.rca.vo |
| Clase | public class ReviewContextVO |
| Herencia | ReviewContextVO NamedVO BaseVO Object |
| Subclases | ReviewTemplateVO |
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
| Propiedad | Definido por | ||
|---|---|---|---|
| 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
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | 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 | ||
| Método | Definido por | ||
|---|---|---|---|
The constructor for ReviewContextVO class. | ReviewContextVO | ||
![]() |
Indica si un objeto tiene definida una propiedad especificada. | Object | |
![]() |
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | |
![]() |
Indica si existe la propiedad especificada y si es enumerable. | Object | |
![]() |
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | |
![]() |
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | |
![]() |
Devuelve la representación de cadena del objeto especificado. | Object | |
![]() |
Devuelve el valor simple del objeto especificado. | Object | |
additionalMetadata | propiedad |
additionalMetadata:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Any review specific data can be preserved in this field.
Implementación
public function get additionalMetadata():String public function set additionalMetadata(value:String):voidarsProcessName | propiedad |
arsProcessName:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Name of the process used to generate Approval Routing Sheet (ARS).
Implementación
public function get arsProcessName():String public function set arsProcessName(value:String):voidauditLevel | propiedad |
auditLevel:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The level of audit associated with this review.
Implementación
public function get auditLevel():String public function set auditLevel(value:String):voidchangeDescription | propiedad |
changeDescription:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This field is used if the review is revised. While revising, one can specify the change desciption.
Implementación
public function get changeDescription():String public function set changeDescription(value:String):voidcommentServerPath | propiedad |
commentServerPath:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Server location where Adobe Acrobat stores the inline comments.
Implementación
public function get commentServerPath():String public function set commentServerPath(value:String):voidcommentVisibility | propiedad |
commentVisibility:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Visibility of inline comment, in Adobe Acrobat, across stages.
Implementación
public function get commentVisibility():String public function set commentVisibility(value:String):voidcomplianceCode | propiedad |
complianceCode:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Compliance code of the schedule template.
Implementación
public function get complianceCode():String public function set complianceCode(value:String):voidcurrentRevision | propiedad |
currentRevision:Boolean| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
A Boolean flag to indicate whether this is the current revision or not.
Implementación
public function get currentRevision():Boolean public function set currentRevision(value:Boolean):voidcurrentStage | propiedad |
currentStage:int| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Stage number this review is currently in (starts with 1).
Implementación
public function get currentStage():int public function set currentStage(value:int):voidcustomAttributes | propiedad |
customAttributes:IList| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
List of custom attributes.
Implementación
public function get customAttributes():IList public function set customAttributes(value:IList):voidendDate | propiedad |
endDate:Date| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
End date of the review.
Implementación
public function get endDate():Date public function set endDate(value:Date):voidinitiator | propiedad |
initiator:InitiatorVO| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Initiator of the review.
Implementación
public function get initiator():InitiatorVO public function set initiator(value:InitiatorVO):voidinvocationId | propiedad |
invocationId:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The ID of the invocation request when a review is initiated.
Implementación
public function get invocationId():String public function set invocationId(value:String):voidnativeFileName | propiedad |
nativeFileName:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Path of the file in the content repository on which the review is initiated.
Implementación
public function get nativeFileName():String public function set nativeFileName(value:String):voidpurpose | propiedad |
purpose:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Review purpose.
Implementación
public function get purpose():String public function set purpose(value:String):voidreviewId | propiedad |
reviewId:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Review ID.
Implementación
public function get reviewId():String public function set reviewId(value:String):voidreviewType | propiedad |
reviewType:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Review type like, REGULATED or AD-HOC.
Implementación
public function get reviewType():String public function set reviewType(value:String):voidrevision | propiedad |
revision:int| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Review revision number.
Implementación
public function get revision():int public function set revision(value:int):voidrtsProcessName | propiedad |
rtsProcessName:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Name of the process used to generate Review Tracking Sheet (RTS).
Implementación
public function get rtsProcessName():String public function set rtsProcessName(value:String):voidstageList | propiedad |
stageList:IList| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
List of stages in the review.
Implementación
public function get stageList():IList public function set stageList(value:IList):voidstartDate | propiedad |
startDate:Date| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Start date of the review.
Implementación
public function get startDate():Date public function set startDate(value:Date):voidstatus | propiedad |
status:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Status of the review. It can be one of the following:
- ONGOING
- COMPLETED
- EXPIRED
- REVOKED
- REVISED
Implementación
public function get status():String public function set status(value:String):voidstp | propiedad |
stp:Boolean| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
A Boolean field to enable or disable Straight Through Processing (STP).
Implementación
public function get stp():Boolean public function set stp(value:Boolean):voidsupportingDocumentList | propiedad |
supportingDocumentList:IList| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
List of supporting documents.
Implementación
public function get supportingDocumentList():IList public function set supportingDocumentList(value:IList):voidtemplateAuthor | propiedad |
templateAuthor:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Name of the template author.
Implementación
public function get templateAuthor():String public function set templateAuthor(value:String):voidtemplateDescription | propiedad |
templateDescription:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Description of the schedule template used to initiate this review.
Implementación
public function get templateDescription():String public function set templateDescription(value:String):voidtemplateName | propiedad |
templateName:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Name of the schedule template used to initiate this review.
Implementación
public function get templateName():String public function set templateName(value:String):voidtitle | propiedad |
title:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Review title.
Implementación
public function get title():String public function set title(value:String):voidReviewContextVO | () | Información sobre |
public function ReviewContextVO()| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The constructor for ReviewContextVO class.
Tue Jun 12 2018, 02:12 PM Z
Ocultar propiedades públicas heredadas
Mostrar propiedades públicas heredadas