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 

ReviewerStatus  - AS3 Review, Commenting, and Approval

Packagecom.adobe.livecycle.rca.model.constant
Classpublic class ReviewerStatus
InheritanceReviewerStatus Inheritance Object
Deprecated since Review, Commenting, and Approval 10: Please Use com.adobe.solutions.rca.constant.ReviewerStatus

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)

ReviewerStatus 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 status property of a reviewer.
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] Specifies the reviewer status when the reviewer has sent the task back to the initiator for changes.
ReviewerStatus
  COMPLETED : String = "COMPLETED"
[static] Specifies the reviewer status when the reviewer has completed the task.
ReviewerStatus
  DECLINED : String = "DECLINED"
[static] Specifies the reviewer status when the reviewer has declined the task.
ReviewerStatus
  PENDING : String = "PENDING"
[static] Specifies the reviewer status when the task is pending.
ReviewerStatus
  REJECTED : String = "REJECTED"
[static] Specifies the reviewer status when the reviewer has rejected the task.
ReviewerStatus
  REMOVED : String = "REMOVED"
[static] Specifies the reviewer status when the reviewer has been removed from the stage.
ReviewerStatus
  TERMINATED : String = "TERMINATED"
[static] Specifies the reviewer status when the review stage is complete but the reviewer has not completed the task.
ReviewerStatus
  TYPES : Array
[static] A utility array of all possible values for the status of an approver.
ReviewerStatus
Constructor Detail

ReviewerStatus

()Constructor
public function ReviewerStatus()

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 status property of a 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 9.5
Runtime Versions: Flash Player 9, Flash Player 10, AIR (unsupported)

Specifies the reviewer status when the reviewer has sent the task back to the initiator for changes. When the task is sent back for changes, it indicates that the review document has been sent back for changes.

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 the reviewer status when the reviewer has completed the task. When a task is complete, it indicates the document review is complete.

DECLINED

Constant 
public static const DECLINED:String = "DECLINED"

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 the reviewer status when the reviewer has declined the task. When the task is declined, it indicates that the reviewer has declined the document review.

PENDING

Constant 
public static const PENDING:String = "PENDING"

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 the reviewer status when the task is pending. A pending task indicates that a document is awaiting review.

REJECTED

Constant 
public static const REJECTED:String = "REJECTED"

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 the reviewer status when the reviewer has rejected the task. When a task is rejected, it indicates that the reviewer has rejected the document.

REMOVED

Constant 
public static const REMOVED:String = "REMOVED"

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 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 9.5
Runtime Versions: Flash Player 9, Flash Player 10, AIR (unsupported)

Specifies the reviewer status when the review stage is complete but the reviewer has not completed the task. When a task is terminated, it indicates that the reviewer did not review the document before the stage was complete. Used only 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 9.5
Runtime Versions: Flash Player 9, Flash Player 10, AIR (unsupported)

A utility array of all possible values for the status of an approver.