Paquete | com.adobe.solutions.rca.constant |
Clase | public class ParticipantAttributes |
Herencia | ParticipantAttributes Object |
Subclases | LocalizedParticipantAttributes |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
ParticipantAttributes
Enum.
Propiedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
The constructor for ParticipantAttributes class. | ParticipantAttributes | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object |
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
ROLE_APPROVER : String = "APPROVER" [estática]
This value implies that the role of the participant is approver. | ParticipantAttributes | ||
ROLE_AUTHOR : String = "AUTHOR" [estática]
This value implies that the role of the participant is author. | ParticipantAttributes | ||
ROLE_MODERATOR : String = "MODERATOR" [estática]
This value implies that the role of the participant is moderator. | ParticipantAttributes | ||
ROLE_REVIEWER_MANDATORY : String = "REVIEWER_MANDATORY" [estática]
This value implies that the role of the participant is mandatory reviewer. | ParticipantAttributes | ||
ROLE_REVIEWER_OPTIONAL : String = "REVIEWER_OPTIONAL" [estática]
This value implies that the role of the participant is optional reviewer. | ParticipantAttributes | ||
TYPE_GROUP : String = "GROUP" [estática]
This type states that participant is a group. | ParticipantAttributes | ||
TYPE_USER : String = "USER" [estática]
This type states that participant is a user. | ParticipantAttributes |
Información sobre constructores
ParticipantAttributes | () | Información sobre |
public function ParticipantAttributes()
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The constructor for ParticipantAttributes
class.
Información sobre constantes
ROLE_APPROVER | Constante |
public static const ROLE_APPROVER:String = "APPROVER"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This value implies that the role of the participant is approver.
ROLE_AUTHOR | Constante |
public static const ROLE_AUTHOR:String = "AUTHOR"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This value implies that the role of the participant is author.
ROLE_MODERATOR | Constante |
public static const ROLE_MODERATOR:String = "MODERATOR"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This value implies that the role of the participant is moderator.
ROLE_REVIEWER_MANDATORY | Constante |
public static const ROLE_REVIEWER_MANDATORY:String = "REVIEWER_MANDATORY"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This value implies that the role of the participant is mandatory reviewer.
ROLE_REVIEWER_OPTIONAL | Constante |
public static const ROLE_REVIEWER_OPTIONAL:String = "REVIEWER_OPTIONAL"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This value implies that the role of the participant is optional reviewer.
TYPE_GROUP | Constante |
public static const TYPE_GROUP:String = "GROUP"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This type states that participant is a group.
TYPE_USER | Constante |
public static const TYPE_USER:String = "USER"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This type states that participant is a user.
Tue Jun 12 2018, 02:12 PM Z