Pakket | com.adobe.solutions.rca.constant |
Klasse | public class ApproverStatus |
Overerving | ApproverStatus Object |
Subklassen | LocalizedApproverStatus |
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
ApproverStatus
Enum.
Openbare eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
The constructor for ApproverStatus class. | ApproverStatus | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
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 |
Constructordetails
ApproverStatus | () | Constructor |
public function ApproverStatus()
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The constructor for ApproverStatus
class.
The ApproverStatus class provides values for the status property of an approver.
Verwante API-elementen
Constantedetails
APPROVED | Constante |
public static const APPROVED:String = "APPROVED"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The approver status when the document (task) has been approved by the approver.
PENDING | Constante |
public static const PENDING:String = "PENDING"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The approver status when the document (task) in pending.
REJECTED | Constante |
public static const REJECTED:String = "REJECTED"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The approver status when the document (task) has been rejected by the approver.
REMOVED | Constante |
public static const REMOVED:String = "REMOVED"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The approver status when the approver has been removed from the stage.
TERMINATED | Constante |
public static const TERMINATED:String = "TERMINATED"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The approver status when the stage is completed but the approver has not completed the task.
TYPES | Constante |
public static const TYPES:Array
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Utility array of all possible status for an approver.
Wed Jun 13 2018, 11:42 AM Z