Package | com.adobe.solutions.rca.constant |
Class | public class ReviewStatus |
Inheritance | ReviewStatus Object |
Subclasses | LocalizedReviewStatus |
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
ReviewerStatus
Enum.
Method | Defined By | ||
---|---|---|---|
The constructor for ReviewStatus class. | 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]
COMPLETED status means the review has completed all the stages successfully. | ReviewStatus | ||
EXPIRED : String = "EXPIRED" [static]
EXPIRED status means the review has expired in one of its stages. | ReviewStatus | ||
ONGOING : String = "ONGOING" [static]
ONGOING status means the review is currently in progress. | ReviewStatus | ||
REVISED : String = "REVISED" [static]
REVISED status means the review has been revised by initiator. | ReviewStatus | ||
REVOKED : String = "REVOKED" [static]
REVOKED status means the review has been revoked by a participant (an initiator or a moderator). | ReviewStatus | ||
TYPES : Array [static]
Utility array containing all the valid values of ReviewStatus. | ReviewStatus |
ReviewStatus | () | Constructor |
public function ReviewStatus()
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The constructor for ReviewStatus
class.
The ReviewStatus class provides values for the status 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 10 |
Runtime Versions: | 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 | Constant |
public static const EXPIRED:String = "EXPIRED"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | 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 | Constant |
public static const ONGOING:String = "ONGOING"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | 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 | Constant |
public static const REVISED:String = "REVISED"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | 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 | Constant |
public static const REVOKED:String = "REVOKED"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | 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 | Constant |
public static const TYPES:Array
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Utility array containing all the valid values of ReviewStatus
.
Mon Nov 28 2011, 06:48 AM -08:00