Packagelc.domain
Classpublic class TemporaryQueue
InheritanceTemporaryQueue Inheritance Queue Inheritance QueueBase Inheritance DomainObject Inheritance Object

The TemporaryQueue class creates a Queue object of a specified type, with an isDefault property set to false.

This class can be used to create various temporary Queue objects of different types, which can be pushed into a list of queues.

See also

lc.domain.Queue


Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedfilter : 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
 Inheritedqid : 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
  
TemporaryQueue(name:String, id:int, type:int)
Constructor.
TemporaryQueue
 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
Constructor Detail
TemporaryQueue()Constructor
public function TemporaryQueue(name:String, id:int, type:int)

Constructor.

Parameters
name:String — Specifies the name of the queue user.
 
id:int — Specifies the queue identifier.
 
type:int — Specifies the type of queue to create as defined in the QueueConstants class.

See also





 

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/TemporaryQueue.html