Guide de référence ActionScript® 3.0 pour la plate-forme Adobe® Flash®
Accueil  |  Masquer la liste des packages et des classes |  Packages  |  Classes  |  Nouveautés  |  Index  |  Annexes  |  Pourquoi existe-t-il du contenu en anglais ?
Filtres : Récupération des données du serveur...
Récupération des données du serveur...
com.adobe.solutions.rca.services.impl 

UserManager  - AS3 Review, Commenting, and Approval

Packagecom.adobe.solutions.rca.services.impl
Classepublic class UserManager
HéritageUserManager Inheritance Object
Implémente IUserManager

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Review, Commenting & Approval 10
Versions du moteur d’exécution: Flash Player 10.2, AIR (unsupported)

This class implements methods exposed for user management.



Propriétés publiques
 PropriétéDéfini par
  channelSet : ChannelSet
Channel set for remote operation calls.
UserManager
 Inheritedconstructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet.
Object
  instance : IUserManager
[statique] [lecture seule] This operation is used when a single instance of this class is to be shared across the application.
UserManager
Méthodes publiques
 MéthodeDéfini par
  
The constructor for UserManager class.
UserManager
  
Retrieves a principal according to the specified identifier.
UserManager
  
Retrieves a principal according to the name.
UserManager
  
Retrieves a principal according to the principal name.
UserManager
  
Finds the principals according to the specified search filter.
UserManager
  
Retrieves a user according to the name.
UserManager
  
getPrincipal(domainName:String, cannonicalName:String):mx.rpc:AsyncToken
Retrieves a principal according to the specified domain name and canonical name.
UserManager
 Inherited
Indique si la propriété spécifiée d’un objet est définie.
Object
 Inherited
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre.
Object
 Inherited
Indique si la propriété spécifiée existe et est énumérable.
Object
 Inherited
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle.
Object
 Inherited
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur.
Object
 Inherited
Renvoie la représentation sous forme de chaîne de l’objet spécifié.
Object
 Inherited
Renvoie la valeur primitive de l’objet spécifié.
Object
Détails de la propriété

channelSet

propriété
channelSet:ChannelSet

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Review, Commenting & Approval 10.0
Versions du moteur d’exécution: Flash Player 10.2, AIR (unsupported)

Channel set for remote operation calls.



Implémentation
    public function get channelSet():ChannelSet
    public function set channelSet(value:ChannelSet):void

instance

propriété 
instance:IUserManager  [lecture seule]

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Review, Commenting & Approval 10.0
Versions du moteur d’exécution: Flash Player 10.2, AIR (unsupported)

This operation is used when a single instance of this class is to be shared across the application. Using single instance has performance advantage in terms of using client-side cache for user look up.



Implémentation
    public static function get instance():IUserManager
Détails du constructeur

UserManager

()Constructeur
public function UserManager()

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Review, Commenting & Approval 10.0
Versions du moteur d’exécution: Flash Player 10.2, AIR (unsupported)

The constructor for UserManager class.

Détails de la méthode

findPrincipalById

()méthode
public function findPrincipalById(umOid:String):mx.rpc:AsyncToken

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Review, Commenting & Approval 10.0
Versions du moteur d’exécution: Flash Player 10.2, AIR (unsupported)

Retrieves a principal according to the specified identifier.

Paramètres

umOid:String — The principal identifier.

Valeur renvoyée
mx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached. The resulting event contains the principal to be retrieved.

findPrincipalByName

()méthode 
public function findPrincipalByName(name:String):mx.rpc:AsyncToken

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Review, Commenting & Approval 10.0
Versions du moteur d’exécution: Flash Player 10.2, AIR (unsupported)

Retrieves a principal according to the name.

Paramètres

name:String — The name of the principal.

Valeur renvoyée
mx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached. The resulting event contains the principal to be retrieved.

findPrincipalByPrincipalName

()méthode 
public function findPrincipalByPrincipalName(principalName:String):mx.rpc:AsyncToken

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Review, Commenting & Approval 10.0
Versions du moteur d’exécution: Flash Player 10.2, AIR (unsupported)

Retrieves a principal according to the principal name.

Paramètres

principalName:String — The principal name.

Valeur renvoyée
mx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached. The resulting event contains the principal to be retrieved.

findPrincipals

()méthode 
public function findPrincipals(principalSearchFilter:PrincipalSearchFilterVO):mx.rpc:AsyncToken

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Review, Commenting & Approval 10.0
Versions du moteur d’exécution: Flash Player 10.2, AIR (unsupported)

Finds the principals according to the specified search filter.

Paramètres

principalSearchFilter:PrincipalSearchFilterVO — The search filter specifying the principals to be returned.

Valeur renvoyée
mx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached. The resulting event contains a list containing all the Principal objects found according to the specified search filter.

findUserByName

()méthode 
public function findUserByName(name:String):mx.rpc:AsyncToken

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Review, Commenting & Approval 10.0
Versions du moteur d’exécution: Flash Player 10.2, AIR (unsupported)

Retrieves a user according to the name.

Paramètres

name:String — The name of the user.

Valeur renvoyée
mx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached. The resulting event contains the principal to be retrieved.

getPrincipal

()méthode 
public function getPrincipal(domainName:String, cannonicalName:String):mx.rpc:AsyncToken

Version du langage: ActionScript 3.0
Version du produit: Bloc de création Review, Commenting & Approval 10.0
Versions du moteur d’exécution: Flash Player 10.2, AIR (unsupported)

Retrieves a principal according to the specified domain name and canonical name.

Paramètres

domainName:String — The domain name of the principal.
 
cannonicalName:String — The canonical name of the principal.

Valeur renvoyée
mx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached. The resulting event contains the principal to be retrieved.




[ X ]Pourquoi existe-t-il du contenu en anglais ?
Certaines parties du Guide de référence ActionScript 3.0 sont en anglais

Tout le contenu du Guide de référence ActionScript 3.0 n’a pas été traduit dans toutes les langues. Si un élément de langage n’est pas traduit, il s’affiche en anglais. Par exemple, la classe ga.controls.HelpBox n’est traduite dans aucune langue. Ainsi, dans la version française du guide de référence, la classe ga.controls.HelpBox apparaît en anglais.