Package | com.adobe.livecycle.rca.model.constant |
Class | public class StageStatus |
Inheritance | 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) |
Method | Defined By | ||
---|---|---|---|
Provides values for the StageStatus property of AbstractStage. | StageStatus | ||
![]() |
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 | |
![]() |
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 | ||
---|---|---|---|
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 |
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
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.
Mon Apr 10 2017, 12:28 PM -07:00