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 

StageStatus  - AS3 Review, Commenting, and Approval

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

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)

StageStatus 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 StageStatus property of AbstractStage.
StageStatus
 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
  APPROVED : String = "APPROVED"
[static] Specifies that the review stage is over.
StageStatus
  COMPLETED : String = "COMPLETED"
[static] Specifies that the stage is over.
StageStatus
  EXPIRED : String = "EXPIRED"
[static] Specifies that the stage was not completed within the specified duration.
StageStatus
  ONGOING : String = "ONGOING"
[static] Specifies that the stage is in progress.
StageStatus
  PENDING : String = "PENDING"
[static] Specifies that the review process has not yet reached the stage.
StageStatus
  REJECTED : String = "REJECTED"
[static] Specifies that the stage is over.
StageStatus
  REVISED : String = "REVISED"
[static] Specifies that the stage has been revised by a moderator or initiator.
StageStatus
  REVOKED : String = "REVOKED"
[static] Specifies that the review has been revoked by a moderator or initiator.
StageStatus
  TYPES : Array
[static] A utility array containing all the valid values of the StageStatus class.
StageStatus
Constructor Detail

StageStatus

()Constructor
public function StageStatus()

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 StageStatus property of AbstractStage.

Related API Elements

Constant Detail

APPROVED

Constant
public static const APPROVED:String = "APPROVED"

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 stage is over. This status is set when all approvers mark their tasks as approved in an approval stage. When this is the status of the stage, update operations like adding or removing an approver, adding or removing a reviewer, or updating StageDuration cannot be performed.

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 the stage is over. This status is set when a review stage is successfully completed. UWhen this is the status of the stage, update operations like adding or removing an approver, adding or removing a reviewer, or updating StageDuration 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 stage was not completed within the specified duration. This status is set if one or more mandatory reviewers have not completed their review for a stage. It is also set if one or more approvers have not completed their task in an approval stage. When this is the status of the stage, update operations like adding or removing an approver, adding or removing a reviewer, or updating StageDuration cannot be performed.

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 stage is in progress. When this is the status of the stage, update operations like adding or removing an approver, adding or removing a reviewer, or updating StageDuration can be performed.

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 that the review process has not yet reached the stage. When this is the status of the stage, update operations like adding or removing an approver, adding or removing a reviewer, or updating StageDuration can be performed.

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 that the stage is over. This status is set when an approver marks a task as rejected in an approval stage. When this is the status of the stage, update operations like adding or removing an approver, adding or removing a reviewer, or updating StageDuration cannot 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 the stage has been revised by a moderator or initiator. When this is the status of the stage, update operations like adding or removing an approver, adding or removing a reviewer, or updating StageDuration can be performed.

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 the review has been revoked by a moderator or initiator. When this is the status of the stage, update operations like adding or removing an approver, adding or removing a reviewer, or updating StageDuration cannot be performed.

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 containing all the valid values of the StageStatus class.