Paket | lc.procmgmt |
Gränssnitt | public interface IQueueManager extends IManager , IEventDispatcher |
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
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.
Relaterade API-element
Publika egenskaper
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registrerar ett händelseavlyssnarobjekt för ett EventDispatcher-objekt så att avlyssnaren får meddelanden om händelser. | IEventDispatcher | ||
Skickar en händelse till händelseflödet. | 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 | ||
Determines whether the default operation is prevented. | IManager | ||
Determines whether the default operation is prevented. | IManager | ||
Kontrollerar om EventDispatcher-objektet har några avlyssnare registrerade för en viss typ av händelse. | IEventDispatcher | ||
Tar bort en avlyssnare från EventDispatcher-objektet. | 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 | ||
Kontrollerar om en händelseavlyssnare är registrerad för det här EventDispatcher-objektet eller något av dess överordnade objekt för den angivna händelsetypen. | IEventDispatcher |
Metoddetaljer
getGrantedUsersForDefaultQueue | () | metod |
public function getGrantedUsersForDefaultQueue():lc.foundation.util:CollectionToken
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves a list of users that have been granted access to the current user's queue.
Returnerarlc.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 | () | metod |
public function getOwnersForAccessibleUserQueues():lc.foundation.util:CollectionToken
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves a list of users that own a queue to which the current user has access.
Returnerarlc.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 | () | metod |
public function getQueues():lc.foundation.util:CollectionToken
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns the collection of queues which the user has access to.
Returnerarlc.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 | () | metod |
public function grantDefaultQueueAccess(userToGrantOid:String, queueOwnerUserOid:String = null):lc.foundation.util:Token
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Grants a user access to the current user's default queue.
Parametrar
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 | () | metod |
public function requestDefaultQueueAccess(queueOwnerUserOid:String):lc.foundation.util:Token
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Initiates a process to request access to another user's queue.
Parametrar
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 | () | metod |
public function revokeDefaultQueueAccess(userToRevokeOid:String, queueOwnerUserOid:String = null):lc.foundation.util:Token
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Revokes a user's access to the current user's default queue.
Parametrar
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.
|
Tue Jun 12 2018, 01:40 PM Z