Pacote | com.adobe.livecycle.rca.model.constant |
Classe | public class RecipientType |
Herança | RecipientType Object |
Obsoleto desde Review, Commenting, and Approval 10: Use com.adobe.solutions.rca.constant.RecipientType
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 RecipientType property of a reminder. | RecipientType | ||
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 | ||
---|---|---|---|
ALL : String = "ALL" [estático] Specifies that a reminder is sent to all the participants of the
stage regardless of their status. | RecipientType | ||
INITIATOR : String = "INITIATOR" [estático] Specifies that a reminder is sent to the initiator of the review. | RecipientType | ||
MODERATOR : String = "MODERATOR" [estático] Specifies that a reminder is sent to the moderators of the stage. | RecipientType | ||
REMAINING_PARTICIPANTS : String = "REMAINING_PARTICIPANTS" [estático] Specifies that a reminder is sent to all participants who have not yet completed the task. | RecipientType | ||
TYPES : Array [estático] A utility array of all possible values for the RecipientType property. | RecipientType |
Detalhes do construtor
RecipientType | () | Construtor |
public function RecipientType()
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 RecipientType
property of a reminder.
It defines who the reminder is sent to.
Elementos da API relacionados
Detalhes da constante
ALL | Constante |
public static const ALL:String = "ALL"
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 reminder is sent to all the participants of the stage regardless of their status.
INITIATOR | Constante |
public static const INITIATOR:String = "INITIATOR"
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 reminder is sent to the initiator of the review.
MODERATOR | Constante |
public static const MODERATOR:String = "MODERATOR"
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 reminder is sent to the moderators of the stage.
REMAINING_PARTICIPANTS | Constante |
public static const REMAINING_PARTICIPANTS:String = "REMAINING_PARTICIPANTS"
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 reminder is sent to all participants who have not yet completed the task.
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 of all possible values for the RecipientType
property.
Wed Jun 13 2018, 11:10 AM Z