Pacchetto | com.adobe.livecycle.rca.model.constant |
Classe | public class ReviewStatus |
Ereditarietà | ReviewStatus Object |
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) |
Metodo | Definito da | ||
---|---|---|---|
Provides values for the ReviewStatus property of ReviewContext. | ReviewStatus | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Costante | Definito 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 |
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
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.
Tue Jun 12 2018, 02:44 PM Z