| Paket | com.adobe.solutions.rca.services.impl |
| Klasse | public class UserManager |
| Vererbung | UserManager Object |
| Implementiert | IUserManager |
| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
| Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
| Eigenschaft | Definiert von | ||
|---|---|---|---|
| channelSet : ChannelSet
Channel set for remote operation calls. | UserManager | ||
![]() | constructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | Object | |
| instance : IUserManager [statisch] [schreibgeschützt]
This operation is used when a single instance of this class is to be shared across the application. | UserManager | ||
| Methode | Definiert von | ||
|---|---|---|---|
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 | ||
![]() |
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | |
![]() |
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | |
![]() |
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | |
![]() |
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | |
![]() |
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | |
![]() |
Gibt das angegebene Objekt als String zurück. | Object | |
![]() |
Gibt den Grundwert des angegebenen Objekts zurück. | Object | |
channelSet | Eigenschaft |
channelSet:ChannelSet| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Review, Commenting, and Approval“ 10.0 |
| Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Channel set for remote operation calls.
Implementierung
public function get channelSet():ChannelSet public function set channelSet(value:ChannelSet):voidinstance | Eigenschaft |
instance:IUserManager [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Review, Commenting, and Approval“ 10.0 |
| Laufzeitversionen: | 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.
Implementierung
public static function get instance():IUserManagerUserManager | () | Konstruktor |
public function UserManager()| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Review, Commenting, and Approval“ 10.0 |
| Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The constructor for UserManager class.
findPrincipalById | () | Methode |
public function findPrincipalById(umOid:String):mx.rpc:AsyncToken| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Review, Commenting, and Approval“ 10.0 |
| Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Retrieves a principal according to the specified identifier.
Parameter
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| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Review, Commenting, and Approval“ 10.0 |
| Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Retrieves a principal according to the name.
Parameter
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| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Review, Commenting, and Approval“ 10.0 |
| Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Retrieves a principal according to the principal name.
Parameter
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| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Review, Commenting, and Approval“ 10.0 |
| Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Finds the principals according to the specified search filter.
Parameter
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| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Review, Commenting, and Approval“ 10.0 |
| Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Retrieves a user according to the name.
Parameter
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| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Review, Commenting, and Approval“ 10.0 |
| Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Retrieves a principal according to the specified domain name and canonical name.
Parameter
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.
|
Tue Jun 12 2018, 10:04 AM Z
Vererbte öffentliche Eigenschaften ausblenden
Vererbte öffentliche Eigenschaften anzeigen