Pacchetto | com.adobe.livecycle.rca.model.constant |
Classe | public class StageStatus |
Ereditarietà | StageStatus Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
Versioni runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Metodo | Definito da | ||
---|---|---|---|
Provides values for the StageStatus property of AbstractStage. | StageStatus | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Costante | Definito da | ||
---|---|---|---|
APPROVED : String = "APPROVED" [statico] Specifies that the review stage is over. | StageStatus | ||
COMPLETED : String = "COMPLETED" [statico] Specifies that the stage is over. | StageStatus | ||
EXPIRED : String = "EXPIRED" [statico] Specifies that the stage was not completed within the specified duration. | StageStatus | ||
ONGOING : String = "ONGOING" [statico] Specifies that the stage is in progress. | StageStatus | ||
PENDING : String = "PENDING" [statico] Specifies that the review process has not yet reached the stage. | StageStatus | ||
REJECTED : String = "REJECTED" [statico] Specifies that the stage is over. | StageStatus | ||
REVISED : String = "REVISED" [statico] Specifies that the stage has been revised by a moderator or initiator. | StageStatus | ||
REVOKED : String = "REVOKED" [statico] Specifies that the review has been revoked by a moderator or initiator. | StageStatus | ||
TYPES : Array [statico] A utility array containing all the valid values of the StageStatus class. | StageStatus |
StageStatus | () | Funzione di costruzione |
public function StageStatus()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
Versioni runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the StageStatus
property of AbstractStage
.
Elementi API correlati
APPROVED | Costante |
public static const APPROVED:String = "APPROVED"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
Versioni runtime: | 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 | Costante |
public static const COMPLETED:String = "COMPLETED"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
Versioni runtime: | 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 | Costante |
public static const EXPIRED:String = "EXPIRED"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
Versioni runtime: | 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 | Costante |
public static const ONGOING:String = "ONGOING"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
Versioni runtime: | 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 | Costante |
public static const PENDING:String = "PENDING"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
Versioni runtime: | 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 | Costante |
public static const REJECTED:String = "REJECTED"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
Versioni runtime: | 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 | Costante |
public static const REVISED:String = "REVISED"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
Versioni runtime: | 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 | Costante |
public static const REVOKED:String = "REVOKED"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
Versioni runtime: | 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 | Costante |
public static const TYPES:Array
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
Versioni runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
A utility array containing all the valid values of the StageStatus
class.
Tue Jun 12 2018, 02:44 PM Z