| Paket | com.adobe.solutions.rca.constant |
| Klass | public class ReviewStatus |
| Arv | ReviewStatus Object |
| Underklasser | LocalizedReviewStatus |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
ReviewerStatus Enum.
| Metod | Definieras med | ||
|---|---|---|---|
The constructor for ReviewStatus class. | ReviewStatus | ||
![]() |
Anger om det finns en egenskap angiven för ett objekt. | Object | |
![]() |
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | |
![]() |
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | |
![]() |
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | |
![]() |
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | |
![]() |
Returnerar det angivna objektets strängbeteckning. | Object | |
![]() |
Returnerar det angivna objektets primitiva värde. | Object | |
| Konstant | Definieras med | ||
|---|---|---|---|
| COMPLETED : String = "COMPLETED" [statisk]
COMPLETED status means the review has completed all the stages successfully. | ReviewStatus | ||
| EXPIRED : String = "EXPIRED" [statisk]
EXPIRED status means the review has expired in one of its stages. | ReviewStatus | ||
| ONGOING : String = "ONGOING" [statisk]
ONGOING status means the review is currently in progress. | ReviewStatus | ||
| REVISED : String = "REVISED" [statisk]
REVISED status means the review has been revised by initiator. | ReviewStatus | ||
| REVOKED : String = "REVOKED" [statisk]
REVOKED status means the review has been revoked by a participant (an initiator or a moderator). | ReviewStatus | ||
| TYPES : Array [statisk]
Utility array containing all the valid values of ReviewStatus. | ReviewStatus | ||
ReviewStatus | () | Konstruktor |
public function ReviewStatus()| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
The constructor for ReviewStatus class.
The ReviewStatus class provides values for the status property of ReviewContext.
Relaterade API-element
COMPLETED | Konstant |
public static const COMPLETED:String = "COMPLETED"| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | 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 | Konstant |
public static const EXPIRED:String = "EXPIRED"| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | 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 | Konstant |
public static const ONGOING:String = "ONGOING"| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | 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 | Konstant |
public static const REVISED:String = "REVISED"| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | 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 | Konstant |
public static const REVOKED:String = "REVOKED"| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | 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 | Konstant |
public static const TYPES:Array| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Utility array containing all the valid values of ReviewStatus.
Tue Jun 12 2018, 01:40 PM Z
Dölj ärvda publika egenskaper
Visa ärvda publika egenskaper