| Paquete | lc.procmgmt.domain |
| Clase | public class Queue |
| Herencia | Queue QueueBase DomainObject Object |
| Implementa | IManaged |
| Subclases | TemporaryQueue |
| 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 |
Queue class is used for specifying the unique identifier
and the filter for a given queue.
Propiedades públicas
| Propiedad | Definido por | ||
|---|---|---|---|
![]() | constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | 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 [solo lectura]
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 | |
Métodos públicos
Información sobre propiedades
filter | propiedad |
filter: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 |
The filter used for the queue.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange .
Implementación
public function get filter():int public function set filter(value:int):voidqid | propiedad |
qid:Number| 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 |
The unique identifier of the queue.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange .
Implementación
public function get qid():Number public function set qid(value:Number):voidTue Jun 12 2018, 02:12 PM Z
Ocultar propiedades públicas heredadas
Mostrar propiedades públicas heredadas