| Pacchetto | lc.procmgmt.domain |
| Classe | public class Queue |
| Ereditarietà | Queue QueueBase DomainObject Object |
| Implementa | IManaged |
| Sottoclassi | TemporaryQueue |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni 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.
Proprietà pubbliche
| Proprietà | Definito da | ||
|---|---|---|---|
![]() | constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | 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 [sola lettura]
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 | |
Metodi pubblici
Descrizione delle proprietà
filter | proprietà |
filter:int| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The filter used for the queue.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange .
Implementazione
public function get filter():int public function set filter(value:int):voidqid | proprietà |
qid:Number| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The unique identifier of the queue.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange .
Implementazione
public function get qid():Number public function set qid(value:Number):voidTue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate