| Pakket | com.adobe.solutions.rca.services.impl |
| Klasse | public class UserManager |
| Overerving | UserManager Object |
| Implementatie | IUserManager |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| channelSet : ChannelSet
Channel set for remote operation calls. | UserManager | ||
![]() | constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | |
| instance : IUserManager [statisch] [alleen-lezen]
This operation is used when a single instance of this class is to be shared across the application. | UserManager | ||
| Methode | Gedefinieerd door | ||
|---|---|---|---|
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 | ||
![]() |
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | |
![]() |
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | |
![]() |
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | |
![]() |
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | |
![]() |
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | |
![]() |
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | |
![]() |
Retourneert de primitieve waarde van het opgegeven object. | Object | |
channelSet | eigenschap |
channelSet:ChannelSet| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Channel set for remote operation calls.
Implementatie
public function get channelSet():ChannelSet public function set channelSet(value:ChannelSet):voidinstance | eigenschap |
instance:IUserManager [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | 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.
Implementatie
public static function get instance():IUserManagerUserManager | () | Constructor |
public function UserManager()| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The constructor for UserManager class.
findPrincipalById | () | methode |
public function findPrincipalById(umOid:String):mx.rpc:AsyncToken| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Retrieves a principal according to the specified identifier.
Parameters
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 | () | methode |
public function findPrincipalByName(name:String):mx.rpc:AsyncToken| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Retrieves a principal according to the name.
Parameters
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 | () | methode |
public function findPrincipalByPrincipalName(principalName:String):mx.rpc:AsyncToken| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Retrieves a principal according to the principal name.
Parameters
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 | () | methode |
public function findPrincipals(principalSearchFilter:PrincipalSearchFilterVO):mx.rpc:AsyncToken| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Finds the principals according to the specified search filter.
Parameters
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 | () | methode |
public function findUserByName(name:String):mx.rpc:AsyncToken| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Retrieves a user according to the name.
Parameters
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 | () | methode |
public function getPrincipal(domainName:String, cannonicalName:String):mx.rpc:AsyncToken| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Retrieves a principal according to the specified domain name and canonical name.
Parameters
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:42 AM Z
Overerfde openbare eigenschappen verbergen
Overerfde openbare eigenschappen weergeven