Adobe® Flash® Platform için ActionScript® 3.0 Başvurusu
Ana Sayfa  |  Paket ve Sınıf Listesini Gizle |  Paketler  |  Sınıflar  |  Yenilikler  |  Dizin  |  Ekler  |  Niçin İngilizce?
Filtreler: Sunucudan Veri Alınıyor...
Sunucudan Veri Alınıyor...
lc.procmgmt 

TaskConstants  - AS3 ADEP Workspace

Paketlc.procmgmt
Sınıfpublic class TaskConstants
Miras AlmaTaskConstants Inheritance Object

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Document Services - Workspace 9
Çalışma Zamanı Sürümleri: 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.



Genel Özellikler
 ÖzellikTanımlayan:
 Inheritedconstructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru.
Object
Genel Yöntemler
 YöntemTanımlayan:
  
[statik] Returns a localized string corresponding to the priority of the task.
TaskConstants
  
[statik] Returns a localized string corresponding to the status of the task.
TaskConstants
 Inherited
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir.
Object
 Inherited
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir.
Object
 Inherited
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir.
Object
 Inherited
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar.
Object
 Inherited
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür.
Object
 Inherited
Belirtilen nesnenin dize olarak temsil edilen halini döndürür.
Object
 Inherited
Belirtilen nesnenin temel değerini döndürür.
Object
Genel Sabitler
 SabitTanımlayan:
  PRIORITY_HIGH : int = 2
[statik] A special value that specifies the task priority is high.
TaskConstants
  PRIORITY_HIGHEST : int = 1
[statik] A special value that specifies the highest task priority.
TaskConstants
  PRIORITY_LOW : int = 4
[statik] A special value that specifies the task priority is low.
TaskConstants
  PRIORITY_LOWEST : int = 5
[statik] A special value that specifies the lowest task priority.
TaskConstants
  PRIORITY_NORMAL : int = 3
[statik] A special value that specifies the task priority is normal.
TaskConstants
  TASK_CLASS_MULTI_USER : String = "Multi"
[statik] The value that specifies the task is from an Approval Service.
TaskConstants
  TASK_CLASS_STANDARD : String = "Standard"
[statik] The value that specifies the task is from an User 2.0 service.
TaskConstants
  TASK_CLASS_STANDARD_LC8 : String = "Standard_LC8"
[statik] The value that specifies the task is from an User 1.0 service.
TaskConstants
  TASK_STATUS_ASSIGNED : int = 3
[statik] A special value that specifies the task has been assigned.
TaskConstants
  TASK_STATUS_ASSIGNED_SAVED : int = 4
[statik] A special value that specifies the task has been assigned and saved.
TaskConstants
  TASK_STATUS_COMPLETED : int = 100
[statik] A special value that specifies the task has been completed.
TaskConstants
  TASK_STATUS_CREATED : int = 1
[statik] A special value that specifies the task has been created.
TaskConstants
  TASK_STATUS_CREATED_SAVED : int = 2
[statik] A special value that specifies the task has been created and saved.
TaskConstants
  TASK_STATUS_DEADLINED : int = 101
[statik] A special value that specifies the task has deadlined.
TaskConstants
  TASK_STATUS_TERMINATED : int = 102
[statik] A special value that specifies the task has been terminated.
TaskConstants
Yöntem Ayrıntısı

getPriority

()yöntem
public static function getPriority(task:lc.procmgmt.domain:Task):String

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Document Services - Workspace 9
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 9, Flash Player 10

Returns a localized string corresponding to the priority of the task.

Parametreler

task:lc.procmgmt.domain:Task — Specifies the task for which to retrieve the priority.

Döndürür
String — A localized string corresponding to the priority of the task.

getStatusString

()yöntem 
public static function getStatusString(task:lc.procmgmt.domain:Task):String

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Document Services - Workspace 9
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 9, Flash Player 10

Returns a localized string corresponding to the status of the task.

Parametreler

task:lc.procmgmt.domain:Task — Specifies the task for which to retrieve the status.

Döndürür
String — A localized string corresponding to the status of the task.
Sabit Ayrıntısı

PRIORITY_HIGH

Sabit
public static const PRIORITY_HIGH:int = 2

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Document Services - Workspace 9
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the task priority is high.

PRIORITY_HIGHEST

Sabit 
public static const PRIORITY_HIGHEST:int = 1

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Document Services - Workspace 9
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the highest task priority.

PRIORITY_LOW

Sabit 
public static const PRIORITY_LOW:int = 4

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Document Services - Workspace 9
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the task priority is low.

PRIORITY_LOWEST

Sabit 
public static const PRIORITY_LOWEST:int = 5

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Document Services - Workspace 9
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the lowest task priority.

PRIORITY_NORMAL

Sabit 
public static const PRIORITY_NORMAL:int = 3

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Document Services - Workspace 9
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the task priority is normal.

TASK_CLASS_MULTI_USER

Sabit 
public static const TASK_CLASS_MULTI_USER:String = "Multi"

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Document Services - Workspace 9
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 9, Flash Player 10

The value that specifies the task is from an Approval Service.

TASK_CLASS_STANDARD

Sabit 
public static const TASK_CLASS_STANDARD:String = "Standard"

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Document Services - Workspace 9
Çalışma Zamanı Sürümleri: 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

Sabit 
public static const TASK_CLASS_STANDARD_LC8:String = "Standard_LC8"

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Document Services - Workspace 9
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 9, Flash Player 10

The value that specifies the task is from an User 1.0 service.

TASK_STATUS_ASSIGNED

Sabit 
public static const TASK_STATUS_ASSIGNED:int = 3

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Document Services - Workspace 9
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the task has been assigned.

TASK_STATUS_ASSIGNED_SAVED

Sabit 
public static const TASK_STATUS_ASSIGNED_SAVED:int = 4

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Document Services - Workspace 9
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the task has been assigned and saved.

TASK_STATUS_COMPLETED

Sabit 
public static const TASK_STATUS_COMPLETED:int = 100

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Document Services - Workspace 9
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the task has been completed.

TASK_STATUS_CREATED

Sabit 
public static const TASK_STATUS_CREATED:int = 1

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Document Services - Workspace 9
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the task has been created.

TASK_STATUS_CREATED_SAVED

Sabit 
public static const TASK_STATUS_CREATED_SAVED:int = 2

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Document Services - Workspace 9
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the task has been created and saved.

TASK_STATUS_DEADLINED

Sabit 
public static const TASK_STATUS_DEADLINED:int = 101

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Document Services - Workspace 9
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the task has deadlined.

TASK_STATUS_TERMINATED

Sabit 
public static const TASK_STATUS_TERMINATED:int = 102

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Document Services - Workspace 9
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the task has been terminated.





[ X ]Niçin İngilizce?
ActionScript 3.0 Başvurusu'ndaki içerik İngilizce görünür

ActionScript 3.0 Başvurusu'nun tüm bölümleri tüm dillere çevrilmemiştir. Bir dil öğesi çevrilmediğinde İngilizce görünür. Örneğin, ga.controls.HelpBox sınıfı hiçbir dile çevrilmez. Bu nedenle, başvurunun Türkçe versiyonunda ga.controls.HelpBox sınıfı İngilizce görünür.