| Pacote | com.adobe.solutions.rca.services.impl |
| Classe | public class UserManager |
| Herança | UserManager Object |
| Implementações | IUserManager |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
| Propriedade | Definido por | ||
|---|---|---|---|
| channelSet : ChannelSet
Channel set for remote operation calls. | UserManager | ||
![]() | constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | |
| instance : IUserManager [estático] [somente leitura]
This operation is used when a single instance of this class is to be shared across the application. | UserManager | ||
| Método | Definido por | ||
|---|---|---|---|
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 | ||
Retrieves a principal according to the specified domain name and canonical name. | UserManager | ||
![]() |
Indica se um objeto tem uma propriedade especificada definida. | Object | |
![]() |
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | |
![]() |
Indica se a propriedade especificada existe e é enumerável. | Object | |
![]() |
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | |
![]() |
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | |
![]() |
Retorna a representação de string do objeto especificado. | Object | |
![]() |
Retorna o valor primitivo do objeto especificado. | Object | |
channelSet | propriedade |
channelSet:ChannelSet| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Channel set for remote operation calls.
Implementação
public function get channelSet():ChannelSet public function set channelSet(value:ChannelSet):voidinstance | propriedade |
instance:IUserManager [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
| Versões de 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.
Implementação
public static function get instance():IUserManagerUserManager | () | Construtor |
public function UserManager()| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for UserManager class.
findPrincipalById | () | método |
public function findPrincipalById(umOid:String):mx.rpc:AsyncToken| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Retrieves a principal according to the specified identifier.
Parâmetros
umOid:String — The principal identifier.
|
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étodo |
public function findPrincipalByName(name:String):mx.rpc:AsyncToken| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Retrieves a principal according to the name.
Parâmetros
name:String — The name of the principal.
|
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étodo |
public function findPrincipalByPrincipalName(principalName:String):mx.rpc:AsyncToken| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Retrieves a principal according to the principal name.
Parâmetros
principalName:String — The principal name.
|
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étodo |
public function findPrincipals(principalSearchFilter:PrincipalSearchFilterVO):mx.rpc:AsyncToken| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Finds the principals according to the specified search filter.
Parâmetros
principalSearchFilter:PrincipalSearchFilterVO — The search filter specifying the principals to be returned.
|
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étodo |
public function findUserByName(name:String):mx.rpc:AsyncToken| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Retrieves a user according to the name.
Parâmetros
name:String — The name of the user.
|
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étodo |
public function getPrincipal(domainName:String, cannonicalName:String):mx.rpc:AsyncToken| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Retrieves a principal according to the specified domain name and canonical name.
Parâmetros
domainName:String — The domain name of the principal.
| |
cannonicalName:String — The canonical name of the principal.
|
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.
|
Wed Jun 13 2018, 11:10 AM Z
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas