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 

ReviewerStatus  - AS3 Review, Commenting, and Approval

Packagecom.adobe.solutions.rca.constant
Classpublic class ReviewerStatus
InheritanceReviewerStatus Inheritance Object
Subclasses LocalizedReviewerStatus

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 ReviewerStatus class.
ReviewerStatus
 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
  CHANGES_REQUIRED : String = "CHANGES_REQUIRED"
[static] The reviewer status when the document or a task has been marked back to initiator for changes.
ReviewerStatus
  COMPLETED : String = "COMPLETED"
[static] The reviewer status when the document or a task has been completed by the reviewer.
ReviewerStatus
  DECLINED : String = "DECLINED"
[static] The reviewer status when the document or a task has been declined by reviewer.
ReviewerStatus
  PENDING : String = "PENDING"
[static] The reviewer status when the document or a task is pending.
ReviewerStatus
  REJECTED : String = "REJECTED"
[static] The reviewer status when the reviewer has rejected the document or a task.
ReviewerStatus
  REMOVED : String = "REMOVED"
[static] The reviewer status when the reviewer has been removed from the stage.
ReviewerStatus
  TERMINATED : String = "TERMINATED"
[static] The reviewer status when the stage is completed but the reviewer has not completed the task.
ReviewerStatus
  TYPES : Array
[static] Utility array of all possible status for an approver.
ReviewerStatus
Constructor Detail

ReviewerStatus

()Constructor
public function ReviewerStatus()

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 ReviewerStatus class. The ReviewerStatus class provides values for the status property of an reviewer.

Related API Elements

Constant Detail

CHANGES_REQUIRED

Constant
public static const CHANGES_REQUIRED:String = "CHANGES_REQUIRED"

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

The reviewer status when the document or a task has been marked back to initiator for changes.

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)

The reviewer status when the document or a task has been completed by the reviewer.

DECLINED

Constant 
public static const DECLINED:String = "DECLINED"

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

The reviewer status when the document or a task has been declined by reviewer.

PENDING

Constant 
public static const PENDING:String = "PENDING"

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

The reviewer status when the document or a task is pending.

REJECTED

Constant 
public static const REJECTED:String = "REJECTED"

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

The reviewer status when the reviewer has rejected the document or a task.

REMOVED

Constant 
public static const REMOVED:String = "REMOVED"

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

The reviewer status when the reviewer has been removed from the stage.

TERMINATED

Constant 
public static const TERMINATED:String = "TERMINATED"

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

The reviewer status when the stage is completed but the reviewer has not completed the task. This happens if the reviewer is an optional reviewer.

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 of all possible status for an approver.