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.constant 

ParticipantAttributes  - AS3 Review, Commenting, and Approval

Packagecom.adobe.solutions.rca.constant
Classpublic class ParticipantAttributes
InheritanceParticipantAttributes Inheritance Object
Subclasses LocalizedParticipantAttributes

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

ParticipantAttributes Enum.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
  
The constructor for ParticipantAttributes class.
ParticipantAttributes
 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
Public Constants
 ConstantDefined By
  ROLE_APPROVER : String = "APPROVER"
[static] This value implies that the role of the participant is approver.
ParticipantAttributes
  ROLE_AUTHOR : String = "AUTHOR"
[static] This value implies that the role of the participant is author.
ParticipantAttributes
  ROLE_MODERATOR : String = "MODERATOR"
[static] This value implies that the role of the participant is moderator.
ParticipantAttributes
  ROLE_REVIEWER_MANDATORY : String = "REVIEWER_MANDATORY"
[static] This value implies that the role of the participant is mandatory reviewer.
ParticipantAttributes
  ROLE_REVIEWER_OPTIONAL : String = "REVIEWER_OPTIONAL"
[static] This value implies that the role of the participant is optional reviewer.
ParticipantAttributes
  TYPE_GROUP : String = "GROUP"
[static] This type states that participant is a group.
ParticipantAttributes
  TYPE_USER : String = "USER"
[static] This type states that participant is a user.
ParticipantAttributes
Constructor Detail

ParticipantAttributes

()Constructor
public function ParticipantAttributes()

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

Constant Detail

ROLE_APPROVER

Constant
public static const ROLE_APPROVER:String = "APPROVER"

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

This value implies that the role of the participant is approver.

ROLE_AUTHOR

Constant 
public static const ROLE_AUTHOR:String = "AUTHOR"

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

This value implies that the role of the participant is author.

ROLE_MODERATOR

Constant 
public static const ROLE_MODERATOR:String = "MODERATOR"

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

This value implies that the role of the participant is moderator.

ROLE_REVIEWER_MANDATORY

Constant 
public static const ROLE_REVIEWER_MANDATORY:String = "REVIEWER_MANDATORY"

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

This value implies that the role of the participant is mandatory reviewer.

ROLE_REVIEWER_OPTIONAL

Constant 
public static const ROLE_REVIEWER_OPTIONAL:String = "REVIEWER_OPTIONAL"

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

This value implies that the role of the participant is optional reviewer.

TYPE_GROUP

Constant 
public static const TYPE_GROUP:String = "GROUP"

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

This type states that participant is a group.

TYPE_USER

Constant 
public static const TYPE_USER:String = "USER"

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

This type states that participant is a user.