套件 | com.adobe.livecycle.rca.model.constant |
類別 | public class ReviewStatus |
繼承 | ReviewStatus Object |
語言版本: | ActionScript 3.0 |
產品版本: | Review, Commenting, and Approval Building Block 9.5 |
執行階段版本: | Flash Player 9, Flash Player 10, AIR (unsupported) |
方法 | 定義自 | ||
---|---|---|---|
Provides values for the ReviewStatus property of ReviewContext. | ReviewStatus | ||
指出物件是否有已定義的指定屬性。 | Object | ||
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | ||
指出指定的屬性是否存在,以及是否可列舉。 | Object | ||
為迴圈作業設定動態屬性的可用性。 | Object | ||
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | ||
會傳回指定之物件的字串形式。 | Object | ||
會傳回指定之物件的基本值。 | Object |
常數 | 定義自 | ||
---|---|---|---|
COMPLETED : String = "COMPLETED" [靜態] Specifies that all stages of the review are complete. | ReviewStatus | ||
EXPIRED : String = "EXPIRED" [靜態] Specifies that the review expired during one of its stages. | ReviewStatus | ||
ONGOING : String = "ONGOING" [靜態] Specifies that the review is currently in progress. | ReviewStatus | ||
REVISED : String = "REVISED" [靜態] Specifies that an initiator has revised the review. | ReviewStatus | ||
REVOKED : String = "REVOKED" [靜態] Specifies that a participant, such as an initiator or moderator, has revoked the review. | ReviewStatus | ||
TYPES : Array [靜態] A utility array that contains all the valid values of the ReviewStatus class. | ReviewStatus |
ReviewStatus | () | 建構函式 |
public function ReviewStatus()
語言版本: | ActionScript 3.0 |
產品版本: | Review, Commenting, and Approval Building Block 9.5 |
執行階段版本: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the ReviewStatus
property of ReviewContext
.
相關 API 元素
COMPLETED | 常數 |
public static const COMPLETED:String = "COMPLETED"
語言版本: | ActionScript 3.0 |
產品版本: | Review, Commenting, and Approval Building Block 9.5 |
執行階段版本: | 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 | 常數 |
public static const EXPIRED:String = "EXPIRED"
語言版本: | ActionScript 3.0 |
產品版本: | Review, Commenting, and Approval Building Block 9.5 |
執行階段版本: | 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 | 常數 |
public static const ONGOING:String = "ONGOING"
語言版本: | ActionScript 3.0 |
產品版本: | Review, Commenting, and Approval Building Block 9.5 |
執行階段版本: | 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 | 常數 |
public static const REVISED:String = "REVISED"
語言版本: | ActionScript 3.0 |
產品版本: | Review, Commenting, and Approval Building Block 9.5 |
執行階段版本: | 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 | 常數 |
public static const REVOKED:String = "REVOKED"
語言版本: | ActionScript 3.0 |
產品版本: | Review, Commenting, and Approval Building Block 9.5 |
執行階段版本: | 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 | 常數 |
public static const TYPES:Array
語言版本: | ActionScript 3.0 |
產品版本: | Review, Commenting, and Approval Building Block 9.5 |
執行階段版本: | 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, 03:47 PM Z