Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
lc.procmgmt 

IQueueManager  - AS3 ADEP - Area di lavoro

Pacchettolc.procmgmt
Interfacciapublic interface IQueueManager extends IManager , IEventDispatcher

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: 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.

Elementi API correlati



Proprietà pubbliche
 ProprietàDefinito da
 InheritedfaultHandler : Function
The default fault handler function.
IManager
Metodi pubblici
 MetodoDefinito da
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento.
IEventDispatcher
 Inherited
Invia un evento nel flusso di eventi.
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
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento.
IEventDispatcher
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Rimuove un listener dall'oggetto 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
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato.
IEventDispatcher
Descrizione dei metodi

getGrantedUsersForDefaultQueue

()metodo
public function getGrantedUsersForDefaultQueue():lc.foundation.util:CollectionToken

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

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

Restituisce
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

()metodo 
public function getOwnersForAccessibleUserQueues():lc.foundation.util:CollectionToken

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

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

Restituisce
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

()metodo 
public function getQueues():lc.foundation.util:CollectionToken

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

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

Restituisce
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

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

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

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

Parametri

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.

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

requestDefaultQueueAccess

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

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

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

Parametri

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

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

revokeDefaultQueueAccess

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

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

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

Parametri

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

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




[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.