Referência do ActionScript® 3.0 para Adobe® Flash® Platform
Início  |  Ocultar listas de Pacotes e Classes |  Pacotes  |  Classes  |  Novidades  |  Índice  |  Apêndices  |  Por que inglês?
Filtros: Recuperando dados do servidor...
Recuperando dados do servidor...
lc.procmgmt 

IQueueManager  - AS3 ADEP Workspace

Pacotelc.procmgmt
Interfacepublic interface IQueueManager extends IManager , IEventDispatcher

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de 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.

Elementos da API relacionados



Propriedades públicas
 PropriedadeDefinido por
 InheritedfaultHandler : Function
The default fault handler function.
IManager
Métodos públicos
 MétodoDefinido por
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra um objeto de ouvinte de evento em um objeto EventDispatcher, de forma que o ouvinte receba a notificação de um evento.
IEventDispatcher
 Inherited
Envia um evento para o fluxo de eventos.
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 o objeto EventDispatcher tem ouvintes registrados para um tipo específico de evento.
IEventDispatcher
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Remove um ouvinte do objeto 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 um ouvinte de evento está registrado nesse objeto EventDispatcher ou em qualquer um de seus ancestrais para o tipo de evento especificado.
IEventDispatcher
Detalhes do método

getGrantedUsersForDefaultQueue

()método
public function getGrantedUsersForDefaultQueue():lc.foundation.util:CollectionToken

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de 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.

Retorna
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

()método 
public function getOwnersForAccessibleUserQueues():lc.foundation.util:CollectionToken

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de 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.

Retorna
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

()método 
public function getQueues():lc.foundation.util:CollectionToken

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de runtime: AIR (unsupported), Flash Player 9, Flash Player 10

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

Retorna
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

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

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de runtime: AIR (unsupported), Flash Player 9, Flash Player 10

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

Parâmetros

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.

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

requestDefaultQueueAccess

()método 
public function requestDefaultQueueAccess(queueOwnerUserOid:String):lc.foundation.util:Token

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de runtime: AIR (unsupported), Flash Player 9, Flash Player 10

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

Parâmetros

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

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

revokeDefaultQueueAccess

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

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versões de runtime: AIR (unsupported), Flash Player 9, Flash Player 10

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

Parâmetros

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

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




[ X ]Por que inglês?
O conteúdo na Referência do ActionScript 3.0 aparece em inglês

Nem todas as partes da Referência do ActionScript 3.0 estão traduzidas em todos os idiomas. Quando um elemento de um idioma não está traduzido, ele é exibido em inglês. Por exemplo, a classe ga.controls.HelpBox não está traduzida em nenhum idioma. Por isso, na versão da referência em português do Brasil, a classe ga.controls.HelpBox é exibida em inglês.