Paket | lc.procmgmt.domain |
Sınıf | public class Queue |
Miras Alma | Queue QueueBase DomainObject Object |
Uygular | IManaged |
Alt Sınıflar | TemporaryQueue |
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 |
Queue
class is used for specifying the unique identifier
and the filter for a given queue.
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
filter : int
The filter used for the queue. | Queue | ||
isDefault : Boolean
A flag that indicates whether the queue is default. | QueueBase | ||
name : String
The name of the queue. | QueueBase | ||
qid : Number
The unique identifier of the queue. | Queue | ||
session : SessionMap [salt okunur]
A SessionMap object that stores information relating to the server session. | DomainObject | ||
taskCountAll : Number
The count of all tasks in the queue. | QueueBase | ||
tasks : ListCollectionView
The collection of tasks associated with this queue. | QueueBase | ||
type : Number
The type of the queue. | QueueBase |
Özellik Ayrıntısı
filter | özellik |
filter:int
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 filter used for the queue.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get filter():int
public function set filter(value:int):void
qid | özellik |
qid:Number
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 unique identifier of the queue.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get qid():Number
public function set qid(value:Number):void
Tue Jun 12 2018, 01:09 PM Z