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 

StageTypes  - AS3 Review, Commenting, and Approval

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

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)

StageTypes 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 type property of AbstractStage.
StageTypes
 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
  
[static] Determines whether a stage is parallel or sequential.
StageTypes
 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
  PARALLEL_APPROVAL : String = "PARALLEL_APPROVAL"
[static] Specifies that the stage type is parallel approval.
StageTypes
  PARALLEL_REVIEW : String = "PARALLEL_REVIEW"
[static] Specifies that the stage type is parallel review.
StageTypes
  SEQUENTIAL_APPROVAL : String = "SEQUENTIAL_APPROVAL"
[static] Specifies that the stage type is sequential approval.
StageTypes
  SEQUENTIAL_REVIEW : String = "SEQUENTIAL_REVIEW"
[static] Specifies that the stage type is sequential review.
StageTypes
  TYPES : Array
[static] An array that specifies the valid types for the StageType class.
StageTypes
Constructor Detail

StageTypes

()Constructor
public function StageTypes()

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

Related API Elements

Method Detail

isStageSerial

()method
public static function isStageSerial(type:String):Boolean

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)

Determines whether a stage is parallel or sequential. Returns a Boolean value that specifies whether the stage is serial or parallel. If the value is true, the stage is serial.

Parameters

type:String

Returns
Boolean
Constant Detail

PARALLEL_APPROVAL

Constant
public static const PARALLEL_APPROVAL:String = "PARALLEL_APPROVAL"

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 type is parallel approval.

PARALLEL_REVIEW

Constant 
public static const PARALLEL_REVIEW:String = "PARALLEL_REVIEW"

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 type is parallel review.

SEQUENTIAL_APPROVAL

Constant 
public static const SEQUENTIAL_APPROVAL:String = "SEQUENTIAL_APPROVAL"

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 type is sequential approval.

SEQUENTIAL_REVIEW

Constant 
public static const SEQUENTIAL_REVIEW:String = "SEQUENTIAL_REVIEW"

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 type is sequential review.

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)

An array that specifies the valid types for the StageType class. Valid types are SEQUENTIAL_REVIEW, PARALLEL_REVIEW, SEQUENTIAL_APPROVAL, and PARALLEL_APPROVAL