Pacchetto | lc.procmgmt |
Classe | public class TaskConstants |
Ereditarietà | TaskConstants Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The TaskConstants
class holds constants for the Task
class status
and priority
properties. It also provides static helper methods to convert these
numeric constants into localized strings.
Metodo | Definito da | ||
---|---|---|---|
[statico]
Returns a localized string corresponding to the priority of the task. | TaskConstants | ||
[statico]
Returns a localized string corresponding to the status of the task. | TaskConstants | ||
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 |
Costante | Definito da | ||
---|---|---|---|
PRIORITY_HIGH : int = 2 [statico]
A special value that specifies the task priority is high. | TaskConstants | ||
PRIORITY_HIGHEST : int = 1 [statico]
A special value that specifies the highest task priority. | TaskConstants | ||
PRIORITY_LOW : int = 4 [statico]
A special value that specifies the task priority is low. | TaskConstants | ||
PRIORITY_LOWEST : int = 5 [statico]
A special value that specifies the lowest task priority. | TaskConstants | ||
PRIORITY_NORMAL : int = 3 [statico]
A special value that specifies the task priority is normal. | TaskConstants | ||
TASK_CLASS_MULTI_USER : String = "Multi" [statico]
The value that specifies the task is from an Approval Service. | TaskConstants | ||
TASK_CLASS_STANDARD : String = "Standard" [statico]
The value that specifies the task is from an User 2.0 service. | TaskConstants | ||
TASK_CLASS_STANDARD_LC8 : String = "Standard_LC8" [statico]
The value that specifies the task is from an User 1.0 service. | TaskConstants | ||
TASK_STATUS_ASSIGNED : int = 3 [statico]
A special value that specifies the task has been assigned. | TaskConstants | ||
TASK_STATUS_ASSIGNED_SAVED : int = 4 [statico]
A special value that specifies the task has been assigned and saved. | TaskConstants | ||
TASK_STATUS_COMPLETED : int = 100 [statico]
A special value that specifies the task has been completed. | TaskConstants | ||
TASK_STATUS_CREATED : int = 1 [statico]
A special value that specifies the task has been created. | TaskConstants | ||
TASK_STATUS_CREATED_SAVED : int = 2 [statico]
A special value that specifies the task has been created and saved. | TaskConstants | ||
TASK_STATUS_DEADLINED : int = 101 [statico]
A special value that specifies the task has deadlined. | TaskConstants | ||
TASK_STATUS_TERMINATED : int = 102 [statico]
A special value that specifies the task has been terminated. | TaskConstants |
getPriority | () | metodo |
public static function getPriority(task:lc.procmgmt.domain:Task):String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns a localized string corresponding to the priority of the task.
Parametri
task:lc.procmgmt.domain:Task — Specifies the task for which to retrieve the priority.
|
String — A localized string corresponding to the priority of the task.
|
getStatusString | () | metodo |
public static function getStatusString(task:lc.procmgmt.domain:Task):String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns a localized string corresponding to the status of the task.
Parametri
task:lc.procmgmt.domain:Task — Specifies the task for which to retrieve the status.
|
String — A localized string corresponding to the status of the task.
|
PRIORITY_HIGH | Costante |
public static const PRIORITY_HIGH:int = 2
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task priority is high.
PRIORITY_HIGHEST | Costante |
public static const PRIORITY_HIGHEST:int = 1
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the highest task priority.
PRIORITY_LOW | Costante |
public static const PRIORITY_LOW:int = 4
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task priority is low.
PRIORITY_LOWEST | Costante |
public static const PRIORITY_LOWEST:int = 5
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the lowest task priority.
PRIORITY_NORMAL | Costante |
public static const PRIORITY_NORMAL:int = 3
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task priority is normal.
TASK_CLASS_MULTI_USER | Costante |
public static const TASK_CLASS_MULTI_USER:String = "Multi"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The value that specifies the task is from an Approval Service.
TASK_CLASS_STANDARD | Costante |
public static const TASK_CLASS_STANDARD:String = "Standard"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The value that specifies the task is from an User 2.0 service.
TASK_CLASS_STANDARD_LC8 | Costante |
public static const TASK_CLASS_STANDARD_LC8:String = "Standard_LC8"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The value that specifies the task is from an User 1.0 service.
TASK_STATUS_ASSIGNED | Costante |
public static const TASK_STATUS_ASSIGNED:int = 3
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task has been assigned.
TASK_STATUS_ASSIGNED_SAVED | Costante |
public static const TASK_STATUS_ASSIGNED_SAVED:int = 4
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task has been assigned and saved.
TASK_STATUS_COMPLETED | Costante |
public static const TASK_STATUS_COMPLETED:int = 100
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task has been completed.
TASK_STATUS_CREATED | Costante |
public static const TASK_STATUS_CREATED:int = 1
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task has been created.
TASK_STATUS_CREATED_SAVED | Costante |
public static const TASK_STATUS_CREATED_SAVED:int = 2
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task has been created and saved.
TASK_STATUS_DEADLINED | Costante |
public static const TASK_STATUS_DEADLINED:int = 101
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task has deadlined.
TASK_STATUS_TERMINATED | Costante |
public static const TASK_STATUS_TERMINATED:int = 102
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task has been terminated.
Tue Jun 12 2018, 02:44 PM Z