パッケージ | com.adobe.solutions.rca.services.impl |
クラス | public class UserManager |
継承 | UserManager Object |
実装 | IUserManager |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
プロパティ | 定義元 | ||
---|---|---|---|
channelSet : ChannelSet
Channel set for remote operation calls. | UserManager | ||
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
instance : IUserManager [静的] [読み取り専用]
This operation is used when a single instance of this class is to be shared across the application. | UserManager |
メソッド | 定義元 | ||
---|---|---|---|
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 | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
channelSet | プロパティ |
channelSet:ChannelSet
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Channel set for remote operation calls.
実装
public function get channelSet():ChannelSet
public function set channelSet(value:ChannelSet):void
instance | プロパティ |
instance:IUserManager
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
ランタイムバージョン: | 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.
実装
public static function get instance():IUserManager
UserManager | () | コンストラクター |
public function UserManager()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The constructor for UserManager
class.
findPrincipalById | () | メソッド |
public function findPrincipalById(umOid:String):mx.rpc:AsyncToken
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Retrieves a principal according to the specified identifier.
パラメーター
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 | () | メソッド |
public function findPrincipalByName(name:String):mx.rpc:AsyncToken
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Retrieves a principal according to the name.
パラメーター
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 | () | メソッド |
public function findPrincipalByPrincipalName(principalName:String):mx.rpc:AsyncToken
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Retrieves a principal according to the principal name.
パラメーター
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 | () | メソッド |
public function findPrincipals(principalSearchFilter:PrincipalSearchFilterVO):mx.rpc:AsyncToken
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Finds the principals according to the specified search filter.
パラメーター
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 | () | メソッド |
public function findUserByName(name:String):mx.rpc:AsyncToken
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Retrieves a user according to the name.
パラメーター
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 | () | メソッド |
public function getPrincipal(domainName:String, cannonicalName:String):mx.rpc:AsyncToken
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Retrieves a principal according to the specified domain name and canonical name.
パラメーター
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:34 AM Z