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.foundation 

UserManager  - AS3 ADEP Workspace

Pacotelc.foundation
Classepublic class UserManager
HerançaUserManager Inheritance Manager
Implementações IUserManager

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 UserManager class is the standard implementation of the IUserManager interface.



Métodos públicos
 MétodoDefinido por
  
Constructor.
UserManager
  
Retrieves the groups that match the specified substring.
UserManager
  
Retrieves the users that match the specified substring.
UserManager
  
Retrieves a list of users who have a common name, who are members in the group specified by the group's OID.
UserManager
  
Retrieves the users that match the specified substring and have invoke permissions to the service.
UserManager
Constantes públicas
 ConstanteDefinido por
  MSG_GET_GROUPS_ERROR : String = "ALC-WKS-007-121"
[estático] A special value that specifies an error occurred retrieving group information.
UserManager
  SESSION_KEY : String = "lc.foundation.IUserManager"
[estático] A special value that specifies the manager key name in the SessionMap object.
UserManager
Detalhes do construtor

UserManager

()Construtor
public function UserManager(session:SessionMap)

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

Constructor.

Parâmetros
session:SessionMap — Specifies the location of the server URL. If the URL is a value of null, the default is to access the Document Server at the same location where Workspace SWF file is loaded from.
Detalhes do método

findGroups

()método
public function findGroups(commonNameFilter:String):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 the groups that match the specified substring. The matching is performed against the display name of the group. For example, "ample" would match groups named SampleOrganization. Matching is not case-sensitive.

Parâmetros

commonNameFilter:String — Specifies a substring to match.

Retorna
lc.foundation.util:CollectionToken — A token containing a collection of Group objects when the request completes. Set result and fault handlers on the token that executes when the invocation completes and the collection is populated.

findUsers

()método 
public function findUsers(commonNameFilter:String):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 the users that match the specified substring. A match is made against the display name of the user. For example, "ikira" would match "Akira Tanaka". Matching is not case-sensitive.

Parâmetros

commonNameFilter:String — Specifies a substring to match.

Retorna
lc.foundation.util:CollectionToken — A token containing a collection of User objects when the request completes. Set result and fault handlers on the token that executes when the invocation completes and the collection is populated.

findUsersInGroup

()método 
public function findUsersInGroup(groupOid:String, commonNameFilter:String = null):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 who have a common name, who are members in the group specified by the group's OID. If the commonNamePattern parameter is not supplied, it will return the users who are members of the group specified by the groupOID parameter.

Parâmetros

groupOid:String — Specifies the OID of the group.
 
commonNameFilter:String (default = null) — Specifies the common name of the user(s). The default is null.

Retorna
lc.foundation.util:CollectionToken — A token containing a collection of User objects when the request completes. Set result and fault handlers on the token that executes when the invocation completes and the collection is populated.

findUsersWithPermission

()método 
public function findUsersWithPermission(commonNameFilter:String, serviceName:String):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 the users that match the specified substring and have invoke permissions to the service. The matching is performed against the display name of the user. For example, ikira would match Akira Tanaka. Matching is not case sensitive.

Parâmetros

commonNameFilter:String — Specifies a substring to match.
 
serviceName:String — Specifies the service name.

Retorna
lc.foundation.util:CollectionToken — A token containing a collection of User objects when the request completes. Set result and fault handlers on the token that executes when the invocation completes and the collection is populated.
Detalhes da constante

MSG_GET_GROUPS_ERROR

Constante
public static const MSG_GET_GROUPS_ERROR:String = "ALC-WKS-007-121"

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

A special value that specifies an error occurred retrieving group information.

SESSION_KEY

Constante 
public static const SESSION_KEY:String = "lc.foundation.IUserManager"

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

A special value that specifies the manager key name in the SessionMap object.





[ 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.