| 包 | 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):voidqid | 属性 |
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):voidTue Jun 12 2018, 11:04 AM Z
隐藏继承的公共属性
显示继承的公共属性