Pakiet | com.adobe.solutions.rca.constant |
Klasa | public class ApproverStatus |
Dziedziczenie | ApproverStatus Object |
Podklasy | LocalizedApproverStatus |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
ApproverStatus
Enum.
Właściwości publiczne
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
The constructor for ApproverStatus class. | ApproverStatus | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
APPROVED : String = "APPROVED" [statyczny]
The approver status when the document (task) has been approved by the approver. | ApproverStatus | ||
PENDING : String = "PENDING" [statyczny]
The approver status when the document (task) in pending. | ApproverStatus | ||
REJECTED : String = "REJECTED" [statyczny]
The approver status when the document (task) has been rejected by the approver. | ApproverStatus | ||
REMOVED : String = "REMOVED" [statyczny]
The approver status when the approver has been removed from the stage. | ApproverStatus | ||
TERMINATED : String = "TERMINATED" [statyczny]
The approver status when the stage is completed but the approver has not completed the task. | ApproverStatus | ||
TYPES : Array [statyczny]
Utility array of all possible status for an approver. | ApproverStatus |
Konstruktor Szczegół
ApproverStatus | () | Konstruktor |
public function ApproverStatus()
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The constructor for ApproverStatus
class.
The ApproverStatus class provides values for the status property of an approver.
Powiązane elementy interfejsu API
Szczegół stałej
APPROVED | Stała |
public static const APPROVED:String = "APPROVED"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The approver status when the document (task) has been approved by the approver.
PENDING | Stała |
public static const PENDING:String = "PENDING"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The approver status when the document (task) in pending.
REJECTED | Stała |
public static const REJECTED:String = "REJECTED"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The approver status when the document (task) has been rejected by the approver.
REMOVED | Stała |
public static const REMOVED:String = "REMOVED"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The approver status when the approver has been removed from the stage.
TERMINATED | Stała |
public static const TERMINATED:String = "TERMINATED"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The approver status when the stage is completed but the approver has not completed the task.
TYPES | Stała |
public static const TYPES:Array
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Utility array of all possible status for an approver.
Tue Jun 12 2018, 12:06 PM Z