| Package | lc.domain |
| Class | public class Queue |
| Inheritance | Queue QueueBase DomainObject Object |
| Subclasses | TemporaryQueue |
Queue class is used for specifying the unique identifier
and the filter for a given queue.
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | |
| filter : int
The filter of the queue.
| Queue | ||
![]() | isDefault : Boolean = false
A flag to indicate whether the queue is default.
| QueueBase | |
![]() | name : String
The name of the queue.
| QueueBase | |
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| 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 | |
![]() | tasks : ListCollectionView
The collection of tasks associated with this queue.
| QueueBase | |
![]() | type : Number
The type of the queue.
| QueueBase | |
| filter | property |
filter:int [read-write] The filter of the queue.
public function get filter():int
public function set filter(value:int):void
| qid | property |
public var qid:Number
The unique identifier of the queue.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/lc/domain/Queue.html