Paquete | com.adobe.solutions.rca.domain.impl |
Clase | public class ReviewTemplate |
Herencia | ReviewTemplate ReviewContext Object |
Implementa | IReviewTemplate |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Propiedad | Definido por | ||
---|---|---|---|
active : Boolean
A Boolean flag to determine if a template is active. | ReviewTemplate | ||
additionalMetadata : String
Any review-specific data can be preserved in this field. | ReviewContext | ||
allMemberList : IList [solo lectura]
The property returns a collection of all members. | ReviewContext | ||
appName : String
Name of the application that created a template. | ReviewTemplate | ||
arsProcessName : String
Name of the process used to generate Approval Routing Sheet (ARS). | ReviewContext | ||
auditLevel : String
The level of audit associated with this review. | ReviewContext | ||
author : String
Author of a template. | ReviewTemplate | ||
calculatedEndDate : Date
The endDate if the review has ended. | ReviewContext | ||
calculatedStartDate : Date
The startDate if the review has started. | ReviewContext | ||
changeDescription : String
This field is used to store the change desciption, if a review is revised. | ReviewContext | ||
commentServerPath : String
Server location where Adobe ® Acrobat ® stores the inline comments. | ReviewContext | ||
commentVisibility : String
Adobe Acrobat's inline comment visibility across stages. | ReviewContext | ||
complianceCode : String
Compliance code of the schedule template. | ReviewContext | ||
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
createdOn : Date [solo lectura]
The date on which a template was created. | ReviewTemplate | ||
currentRevision : Boolean
A Boolean value to decide whether this is the current revision of the review or not. | ReviewContext | ||
currentStage : int
Stage number in progress for this review (starts with 1). | ReviewContext | ||
customAttributes : IList
List of custom attributes. | ReviewContext | ||
description : String
Description of a template. | ReviewTemplate | ||
duration : Number [solo lectura]
Duration of a schedule template in miliseconds. | ReviewTemplate | ||
endDate : Date
End date of a review. | ReviewContext | ||
ganttItems : ArrayCollection [solo lectura]
A collection of the displayable children that are displayed in the Gantt chart if showChildren flag is set to True. | ReviewContext | ||
id : String [solo lectura]
A unique identifier for this review version. | ReviewContext | ||
initiator : IInitiator
Initiator of a review. | ReviewContext | ||
invocationId : String
The ID of the invocation request when a review is initiated. | ReviewContext | ||
itemEndDate : Date [solo lectura]
End date of the item. | ReviewContext | ||
itemName : String [override] [solo lectura]
Name of the item. | ReviewTemplate | ||
itemStartDate : Date [solo lectura]
Start date of the item. | ReviewContext | ||
itemState : String [solo lectura]
State of the item. | ReviewContext | ||
itemStatus : String [solo lectura]
Status of the item. | ReviewContext | ||
itemType : String [solo lectura]
Type of item. | ReviewContext | ||
largeThumbnail : File
Large thumbnail image of a document under review. | ReviewContext | ||
lastModifiedBy : String [solo lectura]
Name of the user who last modified a template. | ReviewTemplate | ||
lastModifiedOn : Date [solo lectura]
The date on which a template was last modified. | ReviewTemplate | ||
memberList : IList [solo lectura]
The property returns a collection of directly associated members. | ReviewContext | ||
name : String
Name of a template. | ReviewTemplate | ||
nativeFileName : String
Path of the file, in the content repository, on which the review is initiated. | ReviewContext | ||
operationList : ArrayCollection [solo lectura]
A collection of operations that are available to a user through the context menu in the Gantt chart. | ReviewContext | ||
purpose : String
Review purpose. | ReviewContext | ||
reviewCommentingAndApproval : IReviewCommentingAndApproval
An instance of Review Commenting and Approval service for this review. | ReviewContext | ||
reviewId : String
A unique identifier of the review. | ReviewContext | ||
reviewType : String
Type of review like Regulated or Ad-hoc. | ReviewContext | ||
revision : int
Review revision number. | ReviewContext | ||
rtsProcessName : String
Name of the process used to generate Review Tracking Sheet (RTS). | ReviewContext | ||
showChildren : Boolean
A Boolean flag to determine if the children need to be displayed. | ReviewContext | ||
showParent : Boolean
A Boolean flag to determine if the parent needs to be displayed. | ReviewContext | ||
smallThumbnail : File
Small thumbnail image of a document under review. | ReviewContext | ||
stageList : IList
List of stages in a review. | ReviewContext | ||
startDate : Date
Start date of a review. | ReviewContext | ||
status : String
Review purpose. | ReviewContext | ||
stp : Boolean
A Boolean field to enable or disable Straight Through Processing (STP). | ReviewContext | ||
supportingDocumentList : IList
List of supporting documents for a review. | ReviewContext | ||
templateAuthor : String
Name of the schedule template author. | ReviewContext | ||
templateDescription : String
Description of the schedule template used to initiate this review. | ReviewContext | ||
title : String
Review title. | ReviewContext | ||
uniqueMemberList : IList [solo lectura]
The property returns a collection of unique members. | ReviewContext | ||
vo : ReviewContextVO
The Value Object for this review version. | ReviewContext |
Método | Definido por | ||
---|---|---|---|
ReviewTemplate(value:com.adobe.solutions.rca.vo:ReviewTemplateVO = null)
The constructor for ReviewTemplate class. | ReviewTemplate | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | ReviewContext | ||
This remote operation adds a member to the collection and submits the change to the server. | ReviewContext | ||
Adds stage to the review after the last stage. | ReviewContext | ||
Adds stage to the review at the specified index from the beginning. | ReviewContext | ||
Adds the supporting document at the end of the list of supportingDocuments for this review. | ReviewContext | ||
Adds the supporting document at the index in the list of supportingDocuments for this review. | ReviewContext | ||
Populates the calculatedStartDate and calculatedEndDate fields. | ReviewContext | ||
Clears ID for a reviewContext object for persisting it at another location in the repository. | ReviewContext | ||
Dispatches an event into the event flow. | ReviewContext | ||
Returns an asset archive for this review. | ReviewContext | ||
Returns largeThumbnail for this review version. | ReviewContext | ||
Returns the original file submitted for review. | ReviewContext | ||
Returns the review context value object for this review. | ReviewContext | ||
Returns the review document for this review. | ReviewContext | ||
Returns smallThumbnail for this review version. | ReviewContext | ||
Returns a schedule template. | ReviewTemplate | ||
A Boolean function to determine if the item has displayable children. | ReviewContext | ||
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | ReviewContext | ||
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 | ||
Removes all stages from a review. | ReviewContext | ||
Removes all supporting documents from the list of supportingDocuments for this review. | ReviewContext | ||
Removes a listener from the EventDispatcher object. | ReviewContext | ||
This remote operation removes a member from the collection and submits the change to the server. | ReviewContext | ||
Removes a stage at the specified index from the beginning of the review. | ReviewContext | ||
Removes a supporting document at the index from the list of supportingDocuments for this review. | ReviewContext | ||
Persists the schedule template. | ReviewTemplate | ||
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 | ||
This remote operation updates the tile of a member present in collection and submits the change to the server. | ReviewContext | ||
Devuelve el valor simple del objeto especificado. | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | ReviewContext |
active | propiedad |
active: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 determine if a template is active.
Implementación
public function get active():Boolean
public function set active(value:Boolean):void
appName | propiedad |
appName: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 application that created a template.
Implementación
public function get appName():String
public function set appName(value:String):void
author | propiedad |
author: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) |
Author of a template.
Implementación
public function get author():String
public function set author(value:String):void
createdOn | propiedad |
createdOn:Date
[solo lectura] 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 date on which a template was created.
Implementación
public function get createdOn():Date
description | propiedad |
description: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 a template.
Implementación
public function get description():String
public function set description(value:String):void
duration | propiedad |
duration:Number
[solo lectura] 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) |
Duration of a schedule template in miliseconds. It is the sum of durations of the contained stages.
Implementación
public function get duration():Number
itemName | propiedad |
itemName:String
[solo lectura] [override] 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 item.
Implementación
override public function get itemName():String
lastModifiedBy | propiedad |
lastModifiedBy:String
[solo lectura] 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 user who last modified a template.
Implementación
public function get lastModifiedBy():String
lastModifiedOn | propiedad |
lastModifiedOn:Date
[solo lectura] 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 date on which a template was last modified.
Implementación
public function get lastModifiedOn():Date
name | propiedad |
name: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 a template.
Implementación
public function get name():String
public function set name(value:String):void
ReviewTemplate | () | Información sobre |
public function ReviewTemplate(value:com.adobe.solutions.rca.vo:ReviewTemplateVO = null)
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The constructor for ReviewTemplate
class.
value:com.adobe.solutions.rca.vo:ReviewTemplateVO (default = null ) — Review template value object.
|
fetchTemplate | () | método |
public function fetchTemplate():mx.rpc:AsyncToken
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) |
Returns a schedule template. The function tries to fetch the template value object based on a template name, and refreshes current object with new value object returned from the server.
Valor devueltomx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached. The resulting event contains the ReviewTemplateVO .
|
save | () | método |
public function save():mx.rpc:AsyncToken
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) |
Persists the schedule template. If save is successful, it refreshes current object with new value object returned from server.
Valor devueltomx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached. The resulting event contains the saved ReviewTemplateVO .
|
Tue Jun 12 2018, 02:12 PM Z