Pakket | com.adobe.solutions.rca.constant |
Klasse | public class ReviewerStatus |
Overerving | ReviewerStatus Object |
Subklassen | LocalizedReviewerStatus |
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
ReviewerStatus
Enum.
Methode | Gedefinieerd door | ||
---|---|---|---|
The constructor for ReviewerStatus class. | ReviewerStatus | ||
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 |
Constante | Gedefinieerd door | ||
---|---|---|---|
CHANGES_REQUIRED : String = "CHANGES_REQUIRED" [statisch]
The reviewer status when the document or a task has been marked back to initiator for changes. | ReviewerStatus | ||
COMPLETED : String = "COMPLETED" [statisch]
The reviewer status when the document or a task has been completed by the reviewer. | ReviewerStatus | ||
DECLINED : String = "DECLINED" [statisch]
The reviewer status when the document or a task has been declined by reviewer. | ReviewerStatus | ||
PENDING : String = "PENDING" [statisch]
The reviewer status when the document or a task is pending. | ReviewerStatus | ||
REJECTED : String = "REJECTED" [statisch]
The reviewer status when the reviewer has rejected the document or a task. | ReviewerStatus | ||
REMOVED : String = "REMOVED" [statisch]
The reviewer status when the reviewer has been removed from the stage. | ReviewerStatus | ||
TERMINATED : String = "TERMINATED" [statisch]
The reviewer status when the stage is completed but the reviewer has not completed the task. | ReviewerStatus | ||
TYPES : Array [statisch]
Utility array of all possible status for an approver. | ReviewerStatus |
ReviewerStatus | () | Constructor |
public function ReviewerStatus()
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The constructor for ReviewerStatus
class.
The ReviewerStatus class provides values for the status property of an reviewer.
Verwante API-elementen
CHANGES_REQUIRED | Constante |
public static const CHANGES_REQUIRED:String = "CHANGES_REQUIRED"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The reviewer status when the document or a task has been marked back to initiator for changes.
COMPLETED | Constante |
public static const COMPLETED:String = "COMPLETED"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The reviewer status when the document or a task has been completed by the reviewer.
DECLINED | Constante |
public static const DECLINED:String = "DECLINED"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The reviewer status when the document or a task has been declined by reviewer.
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 reviewer status when the document or a task is 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 reviewer status when the reviewer has rejected the document or a task.
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 reviewer status when the reviewer 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 reviewer status when the stage is completed but the reviewer has not completed the task. This happens if the reviewer is an optional reviewer.
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