Package | com.adobe.solutions.rca.constant |
Class | public class StageStatus |
Inheritance | StageStatus Object |
Subclasses | LocalizedStageStatus |
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
StageStatus
Enum.
Method | Defined By | ||
---|---|---|---|
The constructor for StageStatus class. | 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]
APPROVED status means the stage is over. | StageStatus | ||
COMPLETED : String = "COMPLETED" [static]
COMPLETED status means the stage is over. | StageStatus | ||
DELAYED : String = "DELAYED" [static]
DELAYED status means that the stage has exceeded its specified duration but since the stage was set to never expire, the stage has not expired. | StageStatus | ||
EXPIRED : String = "EXPIRED" [static]
EXPIRED status means the stage was not completed within the stage duration. | StageStatus | ||
ONGOING : String = "ONGOING" [static]
ONGOING status means the stage is currently in progress. | StageStatus | ||
PENDING : String = "PENDING" [static]
PENDING status means the stage has not been reached as yet. | StageStatus | ||
REJECTED : String = "REJECTED" [static]
REJECTED status means the stage is over. | StageStatus | ||
REVISED : String = "REVISED" [static]
REVISED status means the stage has been revised by moderator or initiator. | StageStatus | ||
REVOKED : String = "REVOKED" [static]
REVOKED status means the review has been revoked by moderator or initiator. | StageStatus | ||
TYPES : Array [static]
Utility array containing all the valid values of StageStatus. | StageStatus |
StageStatus | () | Constructor |
public function StageStatus()
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 StageStatus
class.
The StageStatus class provides values for the status property of Stage.
Related API Elements
APPROVED | Constant |
public static const APPROVED:String = "APPROVED"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
APPROVED
status means the stage is over. This status is set when all the approvers have marked their tasks approved in an approval stage.
Update operations like, add or remove, an approver or a reviewer, updateStageDuration
can not be performed in this state.
COMPLETED | Constant |
public static const COMPLETED:String = "COMPLETED"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
COMPLETED
status means the stage is over. This status is set on successful completion of a review stage.
Update operations like add or remove, an approver or a reviewer, updateStageDuration
can not be performed in this state.
DELAYED | Constant |
public static const DELAYED:String = "DELAYED"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
DELAYED
status means that the stage has exceeded its specified duration but since the stage was set to never expire, the stage has not expired.
EXPIRED | Constant |
public static const EXPIRED:String = "EXPIRED"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
EXPIRED
status means the stage was not completed within the stage duration.
This status is set if one or more of mandatory reviewers are remaining for a review stage or one or more approvers have not completed their task in an approval stage.
Update operations like, add or remove, an approver or a reviewer, updateStageDuration
can not be performed in this state.
ONGOING | Constant |
public static const ONGOING:String = "ONGOING"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
ONGOING
status means the stage is currently in progress.
Update operations like add or remove, an approver or a reviewer, updateStageDuration
can be performed in this state.
PENDING | Constant |
public static const PENDING:String = "PENDING"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
PENDING
status means the stage has not been reached as yet.
Update operations like add or remove an approver or a reviewer, updateStageDuration
can be performed in this state.
REJECTED | Constant |
public static const REJECTED:String = "REJECTED"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
REJECTED
status means the stage is over. This status is set one of the approvers have marked their tasks rejected in an approval stage.
Update operations like, add or remove, an approver or a reviewer, updateStageDuration
can not be performed in this state.
REVISED | Constant |
public static const REVISED:String = "REVISED"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
REVISED
status means the stage has been revised by moderator or initiator.
Update operations like, add or remove, an approver or a reviewer, updateStageDuration
can be performed in this state.
REVOKED | Constant |
public static const REVOKED:String = "REVOKED"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
REVOKED
status means the review has been revoked by moderator or initiator.
Update operations like, add or remove, an approver or a reviewer, updateStageDuration
can not be performed in this state.
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 containing all the valid values of StageStatus
.
Mon Nov 28 2011, 06:48 AM -08:00