| Pacote | lc.procmgmt.domain |
| Classe | public class Queue |
| Herança | Queue QueueBase DomainObject Object |
| Implementações | IManaged |
| Subclasses | TemporaryQueue |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Queue class is used for specifying the unique identifier
and the filter for a given queue.
Propriedades públicas
| Propriedade | Definido por | ||
|---|---|---|---|
![]() | constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | 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 [somente leitura]
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
Detalhes da propriedade
filter | propriedade |
filter:int| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The filter used for the queue.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange .
Implementação
public function get filter():int public function set filter(value:int):voidqid | propriedade |
qid:Number| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The unique identifier of the queue.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange .
Implementação
public function get qid():Number public function set qid(value:Number):voidWed Jun 13 2018, 11:10 AM Z
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas