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...
com.adobe.solutions.rca.services.impl 

UserManager  - AS3 Review, Commenting, and Approval

Pacchettocom.adobe.solutions.rca.services.impl
Classepublic class UserManager
EreditarietàUserManager Inheritance Object
Implementa IUserManager

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

This class implements methods exposed for user management.



Proprietà pubbliche
 ProprietàDefinito da
  channelSet : ChannelSet
Channel set for remote operation calls.
UserManager
 Inheritedconstructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto.
Object
  instance : IUserManager
[statico] [sola lettura] This operation is used when a single instance of this class is to be shared across the application.
UserManager
Metodi pubblici
 MetodoDefinito da
  
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
Indica se per un oggetto è definita una proprietà specifica.
Object
 Inherited
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro.
Object
 Inherited
Indica se la proprietà specificata esiste ed è enumerabile.
Object
 Inherited
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche.
Object
 Inherited
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate.
Object
 Inherited
Restituisce la rappresentazione in formato stringa dell'oggetto specificato.
Object
 Inherited
Restituisce il valore di base dell'oggetto specificato.
Object
Descrizione delle proprietà

channelSet

proprietà
channelSet:ChannelSet

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Channel set for remote operation calls.



Implementazione
    public function get channelSet():ChannelSet
    public function set channelSet(value:ChannelSet):void

instance

proprietà 
instance:IUserManager  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: 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.



Implementazione
    public static function get instance():IUserManager
Descrizione della funzione di costruzione

UserManager

()Funzione di costruzione
public function UserManager()

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

The constructor for UserManager class.

Descrizione dei metodi

findPrincipalById

()metodo
public function findPrincipalById(umOid:String):mx.rpc:AsyncToken

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Retrieves a principal according to the specified identifier.

Parametri

umOid:String — The principal identifier.

Restituisce
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

()metodo 
public function findPrincipalByName(name:String):mx.rpc:AsyncToken

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Retrieves a principal according to the name.

Parametri

name:String — The name of the principal.

Restituisce
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

()metodo 
public function findPrincipalByPrincipalName(principalName:String):mx.rpc:AsyncToken

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Retrieves a principal according to the principal name.

Parametri

principalName:String — The principal name.

Restituisce
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

()metodo 
public function findPrincipals(principalSearchFilter:PrincipalSearchFilterVO):mx.rpc:AsyncToken

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Finds the principals according to the specified search filter.

Parametri

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

Restituisce
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

()metodo 
public function findUserByName(name:String):mx.rpc:AsyncToken

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Retrieves a user according to the name.

Parametri

name:String — The name of the user.

Restituisce
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

()metodo 
public function getPrincipal(domainName:String, cannonicalName:String):mx.rpc:AsyncToken

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

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

Parametri

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

Restituisce
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 ]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.