Paket | com.adobe.solutions.rca.services.impl |
Sınıf | public class UserManager |
Miras Alma | UserManager Object |
Uygular | IUserManager |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Özellik | Tanımlayan: | ||
---|---|---|---|
channelSet : ChannelSet
Channel set for remote operation calls. | UserManager | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
instance : IUserManager [statik] [salt okunur]
This operation is used when a single instance of this class is to be shared across the application. | UserManager |
Yöntem | Tanımlayan: | ||
---|---|---|---|
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 | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
channelSet | özellik |
channelSet:ChannelSet
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Channel set for remote operation calls.
Uygulama
public function get channelSet():ChannelSet
public function set channelSet(value:ChannelSet):void
instance | özellik |
instance:IUserManager
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | 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.
Uygulama
public static function get instance():IUserManager
UserManager | () | Yapıcı |
public function UserManager()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The constructor for UserManager
class.
findPrincipalById | () | yöntem |
public function findPrincipalById(umOid:String):mx.rpc:AsyncToken
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Retrieves a principal according to the specified identifier.
Parametreler
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 | () | yöntem |
public function findPrincipalByName(name:String):mx.rpc:AsyncToken
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Retrieves a principal according to the name.
Parametreler
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 | () | yöntem |
public function findPrincipalByPrincipalName(principalName:String):mx.rpc:AsyncToken
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Retrieves a principal according to the principal name.
Parametreler
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 | () | yöntem |
public function findPrincipals(principalSearchFilter:PrincipalSearchFilterVO):mx.rpc:AsyncToken
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Finds the principals according to the specified search filter.
Parametreler
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 | () | yöntem |
public function findUserByName(name:String):mx.rpc:AsyncToken
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Retrieves a user according to the name.
Parametreler
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 | () | yöntem |
public function getPrincipal(domainName:String, cannonicalName:String):mx.rpc:AsyncToken
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Retrieves a principal according to the specified domain name and canonical name.
Parametreler
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, 01:09 PM Z