| Pakket | com.adobe.solutions.rca.constant |
| Klasse | public class ReviewStatus |
| Overerving | ReviewStatus Object |
| Subklassen | LocalizedReviewStatus |
| 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 ReviewStatus class. | ReviewStatus | ||
![]() |
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 | ||
|---|---|---|---|
| COMPLETED : String = "COMPLETED" [statisch]
COMPLETED status means the review has completed all the stages successfully. | ReviewStatus | ||
| EXPIRED : String = "EXPIRED" [statisch]
EXPIRED status means the review has expired in one of its stages. | ReviewStatus | ||
| ONGOING : String = "ONGOING" [statisch]
ONGOING status means the review is currently in progress. | ReviewStatus | ||
| REVISED : String = "REVISED" [statisch]
REVISED status means the review has been revised by initiator. | ReviewStatus | ||
| REVOKED : String = "REVOKED" [statisch]
REVOKED status means the review has been revoked by a participant (an initiator or a moderator). | ReviewStatus | ||
| TYPES : Array [statisch]
Utility array containing all the valid values of ReviewStatus. | ReviewStatus | ||
ReviewStatus | () | Constructor |
public function ReviewStatus()| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The constructor for ReviewStatus class.
The ReviewStatus class provides values for the status property of ReviewContext.
Verwante API-elementen
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) |
COMPLETED status means the review has completed all the stages successfully. Update operations can not be performed in this state.
EXPIRED | Constante |
public static const EXPIRED:String = "EXPIRED"| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
EXPIRED status means the review has expired in one of its stages. This means that one of the stage was not complete in specified duration.
ONGOING | Constante |
public static const ONGOING:String = "ONGOING"| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
ONGOING status means the review is currently in progress. Update operations like, add or remove an approver or a reviewer, or revise review can be performed in this state.
REVISED | Constante |
public static const REVISED:String = "REVISED"| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
REVISED status means the review has been revised by initiator. If a new or updated document is submitted in a ongoing process, a new revision of the process is initiated and the status of old process is set to REVISED.
REVOKED | Constante |
public static const REVOKED:String = "REVOKED"| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
REVOKED status means the review has been revoked by a participant (an initiator or a moderator). The review can be revoked by calling revoke review on ManagedReviewAndApprovalService.
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 containing all the valid values of ReviewStatus.
Wed Jun 13 2018, 11:42 AM Z
Overerfde openbare eigenschappen verbergen
Overerfde openbare eigenschappen weergeven