Pacchetto | com.adobe.solutions.rca.constant |
Classe | public class ReviewStatus |
Ereditarietà | ReviewStatus Object |
Sottoclassi | LocalizedReviewStatus |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
ReviewerStatus
Enum.
Metodo | Definito da | ||
---|---|---|---|
The constructor for ReviewStatus class. | 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]
COMPLETED status means the review has completed all the stages successfully. | ReviewStatus | ||
EXPIRED : String = "EXPIRED" [statico]
EXPIRED status means the review has expired in one of its stages. | ReviewStatus | ||
ONGOING : String = "ONGOING" [statico]
ONGOING status means the review is currently in progress. | ReviewStatus | ||
REVISED : String = "REVISED" [statico]
REVISED status means the review has been revised by initiator. | ReviewStatus | ||
REVOKED : String = "REVOKED" [statico]
REVOKED status means the review has been revoked by a participant (an initiator or a moderator). | ReviewStatus | ||
TYPES : Array [statico]
Utility array containing all the valid values of ReviewStatus. | ReviewStatus |
ReviewStatus | () | Funzione di costruzione |
public function ReviewStatus()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for ReviewStatus
class.
The ReviewStatus class provides values for the status 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 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
COMPLETED
status means the review has completed all the stages successfully. Update operations can not be performed in this state.
EXPIRED | Costante |
public static const EXPIRED:String = "EXPIRED"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
EXPIRED
status means the review has expired in one of its stages. This means that one of the stage was not complete in specified duration.
ONGOING | Costante |
public static const ONGOING:String = "ONGOING"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
ONGOING
status means the review is currently in progress. Update operations like, add or remove an approver or a reviewer, or revise review can be performed in this state.
REVISED | Costante |
public static const REVISED:String = "REVISED"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
REVISED
status means the review has been revised by initiator. If a new or updated document is submitted in a ongoing process, a new revision of the process is initiated and the status of old process 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 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
REVOKED
status means the review has been revoked by a participant (an initiator or a moderator). The review can be revoked by calling revoke review on ManagedReviewAndApprovalService
.
TYPES | Costante |
public static const TYPES:Array
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Utility array containing all the valid values of ReviewStatus
.
Tue Jun 12 2018, 02:44 PM Z