| Package | com.adobe.livecycle.rca.model.constant |
| Class | public class StageTypes |
| Inheritance | StageTypes 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) |
Public Properties
Public Methods
| Method | Defined By | ||
|---|---|---|---|
Provides values for the type property of AbstractStage. | 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] Determines whether 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 | |
Public Constants
| Constant | Defined 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 |
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
Thu Dec 6 2018, 01:12 PM -08:00
Hide Inherited Public Properties
Show Inherited Public Properties