| 包 | lc.foundation.domain | 
| 类 | public class User | 
| 继承 | User    Principal   DomainObject   Object | 
| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
User class represents a user on the Document Server
	 and is used to retrieve the properties of a specific user.
	 
	 | 属性 | 由以下参数定义 | ||
|---|---|---|---|
| address : String 
		 Deprecated Since Workspace 10: Please use the postalAddress property.  | User | ||
| businessCalendarKey : String  
		 The user's BusinessCalendarKey.  | User | ||
![]()  | canonicalName : String 
		 The user's canonical name.  | Principal | |
![]()  | commonName : String 
		 The user's common (display) name.  | Principal | |
![]()  | constructor : Object 
	 对类对象或给定对象实例的构造函数的引用。  | Object | |
![]()  | description : String 
		 A description of the user.  | Principal | |
![]()  | directGroupMemberships : ArrayCollection  
		 The groups to which a user directly belongs.  | Principal | |
| disabled : Boolean 
		 The user's isDisabled value.  | User | ||
| displayName : String 
		 Deprecated Since Workspace 10: Please use the commonName property.  | User | ||
| domain : String  
		 The domain to which a user belongs.  | User | ||
![]()  | domainCommonName : String 
		 The user's common domain main.  | Principal | |
![]()  | domainName : String 
		 The user directory's domain name for which the user is defined.  | Principal | |
![]()  | email : String 
		 The email address of the user.  | Principal | |
| emailAlias : Array  
		 The email address of the user.  | User | ||
![]()  | emailAliases : Array  
		 The email aliases for the user.  | Principal | |
| familyName : String 
		 The family name of the user.  | User | ||
| firstName : String 
		 The first name of the user.  | User | ||
| givenName : String 
		 The given name of the user.  | User | ||
![]()  | groupMemberships : ArrayCollection  
		 All groups to which a user belongs.  | Principal | |
| groups : Array  
		 Deprecated Since Workspace 10: Please use the groupMemberships property.  | User | ||
| initials : String  
		 The middle initial(s) of the user.  | User | ||
| isOutOfOffice : Boolean  
		 The out of office indicator for the user.  | User | ||
| lastName : String 
		 The last name of the user.  | User | ||
![]()  | local : Boolean 
		 The user's local value.  | Principal | |
| locale : String 
		 The locale used by the user.  | User | ||
![]()  | locked : Boolean 
		 Specifies whether the user is locked.  | Principal | |
![]()  | oid : String  
		 The unique identifier for the user called a object identifier.  | Principal | |
![]()  | org : String 
		 The user's organization name.  | Principal | |
| postalAddress : String 
		 The postal address of the user.  | User | ||
![]()  | principalType : String 
		 The user's common domain main.  | Principal | |
![]()  | roleMembership : ArrayCollection  
		 The roles to which a user belongs.  | Principal | |
![]()  | session : SessionMap [只读] 
       A SessionMap object that stores information relating to the server session.  | DomainObject | |
![]()  | status : String 
		 The user's common domain main.  | Principal | |
![]()  | system : Boolean 
		 A flag value that specifies whether the principal is a system principal.  | Principal | |
| telephone : String  
		 Deprecated Since Workspace 10: Please use the telephoneNumber property.  | User | ||
| telephoneNumber : String  
		 The telephone number for the user.  | User | ||
| timezone : String  
		 The name of the time zone.  | User | ||
| timeZone : String  
		 The name of the time zone.  | User | ||
| userid : String 
		 The user's user ID.  | User | ||
![]()  | visibility : Number 
		 The user's visibility value.  | Principal | |
address | 属性 | 
address:String| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
		 Deprecated Since Workspace 10: Please use the postalAddress property.
		 
此属性可用作数据绑定的源。修改此属性后,将调度  propertyChange                 事件。
实现
    public function get address():String    public function set address(value:String):voidbusinessCalendarKey | 属性 | 
businessCalendarKey:String| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 10 | 
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
The user's BusinessCalendarKey.
此属性可用作数据绑定的源。修改此属性后,将调度  propertyChange                 事件。
实现
    public function get businessCalendarKey():String    public function set businessCalendarKey(value:String):voiddisabled | 属性 | 
disabled:Boolean| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 10 | 
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
The user's isDisabled value.
此属性可用作数据绑定的源。修改此属性后,将调度  propertyChange                 事件。
实现
    public function get disabled():Boolean    public function set disabled(value:Boolean):voiddisplayName | 属性 | 
