| Package | lc.domain |
| Class | public class QueuesManager |
| Inheritance | QueuesManager Object |
QueuesManager class manages the draft queue,
default queue, and group queue. The tasks are loaded during
initialization and organized into the correct queue, which may
be used for binding.
See also
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | |
| defaultQueue : Queue
The default queue of the QueuesManager.
| QueuesManager | ||
| draftQueue : DraftQueue
The draft queue of the QueuesManager.
| QueuesManager | ||
| groupQueues : ListCollectionView
The group queues of the QueuesManager.
| QueuesManager | ||
| initialQueue : InitialQueue
The initial queue of the QueuesManager.
| QueuesManager | ||
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| queues : ListCollectionView
The queues of the QueuesManager.
| QueuesManager | ||
| userQueues : ListCollectionView
The user queues of the QueuesManager.
| QueuesManager | ||
| Method | Defined By | ||
|---|---|---|---|
|
Constructor.
| QueuesManager | ||
![]() |
Indicates whether an object has a specified property defined.
| Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter.
| Object | |
![]() |
Indicates whether the specified property exists and is enumerable.
| Object | |
|
Removes a task from a queue.
| QueuesManager | ||
![]() |
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 | |
| defaultQueue | property |
public var defaultQueue:Queue
The default queue of the QueuesManager. Every
user must have a default queue.
| draftQueue | property |
public var draftQueue:DraftQueue
The draft queue of the QueuesManager.
| groupQueues | property |
public var groupQueues:ListCollectionView
The group queues of the QueuesManager.
| initialQueue | property |
public var initialQueue:InitialQueue
The initial queue of the QueuesManager.
| queues | property |
public var queues:ListCollectionView
The queues of the QueuesManager.
| userQueues | property |
public var userQueues:ListCollectionView
The user queues of the QueuesManager.
| QueuesManager | () | Constructor |
public function QueuesManager(session:SessionMap, queues:ListCollectionView)
Constructor.
Parameterssession:SessionMap — Specifies the SessionMap object that stores information
relating to the server session.
|
|
queues:ListCollectionView — Specifies the queues to manage. |
| removeTask | () | method |
public function removeTask(task:Task):void
Removes a task from a queue.
Parameters
task:Task — Specifies the task to be removed from 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/QueuesManager.html