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

ReviewStatus  - AS3 Review, Commenting, and Approval

Packagecom.adobe.solutions.rca.constant
Classpublic class ReviewStatus
InheritanceReviewStatus Inheritance 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.



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
  
The constructor for ReviewStatus class.
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] 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
Constructor Detail

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

Constant Detail

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.