Пакет | lc.procmgmt |
Класс | public class TaskConstants |
Наследование | TaskConstants Object |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | 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.
Метод | Определено | ||
---|---|---|---|
[статические]
Returns a localized string corresponding to the priority of the task. | TaskConstants | ||
[статические]
Returns a localized string corresponding to the status of the task. | TaskConstants | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object |
Константа | Определено | ||
---|---|---|---|
PRIORITY_HIGH : int = 2 [статические]
A special value that specifies the task priority is high. | TaskConstants | ||
PRIORITY_HIGHEST : int = 1 [статические]
A special value that specifies the highest task priority. | TaskConstants | ||
PRIORITY_LOW : int = 4 [статические]
A special value that specifies the task priority is low. | TaskConstants | ||
PRIORITY_LOWEST : int = 5 [статические]
A special value that specifies the lowest task priority. | TaskConstants | ||
PRIORITY_NORMAL : int = 3 [статические]
A special value that specifies the task priority is normal. | TaskConstants | ||
TASK_CLASS_MULTI_USER : String = "Multi" [статические]
The value that specifies the task is from an Approval Service. | TaskConstants | ||
TASK_CLASS_STANDARD : String = "Standard" [статические]
The value that specifies the task is from an User 2.0 service. | TaskConstants | ||
TASK_CLASS_STANDARD_LC8 : String = "Standard_LC8" [статические]
The value that specifies the task is from an User 1.0 service. | TaskConstants | ||
TASK_STATUS_ASSIGNED : int = 3 [статические]
A special value that specifies the task has been assigned. | TaskConstants | ||
TASK_STATUS_ASSIGNED_SAVED : int = 4 [статические]
A special value that specifies the task has been assigned and saved. | TaskConstants | ||
TASK_STATUS_COMPLETED : int = 100 [статические]
A special value that specifies the task has been completed. | TaskConstants | ||
TASK_STATUS_CREATED : int = 1 [статические]
A special value that specifies the task has been created. | TaskConstants | ||
TASK_STATUS_CREATED_SAVED : int = 2 [статические]
A special value that specifies the task has been created and saved. | TaskConstants | ||
TASK_STATUS_DEADLINED : int = 101 [статические]
A special value that specifies the task has deadlined. | TaskConstants | ||
TASK_STATUS_TERMINATED : int = 102 [статические]
A special value that specifies the task has been terminated. | TaskConstants |
getPriority | () | метод |
public static function getPriority(task:lc.procmgmt.domain:Task):String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns a localized string corresponding to the priority of the task.
Параметры
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 | () | метод |
public static function getStatusString(task:lc.procmgmt.domain:Task):String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns a localized string corresponding to the status of the task.
Параметры
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 | Константа |
public static const PRIORITY_HIGH:int = 2
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task priority is high.
PRIORITY_HIGHEST | Константа |
public static const PRIORITY_HIGHEST:int = 1
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the highest task priority.
PRIORITY_LOW | Константа |
public static const PRIORITY_LOW:int = 4
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task priority is low.
PRIORITY_LOWEST | Константа |
public static const PRIORITY_LOWEST:int = 5
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the lowest task priority.
PRIORITY_NORMAL | Константа |
public static const PRIORITY_NORMAL:int = 3
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task priority is normal.
TASK_CLASS_MULTI_USER | Константа |
public static const TASK_CLASS_MULTI_USER:String = "Multi"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The value that specifies the task is from an Approval Service.
TASK_CLASS_STANDARD | Константа |
public static const TASK_CLASS_STANDARD:String = "Standard"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | 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 | Константа |
public static const TASK_CLASS_STANDARD_LC8:String = "Standard_LC8"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The value that specifies the task is from an User 1.0 service.
TASK_STATUS_ASSIGNED | Константа |
public static const TASK_STATUS_ASSIGNED:int = 3
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task has been assigned.
TASK_STATUS_ASSIGNED_SAVED | Константа |
public static const TASK_STATUS_ASSIGNED_SAVED:int = 4
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task has been assigned and saved.
TASK_STATUS_COMPLETED | Константа |
public static const TASK_STATUS_COMPLETED:int = 100
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task has been completed.
TASK_STATUS_CREATED | Константа |
public static const TASK_STATUS_CREATED:int = 1
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task has been created.
TASK_STATUS_CREATED_SAVED | Константа |
public static const TASK_STATUS_CREATED_SAVED:int = 2
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task has been created and saved.
TASK_STATUS_DEADLINED | Константа |
public static const TASK_STATUS_DEADLINED:int = 101
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task has deadlined.
TASK_STATUS_TERMINATED | Константа |
public static const TASK_STATUS_TERMINATED:int = 102
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the task has been terminated.
Tue Jun 12 2018, 11:34 AM Z