패키지 | 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:17 PM Z