displayName:String| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
		 Deprecated Since Workspace 10: Please use the commonName property.
		 
此属性可用作数据绑定的源。修改此属性后,将调度  propertyChange                 事件。
实现
    public function get displayName():String    public function set displayName(value:String):voiddomain | 属性 | 
domain:String| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
The domain to which a user belongs.
此属性可用作数据绑定的源。修改此属性后,将调度  propertyChange                 事件。
实现
    public function get domain():String    public function set domain(value:String):voidemailAlias | 属性 | 
emailAlias:Array| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9.0.0.2 | 
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
The email address of the user.
此属性可用作数据绑定的源。修改此属性后,将调度  propertyChange                 事件。
实现
    public function get emailAlias():Array    public function set emailAlias(value:Array):voidfamilyName | 属性 | 
familyName:String| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 10 | 
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
The family name of the user.
此属性可用作数据绑定的源。修改此属性后,将调度  propertyChange                 事件。
实现
    public function get familyName():String    public function set familyName(value:String):voidfirstName | 属性 | 
firstName:String| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
The first name of the user.
此属性可用作数据绑定的源。修改此属性后,将调度  propertyChange                 事件。
实现
    public function get firstName():String    public function set firstName(value:String):voidgivenName | 属性 | 
givenName:String| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 10 | 
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
The given name of the user.
此属性可用作数据绑定的源。修改此属性后,将调度  propertyChange                 事件。
实现
    public function get givenName():String    public function set givenName(value:String):voidgroups | 属性 | 
groups:Array| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
 
		 Deprecated Since Workspace 10: Please use the groupMemberships property.
		 Replaced by groupMemberships.
		 
		 
此属性可用作数据绑定的源。修改此属性后,将调度  propertyChange                 事件。
实现
    public function get groups():Array    public function set groups(value:Array):void相关 API 元素
initials | 属性 | 
initials:String| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
The middle initial(s) of the user.
此属性可用作数据绑定的源。修改此属性后,将调度  propertyChange                 事件。
实现
    public function get initials():String    public function set initials(value:String):voidisOutOfOffice | 属性 | 
isOutOfOffice:Boolean| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9.0.0.2 | 
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
The out of office indicator for the user.
此属性可用作数据绑定的源。修改此属性后,将调度  propertyChange                 事件。
实现
    public function get isOutOfOffice():Boolean    public function set isOutOfOffice(value:Boolean):voidlastName | 属性 | 
lastName:String| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
The last name of the user.
此属性可用作数据绑定的源。修改此属性后,将调度  propertyChange                 事件。
实现
    public function get lastName():String    public function set lastName(value:String):voidlocale | 属性 | 
locale:String| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
The locale used by the user.
此属性可用作数据绑定的源。修改此属性后,将调度  propertyChange                 事件。
实现
    public function get locale():String    public function set locale(value:String):voidpostalAddress | 属性 | 
postalAddress:String| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 10 | 
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
The postal address of the user.
此属性可用作数据绑定的源。修改此属性后,将调度  propertyChange                 事件。
实现
    public function get postalAddress():String    public function set postalAddress(value:String):voidtelephone | 属性 | 
telephone:String| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
 
		 Deprecated Since Workspace 10: Please use the telephoneNumber property.
		 
此属性可用作数据绑定的源。修改此属性后,将调度  propertyChange                 事件。
实现
    public function get telephone():String    public function set telephone(value:String):voidtelephoneNumber | 属性 | 
telephoneNumber:String| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 10 | 
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
The telephone number for the user.
此属性可用作数据绑定的源。修改此属性后,将调度  propertyChange                 事件。
实现
    public function get telephoneNumber():String    public function set telephoneNumber(value:String):voidtimezone | 属性 | 
timezone:String| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
The name of the time zone.
此属性可用作数据绑定的源。修改此属性后,将调度  propertyChange                 事件。
实现
    public function get timezone():String    public function set timezone(value:String):voidtimeZone | 属性 | 
timeZone:String| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
The name of the time zone.
此属性可用作数据绑定的源。修改此属性后,将调度  propertyChange                 事件。
实现
    public function get timeZone():String    public function set timeZone(value:String):voiduserid | 属性 | 
userid:String| 语言版本: | ActionScript 3.0 | 
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
The user's user ID.
此属性可用作数据绑定的源。修改此属性后,将调度  propertyChange                 事件。
实现
    public function get userid():String    public function set userid(value:String):voidTue Jun 12 2018, 11:04 AM Z
 
 隐藏继承的公共属性
 显示继承的公共属性