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 

GroupVO  - AS3 Review, Commenting, and Approval

Packagecom.adobe.solutions.rca.vo.um
Classpublic class GroupVO
InheritanceGroupVO 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)

Represents a group in Document Server Administration Console.



Public Properties
 PropertyDefined By
 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
 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
 InheritedgroupMemberships : IList
Retrieves a set of Group objects indicating those groups to which this principal belongs.
PrincipalVO
  groupType : String
Type of the group.
GroupVO
 Inheritedlocal : Boolean
Determines whether this principal is local or not.
PrincipalVO
 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
 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
 InheritedtimestampCreated : String
The timestamp that was created for the principal.
PrincipalVO
 InheritedtimestampUpdated : String
The timestamp that was updated for the principal.
PrincipalVO
 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 GroupVO class.
GroupVO
 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

groupType

property
public var groupType:String

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

Type of the group.

Constructor Detail

GroupVO

()Constructor
public function GroupVO()

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 GroupVO class.