| パッケージ | lc.procmgmt.domain |
| クラス | public class Queue |
| 継承 | Queue QueueBase DomainObject Object |
| 実装 | IManaged |
| サブクラス | TemporaryQueue |
| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Queue class is used for specifying the unique identifier
and the filter for a given queue.
パブリックプロパティ
| プロパティ | 定義元 | ||
|---|---|---|---|
![]() | constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | 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 [読み取り専用]
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 | |
パブリックメソッド
プロパティの詳細
filter | プロパティ |
filter:int| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The filter used for the queue.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange イベントが送出されます。
実装
public function get filter():int public function set filter(value:int):voidqid | プロパティ |
qid:Number| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The unique identifier of the queue.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange イベントが送出されます。
実装
public function get qid():Number public function set qid(value:Number):voidTue Jun 12 2018, 10:34 AM Z
継承されるパブリックプロパティを隠す
継承されるパブリックプロパティを表示