Pacchetto | com.adobe.livecycle.rca.model.constant |
Classe | public class ReviewerStatus |
Ereditarietà | ReviewerStatus 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 status property of a reviewer. | ReviewerStatus | ||
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 | ||
---|---|---|---|
CHANGES_REQUIRED : String = "CHANGES_REQUIRED" [statico] Specifies the reviewer status when the reviewer has sent the task back to
the initiator for changes. | ReviewerStatus | ||
COMPLETED : String = "COMPLETED" [statico] Specifies the reviewer status when the reviewer has completed the task. | ReviewerStatus | ||
DECLINED : String = "DECLINED" [statico] Specifies the reviewer status when the reviewer has declined the task. | ReviewerStatus | ||
PENDING : String = "PENDING" [statico] Specifies the reviewer status when the task is pending. | ReviewerStatus | ||
REJECTED : String = "REJECTED" [statico] Specifies the reviewer status when the reviewer has rejected the task. | ReviewerStatus | ||
REMOVED : String = "REMOVED" [statico] Specifies the reviewer status when the reviewer has been removed from the stage. | ReviewerStatus | ||
TERMINATED : String = "TERMINATED" [statico] Specifies the reviewer status when the review stage is complete but the reviewer has not completed the task. | ReviewerStatus | ||
TYPES : Array [statico] A utility array of all possible values for the status of an approver. | ReviewerStatus |
ReviewerStatus | () | Funzione di costruzione |
public function ReviewerStatus()
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 status property of a reviewer.
Elementi API correlati
CHANGES_REQUIRED | Costante |
public static const CHANGES_REQUIRED:String = "CHANGES_REQUIRED"
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 the reviewer status when the reviewer has sent the task back to the initiator for changes. When the task is sent back for changes, it indicates that the review document has been sent back for changes.
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 the reviewer status when the reviewer has completed the task. When a task is complete, it indicates the document review is complete.
DECLINED | Costante |
public static const DECLINED:String = "DECLINED"
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 the reviewer status when the reviewer has declined the task. When the task is declined, it indicates that the reviewer has declined the document review.
PENDING | Costante |
public static const PENDING:String = "PENDING"
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 the reviewer status when the task is pending. A pending task indicates that a document is awaiting review.
REJECTED | Costante |
public static const REJECTED:String = "REJECTED"
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 the reviewer status when the reviewer has rejected the task. When a task is rejected, it indicates that the reviewer has rejected the document.
REMOVED | Costante |
public static const REMOVED:String = "REMOVED"
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 the reviewer status when the reviewer has been removed from the stage.
TERMINATED | Costante |
public static const TERMINATED:String = "TERMINATED"
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 the reviewer status when the review stage is complete but the reviewer has not completed the task. When a task is terminated, it indicates that the reviewer did not review the document before the stage was complete. Used only if the reviewer is an optional reviewer.
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 of all possible values for the status of an approver.
Tue Jun 12 2018, 02:44 PM Z