Pacchetto | com.adobe.solutions.rca.constant |
Classe | public class TaskTypes |
Ereditarietà | TaskTypes Object |
Sottoclassi | LocalizedTaskTypes |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
TaskTypes
Enum.
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
The constructor for TaskTypes class. | TaskTypes | ||
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 | ||
---|---|---|---|
CUSTOM : String = "CUSTOM" [statico]
This value specifies that the tasks are assigned via user-defined processes. | TaskTypes | ||
EMAIL_CONNECTED : String = "EMAIL_CONNECTED" [statico]
This value specifies that the tasks are assigned via email. | TaskTypes | ||
TYPES : Array [statico]
Utility array containing all the valid values of taskType property of Stage. | TaskTypes | ||
WORKSPACE : String = "WORKSPACE" [statico]
This value specifies that the tasks are assigned via workspace. | TaskTypes |
Descrizione della funzione di costruzione
TaskTypes | () | Funzione di costruzione |
public function TaskTypes()
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 TaskTypes
class.
The TaskTypes
class provides values for the taskType
property of Stage
.
This property determines the mechanism of task assignment.
Elementi API correlati
Descrizione delle costanti
CUSTOM | Costante |
public static const CUSTOM:String = "CUSTOM"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This value specifies that the tasks are assigned via user-defined processes.
EMAIL_CONNECTED | Costante |
public static const EMAIL_CONNECTED:String = "EMAIL_CONNECTED"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This value specifies that the tasks are assigned via email.
TYPES | Costante |
public static const TYPES:Array
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Utility array containing all the valid values of taskType
property of Stage
.
WORKSPACE | Costante |
public static const WORKSPACE:String = "WORKSPACE"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This value specifies that the tasks are assigned via workspace.
Tue Jun 12 2018, 02:44 PM Z