Pakket | lc.procmgmt.domain |
Klasse | public class TemporaryQueue |
Overerving | TemporaryQueue Queue QueueBase DomainObject Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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.
Verwante API-elementen
lc.domain.Queue
Openbare eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
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 | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Determines whether the queue is a group queue. | QueueBase | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Determines whether the queue is a shared queue. | QueueBase | ||
Determines whether the queue is the user's queue. | QueueBase | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Removes a listener from the EventDispatcher object. | QueueBase | ||
Removes a task from the queue. | QueueBase | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | QueueBase |
Constructordetails
TemporaryQueue | () | Constructor |
public function TemporaryQueue(name:String, id:int, type:int)
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
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.
|
Verwante API-elementen
Wed Jun 13 2018, 11:42 AM Z