Package | com.adobe.livecycle.rca.model.constant |
Classe | public class ReviewStatus |
Héritage | ReviewStatus Object |
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 9.5 |
Versions du moteur d’exécution: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Méthode | Défini par | ||
---|---|---|---|
Provides values for the ReviewStatus property of ReviewContext. | ReviewStatus | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
Constante | Défini par | ||
---|---|---|---|
COMPLETED : String = "COMPLETED" [statique] Specifies that all stages of the review are complete. | ReviewStatus | ||
EXPIRED : String = "EXPIRED" [statique] Specifies that the review expired during one of its stages. | ReviewStatus | ||
ONGOING : String = "ONGOING" [statique] Specifies that the review is currently in progress. | ReviewStatus | ||
REVISED : String = "REVISED" [statique] Specifies that an initiator has revised the review. | ReviewStatus | ||
REVOKED : String = "REVOKED" [statique] Specifies that a participant, such as an initiator or moderator, has revoked the review. | ReviewStatus | ||
TYPES : Array [statique] A utility array that contains all the valid values of the ReviewStatus class. | ReviewStatus |
ReviewStatus | () | Constructeur |
public function ReviewStatus()
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 9.5 |
Versions du moteur d’exécution: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the ReviewStatus
property of ReviewContext
.
Eléments de l’API associés
COMPLETED | Constante |
public static const COMPLETED:String = "COMPLETED"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 9.5 |
Versions du moteur d’exécution: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that all stages of the review are complete. In this state, update operations cannot be performed.
EXPIRED | Constante |
public static const EXPIRED:String = "EXPIRED"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 9.5 |
Versions du moteur d’exécution: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the review expired during one of its stages. That is, one of the review stages was not completed within the specified duration.
ONGOING | Constante |
public static const ONGOING:String = "ONGOING"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 9.5 |
Versions du moteur d’exécution: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the review is currently in progress. In this state, update operations like adding or removing an approver, adding or removing a reviewer, or revising a review can be performed.
REVISED | Constante |
public static const REVISED:String = "REVISED"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 9.5 |
Versions du moteur d’exécution: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that an initiator has revised the review. When a participant submits a new or updated document to a process, a revision of the process is created. In addition, the status of the old revision is set to REVISED.
REVOKED | Constante |
public static const REVOKED:String = "REVOKED"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 9.5 |
Versions du moteur d’exécution: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that a participant, such as an initiator or moderator, has revoked the review. To revoke a review, call the revoke review operation on ManagedReviewAndApprovalService, which internally invokes the revoke review server-side API.
TYPES | Constante |
public static const TYPES:Array
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 9.5 |
Versions du moteur d’exécution: | Flash Player 9, Flash Player 10, AIR (unsupported) |
A utility array that contains all the valid values of the ReviewStatus
class.
Tue Jun 12 2018, 09:30 AM Z