| 套件 | 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):voidinstance | 屬性 |
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():IUserManagerUserManager | () | 建構函式 |
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, 03:47 PM Z
隱藏繼承公用屬性
顯示繼承公用屬性