| Package | lc.domain |
| Class | public class TemporaryQueue |
| Inheritance | TemporaryQueue Queue QueueBase DomainObject Object |
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
| Method | Defined By | ||
|---|---|---|---|
|
Constructor.
| TemporaryQueue | ||
![]() |
Adds a task to the queue.
| QueueBase | |
![]() |
Indicates whether an object has a specified property defined.
| Object | |
![]() |
Determines whether the queue is a group queue.
| QueueBase | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter.
| Object | |
![]() |
Determines whether the queue is a shared queue.
| QueueBase | |
![]() |
Determines whether the queue is the user's queue.
| QueueBase | |
![]() |
Indicates whether the specified property exists and is enumerable.
| Object | |
![]() |
Removes a task from the queue.
| QueueBase | |
![]() |
Sets the availability of a dynamic property for loop operations.
| Object | |
![]() |
Returns the string representation of the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
| TemporaryQueue | () | Constructor |
public function TemporaryQueue(name:String, id:int, type:int)
Constructor.
Parametersname: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