套件 | 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, 03:47 PM Z