Pakiet | lc.procmgmt.domain |
Klasa | public class Queue |
Dziedziczenie | Queue QueueBase DomainObject Object |
Implementuje | IManaged |
Podklasy | TemporaryQueue |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Queue
class is used for specifying the unique identifier
and the filter for a given queue.
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | 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 [tylko do odczytu]
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 |
Metody publiczne
Szczegół właściwości
filter | właściwość |
filter:int
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The filter used for the queue.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get filter():int
public function set filter(value:int):void
qid | właściwość |
qid:Number
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The unique identifier of the queue.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get qid():Number
public function set qid(value:Number):void
Tue Jun 12 2018, 12:06 PM Z