Pakket | com.adobe.solutions.rca.constant |
Klasse | public class RecipientType |
Overerving | RecipientType Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
RecipientType
Enum.
Methode | Gedefinieerd door | ||
---|---|---|---|
The constructor for RecipientType class. | RecipientType | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Constante | Gedefinieerd door | ||
---|---|---|---|
ALL : String = "ALL" [statisch]
The property specifies that reminder is sent to all the participants of the stage irrespective of their status. | RecipientType | ||
INITIATOR : String = "INITIATOR" [statisch]
The property specifies that reminder is sent to the initiatior of the review. | RecipientType | ||
MODERATOR : String = "MODERATOR" [statisch]
The property specifies that reminder is sent to the moderators of the stage. | RecipientType | ||
REMAINING_PARTICIPANTS : String = "REMAINING_PARTICIPANTS" [statisch]
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 [statisch]
Utility array of all possible values for recipient property. | RecipientType |
RecipientType | () | Constructor |
public function RecipientType()
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | 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.
Verwante API-elementen
ALL | Constante |
public static const ALL:String = "ALL"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | 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
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Utility array of all possible values for recipient property.
Wed Jun 13 2018, 11:42 AM Z