Pakiet | com.adobe.solutions.rca.constant |
Klasa | public class ParticipantAttributes |
Dziedziczenie | ParticipantAttributes Object |
Podklasy | LocalizedParticipantAttributes |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
ParticipantAttributes
Enum.
Właściwości publiczne
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
The constructor for ParticipantAttributes class. | ParticipantAttributes | ||
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łe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
ROLE_APPROVER : String = "APPROVER" [statyczny]
This value implies that the role of the participant is approver. | ParticipantAttributes | ||
ROLE_AUTHOR : String = "AUTHOR" [statyczny]
This value implies that the role of the participant is author. | ParticipantAttributes | ||
ROLE_MODERATOR : String = "MODERATOR" [statyczny]
This value implies that the role of the participant is moderator. | ParticipantAttributes | ||
ROLE_REVIEWER_MANDATORY : String = "REVIEWER_MANDATORY" [statyczny]
This value implies that the role of the participant is mandatory reviewer. | ParticipantAttributes | ||
ROLE_REVIEWER_OPTIONAL : String = "REVIEWER_OPTIONAL" [statyczny]
This value implies that the role of the participant is optional reviewer. | ParticipantAttributes | ||
TYPE_GROUP : String = "GROUP" [statyczny]
This type states that participant is a group. | ParticipantAttributes | ||
TYPE_USER : String = "USER" [statyczny]
This type states that participant is a user. | ParticipantAttributes |
Konstruktor Szczegół
ParticipantAttributes | () | Konstruktor |
public function ParticipantAttributes()
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 ParticipantAttributes
class.
Szczegół stałej
ROLE_APPROVER | Stała |
public static const ROLE_APPROVER:String = "APPROVER"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This value implies that the role of the participant is approver.
ROLE_AUTHOR | Stała |
public static const ROLE_AUTHOR:String = "AUTHOR"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This value implies that the role of the participant is author.
ROLE_MODERATOR | Stała |
public static const ROLE_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) |
This value implies that the role of the participant is moderator.
ROLE_REVIEWER_MANDATORY | Stała |
public static const ROLE_REVIEWER_MANDATORY:String = "REVIEWER_MANDATORY"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This value implies that the role of the participant is mandatory reviewer.
ROLE_REVIEWER_OPTIONAL | Stała |
public static const ROLE_REVIEWER_OPTIONAL:String = "REVIEWER_OPTIONAL"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This value implies that the role of the participant is optional reviewer.
TYPE_GROUP | Stała |
public static const TYPE_GROUP:String = "GROUP"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This type states that participant is a group.
TYPE_USER | Stała |
public static const TYPE_USER:String = "USER"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This type states that participant is a user.
Tue Jun 12 2018, 12:06 PM Z