Paquete | lc.procmgmt |
Clase | public class TaskConstants |
Herencia | TaskConstants Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | 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.
Método | Definido por | ||
---|---|---|---|
[estática]
Returns a localized string corresponding to the priority of the task. | TaskConstants | ||
[estática]
Returns a localized string corresponding to the status of the task. | TaskConstants | ||
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 |
Constante | Definido por | ||
---|---|---|---|
PRIORITY_HIGH : int = 2 [estática]
A special value that specifies the task priority is high. | TaskConstants | ||
PRIORITY_HIGHEST : int = 1 [estática]
A special value that specifies the highest task priority. | TaskConstants | ||
PRIORITY_LOW : int = 4 [estática]
A special value that specifies the task priority is low. | TaskConstants | ||
PRIORITY_LOWEST : int = 5 [estática]
A special value that specifies the lowest task priority. | TaskConstants | ||
PRIORITY_NORMAL : int = 3 [estática]
A special value that specifies the task priority is normal. | TaskConstants | ||
TASK_CLASS_MULTI_USER : String = "Multi" [estática]
The value that specifies the task is from an Approval Service. | TaskConstants | ||
TASK_CLASS_STANDARD : String = "Standard" [estática]
The value that specifies the task is from an User 2.0 service. | TaskConstants | ||
TASK_CLASS_STANDARD_LC8 : String = "Standard_LC8" [estática]
The value that specifies the task is from an User 1.0 service. | TaskConstants | ||
TASK_STATUS_ASSIGNED : int = 3 [estática]
A special value that specifies the task has been assigned. | TaskConstants | ||
TASK_STATUS_ASSIGNED_SAVED : int = 4 [estática]
A special value that specifies the task has been assigned and saved. | TaskConstants | ||
TASK_STATUS_COMPLETED : int = 100 [estática]
A special value that specifies the task has been completed. | TaskConstants | ||
TASK_STATUS_CREATED : int = 1 [estática]
A special value that specifies the task has been created. | TaskConstants | ||
TASK_STATUS_CREATED_SAVED : int = 2 [estática]
A special value that specifies the task has been created and saved. | TaskConstants | ||
TASK_STATUS_DEADLINED : int = 101 [estática]
A special value that specifies the task has deadlined. | TaskConstants | ||
TASK_STATUS_TERMINATED : int = 102 [estática]
A special value that specifies the task has been terminated. | TaskConstants |
getPriority | () | método |
public static function getPriority(task:lc.procmgmt.domain:Task):String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns a localized string corresponding to the priority of the task.
Parámetros
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 | () | método |
public static function getStatusString(task:lc.procmgmt.domain:Task):String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns a localized string corresponding to the status of the task.
Parámetros
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 | Constante |
public static const PRIORITY_HIGH:int = 2
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task priority is high.
PRIORITY_HIGHEST | Constante |
public static const PRIORITY_HIGHEST:int = 1
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the highest task priority.
PRIORITY_LOW | Constante |
public static const PRIORITY_LOW:int = 4
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task priority is low.
PRIORITY_LOWEST | Constante |
public static const PRIORITY_LOWEST:int = 5
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the lowest task priority.
PRIORITY_NORMAL | Constante |
public static const PRIORITY_NORMAL:int = 3
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task priority is normal.
TASK_CLASS_MULTI_USER | Constante |
public static const TASK_CLASS_MULTI_USER:String = "Multi"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The value that specifies the task is from an Approval Service.
TASK_CLASS_STANDARD | Constante |
public static const TASK_CLASS_STANDARD:String = "Standard"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | 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 | Constante |
public static const TASK_CLASS_STANDARD_LC8:String = "Standard_LC8"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The value that specifies the task is from an User 1.0 service.
TASK_STATUS_ASSIGNED | Constante |
public static const TASK_STATUS_ASSIGNED:int = 3
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task has been assigned.
TASK_STATUS_ASSIGNED_SAVED | Constante |
public static const TASK_STATUS_ASSIGNED_SAVED:int = 4
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task has been assigned and saved.
TASK_STATUS_COMPLETED | Constante |
public static const TASK_STATUS_COMPLETED:int = 100
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task has been completed.
TASK_STATUS_CREATED | Constante |
public static const TASK_STATUS_CREATED:int = 1
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task has been created.
TASK_STATUS_CREATED_SAVED | Constante |
public static const TASK_STATUS_CREATED_SAVED:int = 2
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task has been created and saved.
TASK_STATUS_DEADLINED | Constante |
public static const TASK_STATUS_DEADLINED:int = 101
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task has deadlined.
TASK_STATUS_TERMINATED | Constante |
public static const TASK_STATUS_TERMINATED:int = 102
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task has been terminated.
Tue Jun 12 2018, 02:12 PM Z