Pacote | com.adobe.livecycle.rca.model.constant |
Classe | public class ReviewType |
Herança | ReviewType Object |
Obsoleto desde Review, Commenting, and Approval 10: Use com.adobe.solutions.rca.constant.ReviewType
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) |
Propriedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Provides values for the ReviewType property of ReviewContext. | ReviewType | ||
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 |
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
AD_HOC_REVIEW : String = "AD_HOC_REVIEW" [estático] Specifies the review type for an ad hoc review. | ReviewType | ||
REGULATED_REVIEW : String = "REGULATED_REVIEW" [estático] Specifies the review type for a regulated review. | ReviewType | ||
TYPES : Array [estático] A utility array that contains all the valid values for the ReviewType class. | ReviewType |
Detalhes do construtor
ReviewType | () | Construtor |
public function ReviewType()
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 ReviewType
property of ReviewContext
.
Elementos da API relacionados
Detalhes da constante
AD_HOC_REVIEW | Constante |
public static const AD_HOC_REVIEW:String = "AD_HOC_REVIEW"
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 the review type for an ad hoc review.
REGULATED_REVIEW | Constante |
public static const REGULATED_REVIEW:String = "REGULATED_REVIEW"
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 the review type for a regulated review.
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 for the ReviewType
class.
Wed Jun 13 2018, 11:10 AM Z