套件 | lc.procmgmt.domain |
類別 | public class Queue |
繼承 | Queue QueueBase DomainObject Object |
實作 | IManaged |
子類別 | TemporaryQueue |
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Queue
class is used for specifying the unique identifier
and the filter for a given queue.
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
constructor : Object
類別物件的參照或是特定物件實體的建構函數。 | 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 [唯讀]
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 |
屬性詳細資訊
filter | 屬性 |
filter:int
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The filter used for the queue.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange
事件。
實作
public function get filter():int
public function set filter(value:int):void
qid | 屬性 |
qid:Number
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The unique identifier of the queue.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange
事件。
實作
public function get qid():Number
public function set qid(value:Number):void
Tue Jun 12 2018, 03:47 PM Z