Pakket | com.adobe.solutions.rca.constant |
Klasse | public class StageStatus |
Overerving | StageStatus Object |
Subklassen | LocalizedStageStatus |
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
StageStatus
Enum.
Methode | Gedefinieerd door | ||
---|---|---|---|
The constructor for StageStatus class. | StageStatus | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Constante | Gedefinieerd door | ||
---|---|---|---|
APPROVED : String = "APPROVED" [statisch]
APPROVED status means the stage is over. | StageStatus | ||
COMPLETED : String = "COMPLETED" [statisch]
COMPLETED status means the stage is over. | StageStatus | ||
DELAYED : String = "DELAYED" [statisch]
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" [statisch]
EXPIRED status means the stage was not completed within the stage duration. | StageStatus | ||
ONGOING : String = "ONGOING" [statisch]
ONGOING status means the stage is currently in progress. | StageStatus | ||
PENDING : String = "PENDING" [statisch]
PENDING status means the stage has not been reached as yet. | StageStatus | ||
REJECTED : String = "REJECTED" [statisch]
REJECTED status means the stage is over. | StageStatus | ||
REVISED : String = "REVISED" [statisch]
REVISED status means the stage has been revised by moderator or initiator. | StageStatus | ||
REVOKED : String = "REVOKED" [statisch]
REVOKED status means the review has been revoked by moderator or initiator. | StageStatus | ||
TYPES : Array [statisch]
Utility array containing all the valid values of StageStatus. | StageStatus |
StageStatus | () | Constructor |
public function StageStatus()
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The constructor for StageStatus
class.
The StageStatus class provides values for the status property of Stage.
Verwante API-elementen
APPROVED | Constante |
public static const APPROVED:String = "APPROVED"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | 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 | Constante |
public static const COMPLETED:String = "COMPLETED"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | 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 | Constante |
public static const DELAYED:String = "DELAYED"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | 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 | Constante |
public static const EXPIRED:String = "EXPIRED"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | 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 | Constante |
public static const ONGOING:String = "ONGOING"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | 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 | Constante |
public static const PENDING:String = "PENDING"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | 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 | Constante |
public static const REJECTED:String = "REJECTED"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | 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 | Constante |
public static const REVISED:String = "REVISED"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | 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 | Constante |
public static const REVOKED:String = "REVOKED"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | 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 | Constante |
public static const TYPES:Array
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Utility array containing all the valid values of StageStatus
.
Wed Jun 13 2018, 11:42 AM Z