| Package | lc.procmgmt.domain | 
| Class | public class TemporaryQueue | 
| Inheritance | TemporaryQueue  Queue  QueueBase  DomainObject  Object | 
| Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| Runtime Versions: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
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.
Related API Elements
lc.domain.Queue
Public Properties
| Property | Defined By | ||
|---|---|---|---|
|  | constructor : Object 
	 A reference to the class object or constructor function for a given object instance. | Object | |
|  | filter : int  
		 The filter used for the queue. | Queue | |
|  | isDefault : Boolean  
		 A flag that indicates whether the queue is default. | QueueBase | |
|  | name : String  
		 The name of the queue. | QueueBase | |
|  | qid : Number  
		 The unique identifier of the queue. | Queue | |
|  | session : SessionMap [read-only] 
       A SessionMap object that stores information relating to the server session. | DomainObject | |
|  | taskCountAll : Number  
		 The count of all tasks in the queue. | QueueBase | |
|  | tasks : ListCollectionView  
		 The collection of tasks associated with this queue. | QueueBase | |
|  | type : Number  
		 The type of the queue. | QueueBase | |
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
| 
		 Constructor. | TemporaryQueue | ||
|  | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void 
 
	Registers an event listener object with an EventDispatcher object so that the listener
	receives notification of an event. | QueueBase | |
|  | 
		 Adds a task to the queue. | QueueBase | |
|  | 
 
	Dispatches an event into the event flow. | QueueBase | |
|  | 
 
	Checks whether the EventDispatcher object has any listeners registered for a specific type 
	of event. | 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 listener from the EventDispatcher object. | QueueBase | |
|  | 
		 Removes a task from the queue. | QueueBase | |
|  | 
     Sets the availability of a dynamic property for loop operations. | Object | |
|  | 
	 Returns the string representation of this object, formatted according to locale-specific conventions. | Object | |
|  | 
	 Returns the string representation of the specified object. | Object | |
|  | 
	 Returns the primitive value of the specified object. | Object | |
|  | 
 
	Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | QueueBase | |
Constructor Detail
| TemporaryQueue | () | Constructor | 
public function TemporaryQueue(name:String, id:int, type:int)| Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| Runtime Versions: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
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 
		 theQueueConstantsclass. | 
Related API Elements
Thu Dec 4 2014, 05:50 PM -08:00