Pacchetto | com.adobe.solutions.prm.constant |
Classe | public class Roles |
Ereditarietà | Roles Object |
Sottoclassi | LocalizedRoles |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Roles()
The constructor for Roles class. | Roles | ||
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 | ||
---|---|---|---|
APPROVER : String = "APPROVER" [statico]
The role of an approver in a review workflow. | Roles | ||
AUTHOR : String = "AUTHOR" [statico]
The role of an author in a review workflow. | Roles | ||
CAMPAIGN_MANAGER : String = "CAMPAIGN_MANAGER" [statico]
The role of a campaign manager. | Roles | ||
INITIATOR : String = "INITIATOR" [statico]
The role of an initiator in a review workflow. | Roles | ||
MANDATORY_REVIEWER : String = "REVIEWER_MANDATORY" [statico]
The role of a mandatory reviewer in a review workflow. | Roles | ||
MODERATOR : String = "MODERATOR" [statico]
The role of a moderator in a review workflow. | Roles | ||
PROJECT_MANAGER : String = "PROJECT_MANAGER" [statico]
The role of a project owner. | Roles | ||
REVIEWER : String = "REVIEWER_OPTIONAL" [statico]
The role of an optional reviewer in a review workflow. | Roles |
Descrizione della funzione di costruzione
Roles | () | Funzione di costruzione |
public function Roles()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for Roles
class.
Descrizione delle costanti
APPROVER | Costante |
public static const APPROVER:String = "APPROVER"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The role of an approver in a review workflow.
AUTHOR | Costante |
public static const AUTHOR:String = "AUTHOR"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The role of an author in a review workflow.
CAMPAIGN_MANAGER | Costante |
public static const CAMPAIGN_MANAGER:String = "CAMPAIGN_MANAGER"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The role of a campaign manager.
INITIATOR | Costante |
public static const INITIATOR:String = "INITIATOR"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The role of an initiator in a review workflow.
MANDATORY_REVIEWER | Costante |
public static const MANDATORY_REVIEWER:String = "REVIEWER_MANDATORY"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The role of a mandatory reviewer in a review workflow.
MODERATOR | Costante |
public static const MODERATOR:String = "MODERATOR"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The role of a moderator in a review workflow.
PROJECT_MANAGER | Costante |
public static const PROJECT_MANAGER:String = "PROJECT_MANAGER"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The role of a project owner.
REVIEWER | Costante |
public static const REVIEWER:String = "REVIEWER_OPTIONAL"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The role of an optional reviewer in a review workflow.
Tue Jun 12 2018, 02:44 PM Z