用于 Adobe® Flash® Platform 的 ActionScript® 3.0 参考
主页  |  隐藏包列表和类列表 |   |   |  新增内容  |  索引  |  附录  |  为什么显示为英语?
过滤条件: 正在从服务器检索数据...
正在从服务器检索数据...
com.adobe.solutions.rca.domain 

IUser  - AS3 Review, Commenting, and Approval

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)

Defines a user such as a project or an asset owner, a team member, or a stage participant.



公共属性
 属性由以下参数定义
  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

属性
canonicalName:String  [只读]

语言版本: ActionScript 3.0
产品版本: Review, Commenting, and Approval Building Block 10.0
运行时版本: Flash Player 10.2, AIR (unsupported)

Canonical name for a user or a group, as defined in Document Server User Management.



实现
    public function get canonicalName():String

commonName

属性 
commonName:String  [只读]

语言版本: ActionScript 3.0
产品版本: Review, Commenting, and Approval Building Block 10.0
运行时版本: Flash Player 10.2, AIR (unsupported)

Common name of a user, as defined in Document Server User Management.



实现
    public function get commonName():String

description

属性 
description:String  [只读]

语言版本: ActionScript 3.0
产品版本: Review, Commenting, and Approval Building Block 10.0
运行时版本: Flash Player 10.2, AIR (unsupported)

Description for a user.



实现
    public function get description():String

domainCommonName

属性 
domainCommonName:String  [只读]

语言版本: ActionScript 3.0
产品版本: Review, Commenting, and Approval Building Block 10.0
运行时版本: Flash Player 10.2, AIR (unsupported)

Domain common name for a user.



实现
    public function get domainCommonName():String

domainName

属性 
domainName:String  [只读]

语言版本: ActionScript 3.0
产品版本: Review, Commenting, and Approval Building Block 10.0
运行时版本: Flash Player 10.2, AIR (unsupported)

Domain name for a user.



实现
    public function get domainName():String

email

属性 
email:String  [只读]

语言版本: ActionScript 3.0
产品版本: Review, Commenting, and Approval Building Block 10.0
运行时版本: Flash Player 10.2, AIR (unsupported)

Email address of a user.



实现
    public function get email():String

familyName

属性 
familyName:String  [只读]

语言版本: ActionScript 3.0
产品版本: Review, Commenting, and Approval Building Block 10.0
运行时版本: Flash Player 10.2, AIR (unsupported)

Family name of a user.



实现
    public function get familyName():String

givenName

属性 
givenName:String  [只读]

语言版本: ActionScript 3.0
产品版本: Review, Commenting, and Approval Building Block 10.0
运行时版本: Flash Player 10.2, AIR (unsupported)

Given name of a user.



实现
    public function get givenName():String

initials

属性 
initials:String  [只读]

语言版本: ActionScript 3.0
产品版本: Review, Commenting, and Approval Building Block 10.0
运行时版本: Flash Player 10.2, AIR (unsupported)

Initials of a user.



实现
    public function get initials():String

oid

属性 
oid:String  [只读]

语言版本: ActionScript 3.0
产品版本: Review, Commenting, and Approval Building Block 10.0
运行时版本: Flash Player 10.2, AIR (unsupported)

OID of a user or a group, as defined in Document Server User Management.



实现
    public function get oid():String

org

属性 
org:String  [只读]

语言版本: ActionScript 3.0
产品版本: Review, Commenting, and Approval Building Block 10.0
运行时版本: Flash Player 10.2, AIR (unsupported)

Organisation name of a user.



实现
    public function get org():String

principalName

属性 
principalName:String

语言版本: ActionScript 3.0
产品版本: Review, Commenting, and Approval Building Block 10.0
运行时版本: Flash Player 10.2, AIR (unsupported)

The principal name of a user.



实现
    public function get principalName():String
    public function set principalName(value:String):void

principalType

属性 
principalType:String  [只读]

语言版本: ActionScript 3.0
产品版本: Review, Commenting, and Approval Building Block 10.0
运行时版本: Flash Player 10.2, AIR (unsupported)

Principal type of a user, as defined in Document Server User Management.



实现
    public function get principalType():String

status

属性 
status:String  [只读]

语言版本: ActionScript 3.0
产品版本: Review, Commenting, and Approval Building Block 10.0
运行时版本: Flash Player 10.2, AIR (unsupported)

Status of a user.



实现
    public function get status():String

type

属性 
type:String  [只读]

语言版本: ActionScript 3.0
产品版本: Review, Commenting, and Approval Building Block 10.0
运行时版本: Flash Player 10.2, AIR (unsupported)

Type of a user.



实现
    public function get type():String

userid

属性 
userid:String  [只读]

语言版本: ActionScript 3.0
产品版本: Review, Commenting, and Approval Building Block 10.0
运行时版本: Flash Player 10.2, AIR (unsupported)

Unique identifier of a user.



实现
    public function get userid():String

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.





[ X ]为什么显示为英语?
《ActionScript 3.0 参考》中的内容以英语显示

《ActionScript 3.0 参考》中的部分内容未翻译成所有语言。当某个语言元素未翻译时,将显示为英语。例如,ga.controls.HelpBox 类未翻译成任何语言。因此在简体中文版的参考中,ga.controls.HelpBox 类显示为英语。