パッケージ | lc.procmgmt.events |
クラス | public class QueueSharingActionCompleteEvent |
継承 | QueueSharingActionCompleteEvent LiveCycleEvent Event Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
QueueSharingActionCompleteEvent
event is dispatched when a queue-sharing
action such as grant, request, or revoke returns. This does not mean that the task is
available to the recipient; it only means that the action has been accepted.
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
bubbles : Boolean [読み取り専用]
イベントがバブリングイベントかどうかを示します。 | Event | ||
cancelable : Boolean [読み取り専用]
イベントに関連付けられた動作を回避できるかどうかを示します。 | Event | ||
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
currentTarget : Object [読み取り専用]
イベントリスナーで Event オブジェクトをアクティブに処理しているオブジェクトです。 | Event | ||
eventPhase : uint [読み取り専用]
イベントフローの現在の段階です。 | Event | ||
otherUserOid : String
The identifier of the user who owns the queue. | QueueSharingActionCompleteEvent | ||
queueOwnerUserOid : String
The identifier of the user for whom to share the queue with. | QueueSharingActionCompleteEvent | ||
target : Object [読み取り専用]
イベントターゲットです。 | Event | ||
token : lc.foundation.util:Token [読み取り専用]
The token that represents the call to the method. | LiveCycleEvent | ||
type : String [読み取り専用]
イベントのタイプです。 | Event |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
QueueSharingActionCompleteEvent(queueOwnerUserOid:String, otherUserOid:String, type:String, bubbles:Boolean, cancelable:Boolean, token:lc.foundation.util:Token)
Constructor. | QueueSharingActionCompleteEvent | ||
[オーバーライド]
Creates a copy of a QueueSharingActionCompleteEvent object
and sets the value of each property to match that of the original. | QueueSharingActionCompleteEvent | ||
カスタム ActionScript 3.0 Event クラスに toString() メソッドを実装するためのユーティリティ関数です。 | Event | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
イベントで preventDefault() メソッドが呼び出されたかどうかを確認します。 | Event | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
イベントのデフォルト動作をキャンセルできる場合に、その動作をキャンセルします。 | Event | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
イベントフローの現在のノードおよび後続するノードで、イベントリスナーが処理されないようにします。 | Event | ||
イベントフローの現在のノードに後続するノードで、イベントリスナーが処理されないようにします。 | Event | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
Event オブジェクトのすべてのプロパティを含むストリングを返します。 | Event | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
パブリック定数
定数 | 定義元 | ||
---|---|---|---|
QUEUE_ACCESS_GRANT : String = "grant" [静的]
A special value that specifies the forward task event type. | QueueSharingActionCompleteEvent | ||
QUEUE_ACCESS_REQUEST : String = "request" [静的]
A special value that specifies the consult task event type. | QueueSharingActionCompleteEvent | ||
QUEUE_ACCESS_REVOKE : String = "revoke" [静的]
A special value that specifies the share task event type. | QueueSharingActionCompleteEvent |
プロパティの詳細
otherUserOid | プロパティ |
public var otherUserOid:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The identifier of the user who owns the queue.
queueOwnerUserOid | プロパティ |
public var queueOwnerUserOid:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The identifier of the user for whom to share the queue with.
コンストラクターの詳細
QueueSharingActionCompleteEvent | () | コンストラクター |
public function QueueSharingActionCompleteEvent(queueOwnerUserOid:String, otherUserOid:String, type:String, bubbles:Boolean, cancelable:Boolean, token:lc.foundation.util:Token)
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
パラメーターqueueOwnerUserOid:String — Specifies the user to share with, request a share with, or revoke sharing with.
| |
otherUserOid:String — Specifies the user who owns the queue.
| |
type:String — Specifies the type of the event.
| |
bubbles:Boolean — Specifies whether the event object participates in the bubbling stage of the event flow.
| |
cancelable:Boolean — Specifies whether the event object can be canceled.
| |
token:lc.foundation.util:Token — Specifies the request token.
|
メソッドの詳細
clone | () | メソッド |
override public function clone():Event
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Creates a copy of a QueueSharingActionCompleteEvent
object
and sets the value of each property to match that of the original.
Event — An event representing a queue-sharing action such as grant, request, or revoke.
|
定数の詳細
QUEUE_ACCESS_GRANT | 定数 |
public static const QUEUE_ACCESS_GRANT:String = "grant"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the forward task event type.
QUEUE_ACCESS_REQUEST | 定数 |
public static const QUEUE_ACCESS_REQUEST:String = "request"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the consult task event type.
QUEUE_ACCESS_REVOKE | 定数 |
public static const QUEUE_ACCESS_REVOKE:String = "revoke"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the share task event type.
Tue Jun 12 2018, 10:34 AM Z