Pacchetto | com.adobe.livecycle.rca.model.constant |
Classe | public class TaskTypes |
Ereditarietà | TaskTypes Object |
Obsoleto da Review, Commenting, and Approval 10: Da utilizzare com.adobe.solutions.rca.constant.TaskTypes
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
Versioni runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Provides values for the taskType property of AbstractStage. | 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] Specifies that tasks are assigned using user-defined processes. | TaskTypes | ||
EMAIL_CONNECTED : String = "EMAIL_CONNECTED" [statico] Specifies that tasks are assigned using email. | TaskTypes | ||
TYPES : Array [statico] A utility array that contains all the valid values of the taskType property of AbstractStage. | TaskTypes | ||
WORKSPACE : String = "WORKSPACE" [statico] Specifies that tasks are assigned using 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 9.5 |
Versioni runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the taskType
property of AbstractStage
.
This property specifies how tasks are assigned.
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 9.5 |
Versioni runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that tasks are assigned using 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 9.5 |
Versioni runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that tasks are assigned using email.
TYPES | Costante |
public static const TYPES:Array
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
Versioni runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
A utility array that contains all the valid values of the taskType
property of AbstractStage
.
Elementi API correlati
WORKSPACE | Costante |
public static const WORKSPACE:String = "WORKSPACE"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
Versioni runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that tasks are assigned using Workspace.
Tue Jun 12 2018, 02:44 PM Z