パッケージ | lc.procmgmt.domain |
クラス | public class TemporaryQueue |
継承 | TemporaryQueue Queue QueueBase DomainObject Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
TemporaryQueue
class creates a Queue
object
of a specified type, with an isDefault
property set to false
.
This class can be used to create various temporary Queue
objects
of different types, which can be pushed into a list of queues.
関連する API エレメント
lc.domain.Queue
パブリックプロパティ
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
Constructor. | TemporaryQueue | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | QueueBase | ||
Adds a task to the queue. | QueueBase | ||
Dispatches an event into the event flow. | QueueBase | ||
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | QueueBase | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Determines whether the queue is a group queue. | QueueBase | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
Determines whether the queue is a shared queue. | QueueBase | ||
Determines whether the queue is the user's queue. | QueueBase | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
Removes a listener from the EventDispatcher object. | QueueBase | ||
Removes a task from the queue. | QueueBase | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | QueueBase |
コンストラクターの詳細
TemporaryQueue | () | コンストラクター |
public function TemporaryQueue(name:String, id:int, type:int)
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
パラメーターname:String — Specifies the name of the queue user.
| |
id:int — Specifies the queue identifier.
| |
type:int — Specifies the type of queue to create as defined in
the QueueConstants class.
|
関連する API エレメント
Tue Jun 12 2018, 10:34 AM Z