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.livecycle.rca.model.constant 

ReviewStatus  - AS3 Review, Commenting, and Approval

Pacchettocom.adobe.livecycle.rca.model.constant
Classepublic class ReviewStatus
EreditarietàReviewStatus Inheritance Object
Obsoleto da Review, Commenting, and Approval 10: Da utilizzare com.adobe.solutions.rca.constant.ReviewStatus

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

ReviewStatus enumerator.



Proprietà pubbliche
 ProprietàDefinito da
 Inheritedconstructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto.
Object
Metodi pubblici
 MetodoDefinito da
  
Provides values for the ReviewStatus property of ReviewContext.
ReviewStatus
 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
Costanti pubbliche
 CostanteDefinito da
  COMPLETED : String = "COMPLETED"
[statico] Specifies that all stages of the review are complete.
ReviewStatus
  EXPIRED : String = "EXPIRED"
[statico] Specifies that the review expired during one of its stages.
ReviewStatus
  ONGOING : String = "ONGOING"
[statico] Specifies that the review is currently in progress.
ReviewStatus
  REVISED : String = "REVISED"
[statico] Specifies that an initiator has revised the review.
ReviewStatus
  REVOKED : String = "REVOKED"
[statico] Specifies that a participant, such as an initiator or moderator, has revoked the review.
ReviewStatus
  TYPES : Array
[statico] A utility array that contains all the valid values of the ReviewStatus class.
ReviewStatus
Descrizione della funzione di costruzione

ReviewStatus

()Funzione di costruzione
public function ReviewStatus()

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

Provides values for the ReviewStatus property of ReviewContext.

Elementi API correlati

Descrizione delle costanti

COMPLETED

Costante
public static const COMPLETED:String = "COMPLETED"

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

Specifies that all stages of the review are complete. In this state, update operations cannot be performed.

EXPIRED

Costante 
public static const EXPIRED:String = "EXPIRED"

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

Specifies that the review expired during one of its stages. That is, one of the review stages was not completed within the specified duration.

ONGOING

Costante 
public static const ONGOING:String = "ONGOING"

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

Specifies that the review is currently in progress. In this state, update operations like adding or removing an approver, adding or removing a reviewer, or revising a review can be performed.

REVISED

Costante 
public static const REVISED:String = "REVISED"

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

Specifies that an initiator has revised the review. When a participant submits a new or updated document to a process, a revision of the process is created. In addition, the status of the old revision is set to REVISED.

REVOKED

Costante 
public static const REVOKED:String = "REVOKED"

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

Specifies that a participant, such as an initiator or moderator, has revoked the review. To revoke a review, call the revoke review operation on ManagedReviewAndApprovalService, which internally invokes the revoke review server-side API.

TYPES

Costante 
public static const TYPES:Array

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

A utility array that contains all the valid values of the ReviewStatus 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.