Pacote | com.adobe.livecycle.rca.model.constant |
Classe | public class CreatedAtType |
Herança | CreatedAtType Object |
Obsoleto desde Review, Commenting, and Approval 10: Use com.adobe.solutions.rca.constant.CreatedAtType
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 createdAt property of a participant. | CreatedAtType | ||
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 | ||
---|---|---|---|
INITIATION : String = "INITIATION" [estático] Specifies that the participant was added when the review was initiated. | CreatedAtType | ||
TEMPLATE_CREATION : String = "TEMPLATE_CREATION" [estático]
Specifies that the participant was added during template creation. | CreatedAtType | ||
TYPES : Array [estático] Utility array of all possible values for the createdAt property. | CreatedAtType | ||
UPDATES : String = "UPDATES" [estático] Specifies that the participant was added to a review using the addReview or addApprover API. | CreatedAtType |
Detalhes do construtor
CreatedAtType | () | Construtor |
public function CreatedAtType()
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 createdAt
property of a participant.
The createdAt
property is used to track when the participant was added to a review.
Elementos da API relacionados
Detalhes da constante
INITIATION | Constante |
public static const INITIATION:String = "INITIATION"
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 participant was added when the review was initiated.
TEMPLATE_CREATION | Constante |
public static const TEMPLATE_CREATION:String = "TEMPLATE_CREATION"
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 participant was added during template creation.
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) |
Utility array of all possible values for the createdAt
property.
UPDATES | Constante |
public static const UPDATES:String = "UPDATES"
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 participant was added to a review using the addReview or addApprover API.
Wed Jun 13 2018, 11:10 AM Z