Package | com.adobe.livecycle.rca.model.constant |
Class | public class ReviewStatus |
Inheritance | ReviewStatus Object |
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Method | Defined By | ||
---|---|---|---|
Provides values for the ReviewStatus property of ReviewContext. | ReviewStatus | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Constant | Defined By | ||
---|---|---|---|
COMPLETED : String = "COMPLETED" [static] Specifies that all stages of the review are complete. | ReviewStatus | ||
EXPIRED : String = "EXPIRED" [static] Specifies that the review expired during one of its stages. | ReviewStatus | ||
ONGOING : String = "ONGOING" [static] Specifies that the review is currently in progress. | ReviewStatus | ||
REVISED : String = "REVISED" [static] Specifies that an initiator has revised the review. | ReviewStatus | ||
REVOKED : String = "REVOKED" [static] Specifies that a participant, such as an initiator or moderator, has revoked the review. | ReviewStatus | ||
TYPES : Array [static] A utility array that contains all the valid values of the ReviewStatus class. | ReviewStatus |
ReviewStatus | () | Constructor |
public function ReviewStatus()
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the ReviewStatus
property of ReviewContext
.
Related API Elements
COMPLETED | Constant |
public static const COMPLETED:String = "COMPLETED"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | 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 | Constant |
public static const EXPIRED:String = "EXPIRED"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | 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 | Constant |
public static const ONGOING:String = "ONGOING"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | 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 | Constant |
public static const REVISED:String = "REVISED"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | 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 | Constant |
public static const REVOKED:String = "REVOKED"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | 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 | Constant |
public static const TYPES:Array
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | Flash Player 9, Flash Player 10, AIR (unsupported) |
A utility array that contains all the valid values of the ReviewStatus
class.
Mon Nov 28 2011, 06:48 AM -08:00