Pacote | com.adobe.livecycle.rca.model.constant |
Classe | public class StageStatus |
Herança | StageStatus Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 9.5 |
Versões de runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Método | Definido por | ||
---|---|---|---|
Provides values for the StageStatus property of AbstractStage. | StageStatus | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Constante | Definido por | ||
---|---|---|---|
APPROVED : String = "APPROVED" [estático] Specifies that the review stage is over. | StageStatus | ||
COMPLETED : String = "COMPLETED" [estático] Specifies that the stage is over. | StageStatus | ||
EXPIRED : String = "EXPIRED" [estático] Specifies that the stage was not completed within the specified duration. | StageStatus | ||
ONGOING : String = "ONGOING" [estático] Specifies that the stage is in progress. | StageStatus | ||
PENDING : String = "PENDING" [estático] Specifies that the review process has not yet reached the stage. | StageStatus | ||
REJECTED : String = "REJECTED" [estático] Specifies that the stage is over. | StageStatus | ||
REVISED : String = "REVISED" [estático] Specifies that the stage has been revised by a moderator or initiator. | StageStatus | ||
REVOKED : String = "REVOKED" [estático] Specifies that the review has been revoked by a moderator or initiator. | StageStatus | ||
TYPES : Array [estático] A utility array containing all the valid values of the StageStatus class. | StageStatus |
StageStatus | () | Construtor |
public function StageStatus()
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 9.5 |
Versões de runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the StageStatus
property of AbstractStage
.
Elementos da API relacionados
APPROVED | Constante |
public static const APPROVED:String = "APPROVED"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 9.5 |
Versões de 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 | Constante |
public static const COMPLETED:String = "COMPLETED"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 9.5 |
Versões de 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 | Constante |
public static const EXPIRED:String = "EXPIRED"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 9.5 |
Versões de 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 | Constante |
public static const ONGOING:String = "ONGOING"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 9.5 |
Versões de 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 | Constante |
public static const PENDING:String = "PENDING"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 9.5 |
Versões de 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 | Constante |
public static const REJECTED:String = "REJECTED"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 9.5 |
Versões de 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 | Constante |
public static const REVISED:String = "REVISED"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 9.5 |
Versões de 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 | Constante |
public static const REVOKED:String = "REVOKED"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 9.5 |
Versões de 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 | Constante |
public static const TYPES:Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 9.5 |
Versões de runtime: | 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:10 AM Z