Package | lc.procmgmt.domain |
Class | public class Queue |
Inheritance | Queue QueueBase DomainObject Object |
Implements | IManaged |
Subclasses | TemporaryQueue |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtime Versions: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Queue
class is used for specifying the unique identifier
and the filter for a given queue.
Public Properties
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | 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 [read-only]
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 |
Public Methods
Property Detail
filter | property |
filter:int
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtime Versions: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The filter used for the queue.
This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange
event.
Implementation
public function get filter():int
public function set filter(value:int):void
qid | property |
qid:Number
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtime Versions: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The unique identifier of the queue.
This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange
event.
Implementation
public function get qid():Number
public function set qid(value:Number):void
Thu Dec 6 2018, 01:12 PM -08:00