Pacote | com.adobe.solutions.rca.constant |
Classe | public class RecipientType |
Herança | RecipientType Object |
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) |
RecipientType
Enum.
Método | Definido por | ||
---|---|---|---|
The constructor for RecipientType class. | 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 |
Constante | Definido por | ||
---|---|---|---|
ALL : String = "ALL" [estático]
The property specifies that reminder is sent to all the participants of the stage irrespective of their status. | RecipientType | ||
INITIATOR : String = "INITIATOR" [estático]
The property specifies that reminder is sent to the initiatior of the review. | RecipientType | ||
MODERATOR : String = "MODERATOR" [estático]
The property specifies that reminder is sent to the moderators of the stage. | RecipientType | ||
REMAINING_PARTICIPANTS : String = "REMAINING_PARTICIPANTS" [estático]
The property specifies that reminder is sent to the all the remianing participants of the stage, that is, participants who have not completed the task as yet. | RecipientType | ||
TYPES : Array [estático]
Utility array of all possible values for recipient property. | RecipientType |
RecipientType | () | Construtor |
public function RecipientType()
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 RecipientType
class.
The RecipientType class provides values for the recipient property of a Reminder.
This property defines the recipient of a reminder.
Elementos da API relacionados
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 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The property specifies that reminder is sent to all the participants of the stage irrespective 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 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The property specifies that reminder is sent to the initiatior 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 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The property specifies that 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 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The property specifies that reminder is sent to the all the remianing participants of the stage, that is, participants who have not completed the task as yet.
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 of all possible values for recipient property.
Wed Jun 13 2018, 11:10 AM Z