ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.solutions.rca.vo.um 

UserVO  - AS3 Review, Commenting, and Approval

Packagecom.adobe.solutions.rca.vo.um
Classpublic class UserVO
InheritanceUserVO Inheritance PrincipalVO Inheritance Object

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

An extension of the principal object. This class contains user-specific field accessor methods.



Public Properties
 PropertyDefined By
  businessCalendarKey : String
Business calendar key for this user.
UserVO
 InheritedcanonicalName : String
The canonical name of this principal.
PrincipalVO
 InheritedcommonName : String
Common name of the principal.
PrincipalVO
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheriteddescription : String
Description of the principal.
PrincipalVO
 InheriteddirectGroupMemberships : 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
 InheriteddomainCommonName : String
The common (display) name of the domain associated with this principal.
PrincipalVO
 InheriteddomainName : String
Name of the domain associated with this principal.
PrincipalVO
 Inheritedemail : String
The primary email identifier associated with this principal.
PrincipalVO
 InheritedemailAlias : 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
 InheritedgroupMemberships : IList
Retrieves a set of Group objects indicating those groups to which this principal belongs.
PrincipalVO
  initials : String
Initials of this user.
UserVO
 Inheritedlocal : Boolean
Determines whether this principal is local or not.
PrincipalVO
  locale : String
Locale of this user.
UserVO
 Inheritedlocked : Boolean
Determines whether the principal is locked or not.
PrincipalVO
 Inheritedoid : String
Identifier of the principal.
PrincipalVO
 Inheritedorg : String
The organization to which the principal belongs.
PrincipalVO
  postalAddress : String
Postal address for this user.
UserVO
 InheritedprincipalType : String
Type of the principal.
PrincipalVO
 InheritedroleMembership : IList
Retrieves a set of Role objects indicating those roles which this principal has.
PrincipalVO
 Inheritedstatus : String
Status of the principal.
PrincipalVO
 Inheritedsystem : Boolean
Determines whether this is a system principal or not.
PrincipalVO
  telephoneNumber : String
Telephone number for this user.
UserVO
 InheritedtimestampCreated : String
The timestamp that was created for the principal.
PrincipalVO
 InheritedtimestampUpdated : 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
 Inheritedvisibility : 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
Public Methods
 MethodDefined By
  
The constructor for UserVO class.
UserVO
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

businessCalendarKey

property
public var businessCalendarKey:String

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Business calendar key for this user.

disabled

property 
public var disabled:Boolean

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Whether this user is disabled or not.

familyName

property 
familyName:String

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Family name of this user.



Implementation
    public function get familyName():String
    public function set familyName(value:String):void

givenName

property 
givenName:String

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Given name of this user.



Implementation
    public function get givenName():String
    public function set givenName(value:String):void

initials

property 
initials:String

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Initials of this user.



Implementation
    public function get initials():String
    public function set initials(value:String):void

locale

property 
public var locale:String

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Locale of this user.

postalAddress

property 
public var postalAddress:String

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Postal address for this user.

telephoneNumber

property 
public var telephoneNumber:String

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Telephone number for this user.

timezone

property 
public var timezone:String

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Timezone of this user.

userid

property 
userid:String

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Login identifier of this user.



Implementation
    public function get userid():String
    public function set userid(value:String):void
Constructor Detail

UserVO

()Constructor
public function UserVO()

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

The constructor for UserVO class.