| Package | com.adobe.solutions.rca.constant |
| Class | public class StageTypes |
| Inheritance | StageTypes 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.
| Method | Defined By | ||
|---|---|---|---|
The constructor for StageTypes class. | StageTypes | ||
![]() |
Indicates whether an object has a specified property defined. | Object | |
![]() |
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 | ||
![]() |
Indicates whether the specified property exists and is enumerable. | Object | |
![]() |
Sets the availability of a dynamic property for loop operations. | Object | |
![]() |
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | |
![]() |
Returns the string representation of the specified object. | Object | |
![]() |
Returns the primitive value of the specified object. | Object | |
| Constant | Defined 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 | ||
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
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.
|
Boolean — A Boolean value. True if a stage is serial and False otherwise.
|
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.
Thu Dec 6 2018, 01:12 PM -08:00
Hide Inherited Public Properties
Show Inherited Public Properties