Packagelc.domain
Classpublic class Queue
InheritanceQueue Inheritance QueueBase Inheritance DomainObject Inheritance Object
Subclasses TemporaryQueue

The Queue class is used for specifying the unique identifier and the filter for a given queue.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  filter : int
The filter of the queue.
Queue
 InheritedisDefault : Boolean = false
A flag to indicate whether the queue is default.
QueueBase
 Inheritedname : String
The name of the queue.
QueueBase
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
  qid : Number
The unique identifier of the queue.
Queue
 Inheritedsession : SessionMap
[read-only] A SessionMap object that stores information relating to the server session.
DomainObject
 Inheritedtasks : ListCollectionView
The collection of tasks associated with this queue.
QueueBase
 Inheritedtype : Number
The type of the queue.
QueueBase
Public Methods
 MethodDefined By
 Inherited
addTask(task:Task):void
Adds a task to the queue.
QueueBase
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Determines whether the queue is a group queue.
QueueBase
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Determines whether the queue is a shared queue.
QueueBase
 Inherited
Determines whether the queue is the user's queue.
QueueBase
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Removes a task from the queue.
QueueBase
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail
filterproperty
filter:int  [read-write]

The filter of the queue.


Implementation
    public function get filter():int
    public function set filter(value:int):void
qidproperty 
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