| パッケージ | com.adobe.solutions.rca.domain |
| インターフェイス | public interface IUser |
| 実装者 | User |
| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
パブリックプロパティ
| プロパティ | 定義元 | ||
|---|---|---|---|
| canonicalName : String [読み取り専用]
Canonical name for a user or a group, as defined in Document Server User Management. | IUser | ||
| commonName : String [読み取り専用]
Common name of a user, as defined in Document Server User Management. | IUser | ||
| description : String [読み取り専用]
Description for a user. | IUser | ||
| domainCommonName : String [読み取り専用]
Domain common name for a user. | IUser | ||
| domainName : String [読み取り専用]
Domain name for a user. | IUser | ||
| email : String [読み取り専用]
Email address of a user. | IUser | ||
| familyName : String [読み取り専用]
Family name of a user. | IUser | ||
| givenName : String [読み取り専用]
Given name of a user. | IUser | ||
| initials : String [読み取り専用]
Initials of a user. | IUser | ||
| oid : String [読み取り専用]
OID of a user or a group, as defined in Document Server User Management. | IUser | ||
| org : String [読み取り専用]
Organisation name of a user. | IUser | ||
| principalName : String
The principal name of a user. | IUser | ||
| principalType : String [読み取り専用]
Principal type of a user, as defined in Document Server User Management. | IUser | ||
| status : String [読み取り専用]
Status of a user. | IUser | ||
| type : String [読み取り専用]
Type of a user. | IUser | ||
| userid : String [読み取り専用]
Unique identifier of a user. | IUser | ||
| userManager : IUserManager
User manager service instance for a user. | IUser | ||
| vo : PrincipalVO
The value object for this user. | IUser | ||
パブリックメソッド
| メソッド | 定義元 | ||
|---|---|---|---|
Gets the principal for this tuple of domain name and canonical name. | IUser | ||
Gets the principal for this principal name. | IUser | ||
プロパティの詳細
canonicalName | プロパティ |
commonName | プロパティ |
description | プロパティ |
domainCommonName | プロパティ |
domainName | プロパティ |
| プロパティ |
familyName | プロパティ |
givenName | プロパティ |
initials | プロパティ |
oid | プロパティ |
org | プロパティ |
principalName | プロパティ |
principalType | プロパティ |
status | プロパティ |
type | プロパティ |
userid | プロパティ |
userManager | プロパティ |
userManager:IUserManager| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
User manager service instance for a user.
実装
public function get userManager():IUserManager public function set userManager(value:IUserManager):void関連する API エレメント
vo | プロパティ |
vo:PrincipalVO| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The value object for this user.
実装
public function get vo():PrincipalVO public function set vo(value:PrincipalVO):voidメソッドの詳細
getPrincipalByDomainNameCanonicalName | () | メソッド |
public function getPrincipalByDomainNameCanonicalName(domainName:String, canonicalName:String):void| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Gets the principal for this tuple of domain name and canonical name.
パラメーター
domainName:String — Domain name of the principal in Document Server User Management.
| |
canonicalName:String — Canonical name of the principal in Document Server User Management.
|
getPrincipalByPrincipalName | () | メソッド |
public function getPrincipalByPrincipalName(principalName:String):void| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Gets the principal for this principal name.
パラメーター
principalName:String — Principal name of a user.
|
Tue Jun 12 2018, 10:34 AM Z