Pacchetto | com.adobe.solutions.rca.constant |
Classe | public class StageStatus |
Ereditarietà | StageStatus Object |
Sottoclassi | LocalizedStageStatus |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
StageStatus
Enum.
Metodo | Definito da | ||
---|---|---|---|
The constructor for StageStatus class. | 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]
APPROVED status means the stage is over. | StageStatus | ||
COMPLETED : String = "COMPLETED" [statico]
COMPLETED status means the stage is over. | StageStatus | ||
DELAYED : String = "DELAYED" [statico]
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" [statico]
EXPIRED status means the stage was not completed within the stage duration. | StageStatus | ||
ONGOING : String = "ONGOING" [statico]
ONGOING status means the stage is currently in progress. | StageStatus | ||
PENDING : String = "PENDING" [statico]
PENDING status means the stage has not been reached as yet. | StageStatus | ||
REJECTED : String = "REJECTED" [statico]
REJECTED status means the stage is over. | StageStatus | ||
REVISED : String = "REVISED" [statico]
REVISED status means the stage has been revised by moderator or initiator. | StageStatus | ||
REVOKED : String = "REVOKED" [statico]
REVOKED status means the review has been revoked by moderator or initiator. | StageStatus | ||
TYPES : Array [statico]
Utility array containing all the valid values of StageStatus. | StageStatus |
StageStatus | () | Funzione di costruzione |
public function StageStatus()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for StageStatus
class.
The StageStatus class provides values for the status property of Stage.
Elementi API correlati
APPROVED | Costante |
public static const APPROVED:String = "APPROVED"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | 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 | Costante |
public static const COMPLETED:String = "COMPLETED"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | 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 | Costante |
public static const DELAYED:String = "DELAYED"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | 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 | Costante |
public static const EXPIRED:String = "EXPIRED"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | 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 | Costante |
public static const ONGOING:String = "ONGOING"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | 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 | Costante |
public static const PENDING:String = "PENDING"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | 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 | Costante |
public static const REJECTED:String = "REJECTED"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | 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 | Costante |
public static const REVISED:String = "REVISED"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | 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 | Costante |
public static const REVOKED:String = "REVOKED"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | 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 | Costante |
public static const TYPES:Array
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Utility array containing all the valid values of StageStatus
.
Tue Jun 12 2018, 02:44 PM Z