Paket | com.adobe.solutions.rca.constant |
Klasse | public class ApproverStatus |
Vererbung | ApproverStatus Object |
Unterklassen | LocalizedApproverStatus |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
ApproverStatus
Enum.
Öffentliche Eigenschaften
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
The constructor for ApproverStatus class. | 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]
The approver status when the document (task) has been approved by the approver. | ApproverStatus | ||
PENDING : String = "PENDING" [statisch]
The approver status when the document (task) in pending. | ApproverStatus | ||
REJECTED : String = "REJECTED" [statisch]
The approver status when the document (task) has been rejected by the approver. | ApproverStatus | ||
REMOVED : String = "REMOVED" [statisch]
The approver status when the approver has been removed from the stage. | ApproverStatus | ||
TERMINATED : String = "TERMINATED" [statisch]
The approver status when the stage is completed but the approver has not completed the task. | ApproverStatus | ||
TYPES : Array [statisch]
Utility array of all possible status for an approver. | ApproverStatus |
Konstruktordetails
ApproverStatus | () | Konstruktor |
public function ApproverStatus()
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The constructor for ApproverStatus
class.
The ApproverStatus class 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“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The approver status when the document (task) has been approved by the approver.
PENDING | Konstante |
public static const PENDING:String = "PENDING"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The approver status when the document (task) in pending.
REJECTED | Konstante |
public static const REJECTED:String = "REJECTED"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The approver status when the document (task) has been rejected by the approver.
REMOVED | Konstante |
public static const REMOVED:String = "REMOVED"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
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“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
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“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Utility array of all possible status for an approver.
Tue Jun 12 2018, 10:04 AM Z