Pacchetto | com.adobe.solutions.rca.constant |
Classe | public class ParticipantAttributes |
Ereditarietà | ParticipantAttributes Object |
Sottoclassi | LocalizedParticipantAttributes |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
ParticipantAttributes
Enum.
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
The constructor for ParticipantAttributes class. | ParticipantAttributes | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
ROLE_APPROVER : String = "APPROVER" [statico]
This value implies that the role of the participant is approver. | ParticipantAttributes | ||
ROLE_AUTHOR : String = "AUTHOR" [statico]
This value implies that the role of the participant is author. | ParticipantAttributes | ||
ROLE_MODERATOR : String = "MODERATOR" [statico]
This value implies that the role of the participant is moderator. | ParticipantAttributes | ||
ROLE_REVIEWER_MANDATORY : String = "REVIEWER_MANDATORY" [statico]
This value implies that the role of the participant is mandatory reviewer. | ParticipantAttributes | ||
ROLE_REVIEWER_OPTIONAL : String = "REVIEWER_OPTIONAL" [statico]
This value implies that the role of the participant is optional reviewer. | ParticipantAttributes | ||
TYPE_GROUP : String = "GROUP" [statico]
This type states that participant is a group. | ParticipantAttributes | ||
TYPE_USER : String = "USER" [statico]
This type states that participant is a user. | ParticipantAttributes |
Descrizione della funzione di costruzione
ParticipantAttributes | () | Funzione di costruzione |
public function ParticipantAttributes()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for ParticipantAttributes
class.
Descrizione delle costanti
ROLE_APPROVER | Costante |
public static const ROLE_APPROVER:String = "APPROVER"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This value implies that the role of the participant is approver.
ROLE_AUTHOR | Costante |
public static const ROLE_AUTHOR:String = "AUTHOR"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This value implies that the role of the participant is author.
ROLE_MODERATOR | Costante |
public static const ROLE_MODERATOR:String = "MODERATOR"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This value implies that the role of the participant is moderator.
ROLE_REVIEWER_MANDATORY | Costante |
public static const ROLE_REVIEWER_MANDATORY:String = "REVIEWER_MANDATORY"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This value implies that the role of the participant is mandatory reviewer.
ROLE_REVIEWER_OPTIONAL | Costante |
public static const ROLE_REVIEWER_OPTIONAL:String = "REVIEWER_OPTIONAL"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This value implies that the role of the participant is optional reviewer.
TYPE_GROUP | Costante |
public static const TYPE_GROUP:String = "GROUP"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This type states that participant is a group.
TYPE_USER | Costante |
public static const TYPE_USER:String = "USER"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This type states that participant is a user.
Tue Jun 12 2018, 02:44 PM Z