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 

StageTypes  - AS3 Review, Commenting, and Approval

Packagecom.adobe.solutions.rca.constant
Classpublic class StageTypes
InheritanceStageTypes Inheritance Object
Subclasses LocalizedStageTypes

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

StageTypes 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 StageTypes class.
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] Utility method to determine if 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
  CREATION : String = "CREATION"
[static] The stage type for a creation stage.
StageTypes
  PARALLEL_APPROVAL : String = "PARALLEL_APPROVAL"
[static] The stage type of a parallel approval stage.
StageTypes
  PARALLEL_REVIEW : String = "PARALLEL_REVIEW"
[static] The stage type of a parallel review stage.
StageTypes
  SEQUENTIAL_APPROVAL : String = "SEQUENTIAL_APPROVAL"
[static] The stage type of a sequential approval stage.
StageTypes
  SEQUENTIAL_REVIEW : String = "SEQUENTIAL_REVIEW"
[static] The stage type of a sequential review stage.
StageTypes
  TYPES : Array
[static] Utility array containg all the valid values of type property of Stage.
StageTypes
Constructor Detail

StageTypes

()Constructor
public function StageTypes()

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 StageTypes class. The StageTypes class provides values for the type property of Stage. This property determines whether the stage is an approval or a review stage and whether the task assignment is sequential or parallel.

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

Utility method to determine if a stage is parallel or sequential.

Parameters

type:String — The type of stage.

Returns
Boolean — A Boolean value. True if a stage is serial and False otherwise.
Constant Detail

CREATION

Constant
public static const CREATION:String = "CREATION"

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

The stage type for a creation stage.

PARALLEL_APPROVAL

Constant 
public static const PARALLEL_APPROVAL:String = "PARALLEL_APPROVAL"

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

The stage type of a parallel approval stage.

PARALLEL_REVIEW

Constant 
public static const PARALLEL_REVIEW:String = "PARALLEL_REVIEW"

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

The stage type of a parallel review stage.

SEQUENTIAL_APPROVAL

Constant 
public static const SEQUENTIAL_APPROVAL:String = "SEQUENTIAL_APPROVAL"

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

The stage type of a sequential approval stage.

SEQUENTIAL_REVIEW

Constant 
public static const SEQUENTIAL_REVIEW:String = "SEQUENTIAL_REVIEW"

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

The stage type of a sequential review stage.

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 containg all the valid values of type property of Stage.