適用於 Adobe® Flash® Platform 的 ActionScript® 3.0 參考
首頁  |  隱藏套件和類別清單 |  套件  |  類別  |  新增內容  |  索引  |  附錄  |  為什麼顯示英文?
篩選: 從伺服器擷取資料...
從伺服器擷取資料...
lc.procmgmt 

IQueueManager  - AS3 ADEP Workspace

套件lc.procmgmt
介面public interface IQueueManager extends IManager , IEventDispatcher

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

The IQueueManager interface is implemented to manage Queue objects. Queue objects are used to organize tasks in Workspace. Examples of queues in Workspace are group queues, draft queues, and user queues, each containing tasks specific to that group.

Implement the IQueueManager interface to get queues and to manage queue access.

相關 API 元素



公用屬性
 屬性定義自
 InheritedfaultHandler : Function
The default fault handler function.
IManager
公用方法
 方法定義自
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
會在 EventDispatcher 物件註冊事件偵聽程式,以便讓偵聽程式收到事件的通知。
IEventDispatcher
 Inherited
會將事件傳送到事件流程。
IEventDispatcher
  
Retrieves a list of users that have been granted access to the current user's queue.
IQueueManager
  
Retrieves a list of users that own a queue to which the current user has access.
IQueueManager
  
Returns the collection of queues which the user has access to.
IQueueManager
  
grantDefaultQueueAccess(userToGrantOid:String, queueOwnerUserOid:String = null):lc.foundation.util:Token
Grants a user access to the current user's default queue.
IQueueManager
 Inherited
Determines whether the default operation is prevented.
IManager
 Inherited
Determines whether the default operation is prevented.
IManager
 Inherited
會檢查 EventDispatcher 物件是否有對特定的事件類型註冊偵聽程式。
IEventDispatcher
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
會從 EventDispatcher 物件移除偵聽程式。
IEventDispatcher
  
Initiates a process to request access to another user's queue.
IQueueManager
  
revokeDefaultQueueAccess(userToRevokeOid:String, queueOwnerUserOid:String = null):lc.foundation.util:Token
Revokes a user's access to the current user's default queue.
IQueueManager
 Inherited
檢查此 EventDispatcher 物件是否已註冊事件偵聽程式,或者此物件的任何祖系已為特定事件類型註冊事件偵聽程式。
IEventDispatcher
方法詳細資訊

getGrantedUsersForDefaultQueue

()方法
public function getGrantedUsersForDefaultQueue():lc.foundation.util:CollectionToken

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves a list of users that have been granted access to the current user's queue.

傳回值
lc.foundation.util:CollectionToken — A token containing a collection of User objects when the request completes. It is possible to set result and fault handlers on the token to be called when the invocation is complete and the collection is fully populated.

getOwnersForAccessibleUserQueues

()方法 
public function getOwnersForAccessibleUserQueues():lc.foundation.util:CollectionToken

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves a list of users that own a queue to which the current user has access.

傳回值
lc.foundation.util:CollectionToken — A token containing a collection of User objects when the request completes. It is possible to set result and fault handlers on the token to be called when the invocation is complete and the collection is fully populated.

getQueues

()方法 
public function getQueues():lc.foundation.util:CollectionToken

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Returns the collection of queues which the user has access to.

傳回值
lc.foundation.util:CollectionToken — A collection of tokens representing Queue objects when the request completes. You can set result and fault handlers on the token to be called when the invocation is complete and the collection is fully populated.

grantDefaultQueueAccess

()方法 
public function grantDefaultQueueAccess(userToGrantOid:String, queueOwnerUserOid:String = null):lc.foundation.util:Token

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Grants a user access to the current user's default queue.

參數

userToGrantOid:String — Specifies the user that will be granted access. The default value is null.
 
queueOwnerUserOid:String (default = null) — Specifies the owner or the default queue.

傳回值
lc.foundation.util:Token — A token used to set result and fault handlers to be called when the operation has completed.

requestDefaultQueueAccess

()方法 
public function requestDefaultQueueAccess(queueOwnerUserOid:String):lc.foundation.util:Token

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Initiates a process to request access to another user's queue.

參數

queueOwnerUserOid:String — Specifies the owner of the queue being requested for access.

傳回值
lc.foundation.util:Token — A token used to set result and fault handlers to be called when the operation has completed.

revokeDefaultQueueAccess

()方法 
public function revokeDefaultQueueAccess(userToRevokeOid:String, queueOwnerUserOid:String = null):lc.foundation.util:Token

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Revokes a user's access to the current user's default queue.

參數

userToRevokeOid:String — Specifies the user that access revoked.
 
queueOwnerUserOid:String (default = null) — Specifies the owner of the default queue.

傳回值
lc.foundation.util:Token — A token used to set result and fault handlers to be called when the operation has completed.




[ X ]為什麼顯示英文?
「ActionScript 3.0 參考」的內容是以英文顯示

並非所有「ActionScript 3.0 參考」的內容都翻譯為所有語言。當語言元素未翻譯時,就會以英文顯示。例如,ga.controls.HelpBox 類別並沒有翻譯為任何語言。因此在參考的繁體中文版本中,ga.controls.HelpBox 類別就會以英文顯示。