Pakiet | com.adobe.solutions.rca.constant |
Klasa | public class RecipientType |
Dziedziczenie | RecipientType ![]() |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
RecipientType
Enum.
Metoda | Zdefiniowane przez | ||
---|---|---|---|
The constructor for RecipientType class. | RecipientType | ||
![]() |
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | |
![]() |
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | |
![]() |
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | |
![]() |
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | |
![]() |
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | |
![]() |
Zwraca ciąg reprezentujący określony obiekt. | Object | |
![]() |
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Stała | Zdefiniowane przez | ||
---|---|---|---|
ALL : String = "ALL" [statyczny]
The property specifies that reminder is sent to all the participants of the stage irrespective of their status. | RecipientType | ||
INITIATOR : String = "INITIATOR" [statyczny]
The property specifies that reminder is sent to the initiatior of the review. | RecipientType | ||
MODERATOR : String = "MODERATOR" [statyczny]
The property specifies that reminder is sent to the moderators of the stage. | RecipientType | ||
REMAINING_PARTICIPANTS : String = "REMAINING_PARTICIPANTS" [statyczny]
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 [statyczny]
Utility array of all possible values for recipient property. | RecipientType |
RecipientType | () | Konstruktor |
public function RecipientType()
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | 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.
Powiązane elementy interfejsu API
ALL | Stała |
public static const ALL:String = "ALL"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | 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 | Stała |
public static const INITIATOR:String = "INITIATOR"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The property specifies that reminder is sent to the initiatior of the review.
MODERATOR | Stała |
public static const MODERATOR:String = "MODERATOR"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The property specifies that reminder is sent to the moderators of the stage.
REMAINING_PARTICIPANTS | Stała |
public static const REMAINING_PARTICIPANTS:String = "REMAINING_PARTICIPANTS"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | 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 | Stała |
public static const TYPES:Array
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Utility array of all possible values for recipient property.
Tue Jun 12 2018, 12:06 PM Z