Pakket | com.adobe.livecycle.rca.model.constant |
Klasse | public class RecipientType |
Overerving | RecipientType ![]() |
Vervangen vanaf Review, Commenting, and Approval 10: Gebruik com.adobe.solutions.rca.constant.RecipientType
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Openbare eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Provides values for the RecipientType property of a reminder. | 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 |
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
ALL : String = "ALL" [statisch] Specifies that a reminder is sent to all the participants of the
stage regardless of their status. | RecipientType | ||
INITIATOR : String = "INITIATOR" [statisch] Specifies that a reminder is sent to the initiator of the review. | RecipientType | ||
MODERATOR : String = "MODERATOR" [statisch] Specifies that a reminder is sent to the moderators of the stage. | RecipientType | ||
REMAINING_PARTICIPANTS : String = "REMAINING_PARTICIPANTS" [statisch] Specifies that a reminder is sent to all participants who have not yet completed the task. | RecipientType | ||
TYPES : Array [statisch] A utility array of all possible values for the RecipientType property. | RecipientType |
Constructordetails
RecipientType | () | Constructor |
public function RecipientType()
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | 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.
Verwante API-elementen
Constantedetails
ALL | Constante |
public static const ALL:String = "ALL"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | 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
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | Flash Player 9, Flash Player 10, AIR (unsupported) |
A utility array of all possible values for the RecipientType
property.
Wed Jun 13 2018, 11:42 AM Z