Paket | com.adobe.livecycle.rca.model.constant |
Klasse | public class ReviewStatus |
Vererbung | ReviewStatus Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Methode | Definiert von | ||
---|---|---|---|
Provides values for the ReviewStatus property of ReviewContext. | ReviewStatus | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
Konstante | Definiert von | ||
---|---|---|---|
COMPLETED : String = "COMPLETED" [statisch] Specifies that all stages of the review are complete. | ReviewStatus | ||
EXPIRED : String = "EXPIRED" [statisch] Specifies that the review expired during one of its stages. | ReviewStatus | ||
ONGOING : String = "ONGOING" [statisch] Specifies that the review is currently in progress. | ReviewStatus | ||
REVISED : String = "REVISED" [statisch] Specifies that an initiator has revised the review. | ReviewStatus | ||
REVOKED : String = "REVOKED" [statisch] Specifies that a participant, such as an initiator or moderator, has revoked the review. | ReviewStatus | ||
TYPES : Array [statisch] A utility array that contains all the valid values of the ReviewStatus class. | ReviewStatus |
ReviewStatus | () | Konstruktor |
public function ReviewStatus()
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the ReviewStatus
property of ReviewContext
.
Verwandte API-Elemente
COMPLETED | Konstante |
public static const COMPLETED:String = "COMPLETED"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | 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 | Konstante |
public static const EXPIRED:String = "EXPIRED"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | 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 | Konstante |
public static const ONGOING:String = "ONGOING"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | 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 | Konstante |
public static const REVISED:String = "REVISED"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | 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 | Konstante |
public static const REVOKED:String = "REVOKED"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | 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 | Konstante |
public static const TYPES:Array
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | 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, 10:04 AM Z