Pacote | com.adobe.solutions.rca.constant |
Classe | public class ReviewStatus |
Herança | ReviewStatus Object |
Subclasses | LocalizedReviewStatus |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
ReviewerStatus
Enum.
Método | Definido por | ||
---|---|---|---|
The constructor for ReviewStatus class. | 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]
COMPLETED status means the review has completed all the stages successfully. | ReviewStatus | ||
EXPIRED : String = "EXPIRED" [estático]
EXPIRED status means the review has expired in one of its stages. | ReviewStatus | ||
ONGOING : String = "ONGOING" [estático]
ONGOING status means the review is currently in progress. | ReviewStatus | ||
REVISED : String = "REVISED" [estático]
REVISED status means the review has been revised by initiator. | ReviewStatus | ||
REVOKED : String = "REVOKED" [estático]
REVOKED status means the review has been revoked by a participant (an initiator or a moderator). | ReviewStatus | ||
TYPES : Array [estático]
Utility array containing all the valid values of ReviewStatus. | ReviewStatus |
ReviewStatus | () | Construtor |
public function ReviewStatus()
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for ReviewStatus
class.
The ReviewStatus class provides values for the status 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 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
COMPLETED
status means the review has completed all the stages successfully. Update operations can not be performed in this state.
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 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
EXPIRED
status means the review has expired in one of its stages. This means that one of the stage was not complete in 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 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
ONGOING
status means the review is currently in progress. Update operations like, add or remove an approver or a reviewer, or revise review can be performed in this state.
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 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
REVISED
status means the review has been revised by initiator. If a new or updated document is submitted in a ongoing process, a new revision of the process is initiated and the status of old process 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 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
REVOKED
status means the review has been revoked by a participant (an initiator or a moderator). The review can be revoked by calling revoke review on ManagedReviewAndApprovalService
.
TYPES | Constante |
public static const TYPES:Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Utility array containing all the valid values of ReviewStatus
.
Wed Jun 13 2018, 11:10 AM Z