Paket | com.adobe.livecycle.rca.model.constant |
Klasse | public class ApproverStatus |
Vererbung | ApproverStatus Object |
Veraltet seit Review, Commenting, and Approval 10: Verwenden Sie com.adobe.solutions.rca.constant.ApproverStatus
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Öffentliche Eigenschaften
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
Provides values for the status property of an approver. | ApproverStatus | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
Öffentliche Konstanten
Konstante | Definiert von | ||
---|---|---|---|
APPROVED : String = "APPROVED" [statisch]
Specifies the approver status when the document has been approved by the approver. | ApproverStatus | ||
PENDING : String = "PENDING" [statisch]
Specifies the approver status when the document is pending. | ApproverStatus | ||
REJECTED : String = "REJECTED" [statisch]
Specifies the approver status when the document has been rejected by the approver. | ApproverStatus | ||
REMOVED : String = "REMOVED" [statisch]
Specifies the approver status when the approver has been removed from the stage. | ApproverStatus | ||
TERMINATED : String = "TERMINATED" [statisch]
Specifies the approver status when the stage is completed but the approver has not completed the task. | ApproverStatus | ||
TYPES : Array [statisch]
The utility array of all possible status values for an approver. | ApproverStatus |
Konstruktordetails
ApproverStatus | () | Konstruktor |
public function ApproverStatus()
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the status property of an approver.
Verwandte API-Elemente
Konstantendetails
APPROVED | Konstante |
public static const APPROVED:String = "APPROVED"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the approver status when the document has been approved by the approver.
PENDING | Konstante |
public static const PENDING:String = "PENDING"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the approver status when the document is pending.
REJECTED | Konstante |
public static const REJECTED:String = "REJECTED"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the approver status when the document has been rejected by the approver.
REMOVED | Konstante |
public static const REMOVED:String = "REMOVED"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the approver status when the approver has been removed from the stage.
TERMINATED | Konstante |
public static const TERMINATED:String = "TERMINATED"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | 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 | Konstante |
public static const TYPES:Array
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | Flash Player 9, Flash Player 10, AIR (unsupported) |
The utility array of all possible status values for an approver.
Tue Jun 12 2018, 10:04 AM Z