Pacchetto | com.adobe.solutions.rca.constant |
Classe | public class RecipientType |
Ereditarietà | RecipientType Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
RecipientType
Enum.
Metodo | Definito da | ||
---|---|---|---|
The constructor for RecipientType class. | RecipientType | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Costante | Definito da | ||
---|---|---|---|
ALL : String = "ALL" [statico]
The property specifies that reminder is sent to all the participants of the stage irrespective of their status. | RecipientType | ||
INITIATOR : String = "INITIATOR" [statico]
The property specifies that reminder is sent to the initiatior of the review. | RecipientType | ||
MODERATOR : String = "MODERATOR" [statico]
The property specifies that reminder is sent to the moderators of the stage. | RecipientType | ||
REMAINING_PARTICIPANTS : String = "REMAINING_PARTICIPANTS" [statico]
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 [statico]
Utility array of all possible values for recipient property. | RecipientType |
RecipientType | () | Funzione di costruzione |
public function RecipientType()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni 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.
Elementi API correlati
ALL | Costante |
public static const ALL:String = "ALL"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni 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 | Costante |
public static const INITIATOR:String = "INITIATOR"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The property specifies that reminder is sent to the initiatior of the review.
MODERATOR | Costante |
public static const MODERATOR:String = "MODERATOR"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The property specifies that reminder is sent to the moderators of the stage.
REMAINING_PARTICIPANTS | Costante |
public static const REMAINING_PARTICIPANTS:String = "REMAINING_PARTICIPANTS"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni 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 | Costante |
public static const TYPES:Array
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Utility array of all possible values for recipient property.
Tue Jun 12 2018, 02:44 PM Z