ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.livecycle.rca.model.constant 

ReviewStatus  - AS3 Review, Commenting, and Approval

Packagecom.adobe.livecycle.rca.model.constant
Classpublic class ReviewStatus
InheritanceReviewStatus Inheritance Object
Deprecated since Review, Commenting, and Approval 10: Please Use com.adobe.solutions.rca.constant.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)

ReviewStatus enumerator.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
  
Provides values for the ReviewStatus property of ReviewContext.
ReviewStatus
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined 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
Constructor Detail

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

Constant Detail

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.