Paquete | lc.procmgmt.domain |
Clase | public class TemporaryQueue |
Herencia | TemporaryQueue Queue QueueBase DomainObject Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | 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.
Elementos de API relacionados
lc.domain.Queue
Propiedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
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 | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Determines whether the queue is a group queue. | QueueBase | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Determines whether the queue is a shared queue. | QueueBase | ||
Determines whether the queue is the user's queue. | QueueBase | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Removes a listener from the EventDispatcher object. | QueueBase | ||
Removes a task from the queue. | QueueBase | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | QueueBase |
Información sobre constructores
TemporaryQueue | () | Información sobre |
public function TemporaryQueue(name:String, id:int, type:int)
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parámetrosname: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.
|
Elementos de API relacionados
Tue Jun 12 2018, 02:12 PM Z