Pacote | com.adobe.livecycle.rca.model.constant |
Classe | public class ReviewStatus |
Herança | ReviewStatus 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 ReviewStatus property of ReviewContext. | ReviewStatus | ||
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 | ||
---|---|---|---|
COMPLETED : String = "COMPLETED" [estático] Specifies that all stages of the review are complete. | ReviewStatus | ||
EXPIRED : String = "EXPIRED" [estático] Specifies that the review expired during one of its stages. | ReviewStatus | ||
ONGOING : String = "ONGOING" [estático] Specifies that the review is currently in progress. | ReviewStatus | ||
REVISED : String = "REVISED" [estático] Specifies that an initiator has revised the review. | ReviewStatus | ||
REVOKED : String = "REVOKED" [estático] Specifies that a participant, such as an initiator or moderator, has revoked the review. | ReviewStatus | ||
TYPES : Array [estático] A utility array that contains all the valid values of the ReviewStatus class. | ReviewStatus |
ReviewStatus | () | Construtor |
public function ReviewStatus()
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 ReviewStatus
property of ReviewContext
.
Elementos da API relacionados
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 all stages of the review are complete. In this state, update operations 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 review expired during one of its stages. That is, one of the review stages was not completed within the specified duration.
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 review is currently in progress. In this state, update operations like adding or removing an approver, adding or removing a reviewer, or revising a review can 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 an initiator has revised the review. When a participant submits a new or updated document to a process, a revision of the process is created. In addition, the status of the old revision is set to REVISED.
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 a participant, such as an initiator or moderator, has revoked the review. To revoke a review, call the revoke review operation on ManagedReviewAndApprovalService, which internally invokes the revoke review server-side API.
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 that contains all the valid values of the ReviewStatus
class.
Wed Jun 13 2018, 11:10 AM Z