Paquete | com.adobe.solutions.prm.constant |
Clase | public class Roles |
Herencia | Roles Object |
Subclases | LocalizedRoles |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Propiedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Roles()
The constructor for Roles class. | Roles | ||
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 | ||
---|---|---|---|
APPROVER : String = "APPROVER" [estática]
The role of an approver in a review workflow. | Roles | ||
AUTHOR : String = "AUTHOR" [estática]
The role of an author in a review workflow. | Roles | ||
CAMPAIGN_MANAGER : String = "CAMPAIGN_MANAGER" [estática]
The role of a campaign manager. | Roles | ||
INITIATOR : String = "INITIATOR" [estática]
The role of an initiator in a review workflow. | Roles | ||
MANDATORY_REVIEWER : String = "REVIEWER_MANDATORY" [estática]
The role of a mandatory reviewer in a review workflow. | Roles | ||
MODERATOR : String = "MODERATOR" [estática]
The role of a moderator in a review workflow. | Roles | ||
PROJECT_MANAGER : String = "PROJECT_MANAGER" [estática]
The role of a project owner. | Roles | ||
REVIEWER : String = "REVIEWER_OPTIONAL" [estática]
The role of an optional reviewer in a review workflow. | Roles |
Información sobre constructores
Roles | () | Información sobre |
public function Roles()
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The constructor for Roles
class.
Información sobre constantes
APPROVER | Constante |
public static const APPROVER:String = "APPROVER"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The role of an approver in a review workflow.
AUTHOR | Constante |
public static const AUTHOR:String = "AUTHOR"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The role of an author in a review workflow.
CAMPAIGN_MANAGER | Constante |
public static const CAMPAIGN_MANAGER:String = "CAMPAIGN_MANAGER"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The role of a campaign manager.
INITIATOR | Constante |
public static const INITIATOR:String = "INITIATOR"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The role of an initiator in a review workflow.
MANDATORY_REVIEWER | Constante |
public static const MANDATORY_REVIEWER:String = "REVIEWER_MANDATORY"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The role of a mandatory reviewer in a review workflow.
MODERATOR | Constante |
public static const MODERATOR:String = "MODERATOR"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The role of a moderator in a review workflow.
PROJECT_MANAGER | Constante |
public static const PROJECT_MANAGER:String = "PROJECT_MANAGER"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The role of a project owner.
REVIEWER | Constante |
public static const REVIEWER:String = "REVIEWER_OPTIONAL"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The role of an optional reviewer in a review workflow.
Tue Jun 12 2018, 02:12 PM Z