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

UserManager  - AS3 ADEP - Area di lavoro

Pacchettolc.foundation
Classepublic class UserManager
EreditarietàUserManager Inheritance Manager
Implementa IUserManager

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



Metodi pubblici
 MetodoDefinito da
  
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
Costanti pubbliche
 CostanteDefinito da
  MSG_GET_GROUPS_ERROR : String = "ALC-WKS-007-121"
[statico] A special value that specifies an error occurred retrieving group information.
UserManager
  SESSION_KEY : String = "lc.foundation.IUserManager"
[statico] A special value that specifies the manager key name in the SessionMap object.
UserManager
Descrizione della funzione di costruzione

UserManager

()Funzione di costruzione
public function UserManager(session:SessionMap)

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

Constructor.

Parametri
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.
Descrizione dei metodi

findGroups

()metodo
public function findGroups(commonNameFilter:String):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 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.

Parametri

commonNameFilter:String — Specifies a substring to match.

Restituisce
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

()metodo 
public function findUsers(commonNameFilter:String):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 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.

Parametri

commonNameFilter:String — Specifies a substring to match.

Restituisce
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

()metodo 
public function findUsersInGroup(groupOid:String, commonNameFilter:String = null):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 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.

Parametri

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

Restituisce
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

()metodo 
public function findUsersWithPermission(commonNameFilter:String, serviceName:String):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 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.

Parametri

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

Restituisce
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.
Descrizione delle costanti

MSG_GET_GROUPS_ERROR

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

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

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

SESSION_KEY

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

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

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





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