包 | com.adobe.solutions.rca.vo.um |
类 | public class UserVO |
继承 | UserVO PrincipalVO Object |
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
businessCalendarKey : String
Business calendar key for this user. | UserVO | ||
canonicalName : String
The canonical name of this principal. | PrincipalVO | ||
commonName : String
Common name of the principal. | PrincipalVO | ||
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | ||
description : String
Description of the principal. | PrincipalVO | ||
directGroupMemberships : IList
Retrieves a set of Group objects indicating those groups to which this principal directly belongs. | PrincipalVO | ||
disabled : Boolean
Whether this user is disabled or not. | UserVO | ||
domainCommonName : String
The common (display) name of the domain associated with this principal. | PrincipalVO | ||
domainName : String
Name of the domain associated with this principal. | PrincipalVO | ||
email : String
The primary email identifier associated with this principal. | PrincipalVO | ||
emailAlias : String
A list of the secondary email addresses of the principal. | PrincipalVO | ||
familyName : String
Family name of this user. | UserVO | ||
givenName : String
Given name of this user. | UserVO | ||
groupMemberships : IList
Retrieves a set of Group objects indicating those groups to which this principal belongs. | PrincipalVO | ||
initials : String
Initials of this user. | UserVO | ||
local : Boolean
Determines whether this principal is local or not. | PrincipalVO | ||
locale : String
Locale of this user. | UserVO | ||
locked : Boolean
Determines whether the principal is locked or not. | PrincipalVO | ||
oid : String
Identifier of the principal. | PrincipalVO | ||
org : String
The organization to which the principal belongs. | PrincipalVO | ||
postalAddress : String
Postal address for this user. | UserVO | ||
principalType : String
Type of the principal. | PrincipalVO | ||
roleMembership : IList
Retrieves a set of Role objects indicating those roles which this principal has. | PrincipalVO | ||
status : String
Status of the principal. | PrincipalVO | ||
system : Boolean
Determines whether this is a system principal or not. | PrincipalVO | ||
telephoneNumber : String
Telephone number for this user. | UserVO | ||
timestampCreated : String
The timestamp that was created for the principal. | PrincipalVO | ||
timestampUpdated : String
The timestamp that was updated for the principal. | PrincipalVO | ||
timezone : String
Timezone of this user. | UserVO | ||
userid : String
Login identifier of this user. | UserVO | ||
visibility : int
Retrieves the visibility level of the principal, indicating whether the principal can be shown in the user interface, or whether it qualifies for searches. | PrincipalVO |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
UserVO()
The constructor for UserVO class. | UserVO | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
属性详细信息
businessCalendarKey | 属性 |
public var businessCalendarKey:String
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Business calendar key for this user.
disabled | 属性 |
public var disabled:Boolean
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Whether this user is disabled or not.
familyName | 属性 |
givenName | 属性 |
initials | 属性 |
locale | 属性 |
public var locale:String
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Locale of this user.
postalAddress | 属性 |
public var postalAddress:String
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Postal address for this user.
telephoneNumber | 属性 |
public var telephoneNumber:String
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Telephone number for this user.
timezone | 属性 |
public var timezone:String
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Timezone of this user.
userid | 属性 |
构造函数详细信息
UserVO | () | 构造函数 |
public function UserVO()
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
The constructor for UserVO
class.
Tue Jun 12 2018, 11:04 AM Z