Pacchetto | com.adobe.livecycle.rca.model.constant |
Classe | public class ApproverStatus |
Ereditarietà | ApproverStatus Object |
Obsoleto da Review, Commenting, and Approval 10: Da utilizzare com.adobe.solutions.rca.constant.ApproverStatus
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) |
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Provides values for the status property of an approver. | ApproverStatus | ||
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 |
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
APPROVED : String = "APPROVED" [statico]
Specifies the approver status when the document has been approved by the approver. | ApproverStatus | ||
PENDING : String = "PENDING" [statico]
Specifies the approver status when the document is pending. | ApproverStatus | ||
REJECTED : String = "REJECTED" [statico]
Specifies the approver status when the document has been rejected by the approver. | ApproverStatus | ||
REMOVED : String = "REMOVED" [statico]
Specifies the approver status when the approver has been removed from the stage. | ApproverStatus | ||
TERMINATED : String = "TERMINATED" [statico]
Specifies the approver status when the stage is completed but the approver has not completed the task. | ApproverStatus | ||
TYPES : Array [statico]
The utility array of all possible status values for an approver. | ApproverStatus |
Descrizione della funzione di costruzione
ApproverStatus | () | Funzione di costruzione |
public function ApproverStatus()
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 an approver.
Elementi API correlati
Descrizione delle costanti
APPROVED | Costante |
public static const APPROVED:String = "APPROVED"
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 approver status when the document has been approved by the approver.
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 approver status when the document is pending.
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 approver status when the document has been rejected by the approver.
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 approver status when the approver 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 approver status when the stage is completed but the approver has not completed the task.
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) |
The utility array of all possible status values for an approver.
Tue Jun 12 2018, 02:44 PM Z