Pakket | com.adobe.livecycle.rca.model.constant |
Klasse | public class StageStatus |
Overerving | StageStatus ![]() |
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Methode | Gedefinieerd door | ||
---|---|---|---|
Provides values for the StageStatus property of AbstractStage. | 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] Specifies that the review stage is over. | StageStatus | ||
COMPLETED : String = "COMPLETED" [statisch] Specifies that the stage is over. | StageStatus | ||
EXPIRED : String = "EXPIRED" [statisch] Specifies that the stage was not completed within the specified duration. | StageStatus | ||
ONGOING : String = "ONGOING" [statisch] Specifies that the stage is in progress. | StageStatus | ||
PENDING : String = "PENDING" [statisch] Specifies that the review process has not yet reached the stage. | StageStatus | ||
REJECTED : String = "REJECTED" [statisch] Specifies that the stage is over. | StageStatus | ||
REVISED : String = "REVISED" [statisch] Specifies that the stage has been revised by a moderator or initiator. | StageStatus | ||
REVOKED : String = "REVOKED" [statisch] Specifies that the review has been revoked by a moderator or initiator. | StageStatus | ||
TYPES : Array [statisch] A utility array containing all the valid values of the StageStatus class. | StageStatus |
StageStatus | () | Constructor |
public function StageStatus()
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the StageStatus
property of AbstractStage
.
Verwante API-elementen
APPROVED | Constante |
public static const APPROVED:String = "APPROVED"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | 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 | Constante |
public static const COMPLETED:String = "COMPLETED"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | 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 | Constante |
public static const EXPIRED:String = "EXPIRED"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | 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 | Constante |
public static const ONGOING:String = "ONGOING"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | 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 | Constante |
public static const PENDING:String = "PENDING"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | 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 | Constante |
public static const REJECTED:String = "REJECTED"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | 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 | Constante |
public static const REVISED:String = "REVISED"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | 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 | Constante |
public static const REVOKED:String = "REVOKED"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | 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 | Constante |
public static const TYPES:Array
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | Flash Player 9, Flash Player 10, AIR (unsupported) |
A utility array containing all the valid values of the StageStatus
class.
Wed Jun 13 2018, 11:42 AM Z