Packagelc.domain
Classpublic class QueuesManager
InheritanceQueuesManager Inheritance Object

The 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

lc.domain.DraftQueue
lc.domain.InitialQueue
lc.domain.Queue


Public Properties
 PropertyDefined By
 Inheritedconstructor : 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
 Inheritedprototype : 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
Public Methods
 MethodDefined By
  
Constructor.
QueuesManager
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
  
Removes a task from a queue.
QueuesManager
 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
defaultQueueproperty
public var defaultQueue:Queue

The default queue of the QueuesManager. Every user must have a default queue.

draftQueueproperty 
public var draftQueue:DraftQueue

The draft queue of the QueuesManager.

groupQueuesproperty 
public var groupQueues:ListCollectionView

The group queues of the QueuesManager.

initialQueueproperty 
public var initialQueue:InitialQueue

The initial queue of the QueuesManager.

queuesproperty 
public var queues:ListCollectionView

The queues of the QueuesManager.

userQueuesproperty 
public var userQueues:ListCollectionView

The user queues of the QueuesManager.

Constructor Detail
QueuesManager()Constructor
public function QueuesManager(session:SessionMap, queues:ListCollectionView)

Constructor.

Parameters
session:SessionMap — Specifies the SessionMap object that stores information relating to the server session.
 
queues:ListCollectionView — Specifies the queues to manage.
Method Detail
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