Paket | com.adobe.solutions.rca.constant |
Klasse | public class ParticipantAttributes |
Vererbung | ParticipantAttributes Object |
Unterklassen | LocalizedParticipantAttributes |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
ParticipantAttributes
Enum.
Öffentliche Eigenschaften
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
The constructor for ParticipantAttributes class. | ParticipantAttributes | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
Öffentliche Konstanten
Konstante | Definiert von | ||
---|---|---|---|
ROLE_APPROVER : String = "APPROVER" [statisch]
This value implies that the role of the participant is approver. | ParticipantAttributes | ||
ROLE_AUTHOR : String = "AUTHOR" [statisch]
This value implies that the role of the participant is author. | ParticipantAttributes | ||
ROLE_MODERATOR : String = "MODERATOR" [statisch]
This value implies that the role of the participant is moderator. | ParticipantAttributes | ||
ROLE_REVIEWER_MANDATORY : String = "REVIEWER_MANDATORY" [statisch]
This value implies that the role of the participant is mandatory reviewer. | ParticipantAttributes | ||
ROLE_REVIEWER_OPTIONAL : String = "REVIEWER_OPTIONAL" [statisch]
This value implies that the role of the participant is optional reviewer. | ParticipantAttributes | ||
TYPE_GROUP : String = "GROUP" [statisch]
This type states that participant is a group. | ParticipantAttributes | ||
TYPE_USER : String = "USER" [statisch]
This type states that participant is a user. | ParticipantAttributes |
Konstruktordetails
ParticipantAttributes | () | Konstruktor |
public function ParticipantAttributes()
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The constructor for ParticipantAttributes
class.
Konstantendetails
ROLE_APPROVER | Konstante |
public static const ROLE_APPROVER:String = "APPROVER"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
This value implies that the role of the participant is approver.
ROLE_AUTHOR | Konstante |
public static const ROLE_AUTHOR:String = "AUTHOR"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
This value implies that the role of the participant is author.
ROLE_MODERATOR | Konstante |
public static const ROLE_MODERATOR:String = "MODERATOR"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
This value implies that the role of the participant is moderator.
ROLE_REVIEWER_MANDATORY | Konstante |
public static const ROLE_REVIEWER_MANDATORY:String = "REVIEWER_MANDATORY"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
This value implies that the role of the participant is mandatory reviewer.
ROLE_REVIEWER_OPTIONAL | Konstante |
public static const ROLE_REVIEWER_OPTIONAL:String = "REVIEWER_OPTIONAL"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
This value implies that the role of the participant is optional reviewer.
TYPE_GROUP | Konstante |
public static const TYPE_GROUP:String = "GROUP"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
This type states that participant is a group.
TYPE_USER | Konstante |
public static const TYPE_USER:String = "USER"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
This type states that participant is a user.
Tue Jun 12 2018, 10:04 AM Z