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

Roles  - AS3 Project Management

Packagecom.adobe.solutions.prm.constant
Classpublic class Roles
InheritanceRoles Inheritance Object
Subclasses LocalizedRoles

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This class defines the various roles of a member assigned to a project or workitem.



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 Roles class.
Roles
 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
  APPROVER : String = "APPROVER"
[static] The role of an approver in a review workflow.
Roles
  AUTHOR : String = "AUTHOR"
[static] The role of an author in a review workflow.
Roles
  CAMPAIGN_MANAGER : String = "CAMPAIGN_MANAGER"
[static] The role of a campaign manager.
Roles
  INITIATOR : String = "INITIATOR"
[static] The role of an initiator in a review workflow.
Roles
  MANDATORY_REVIEWER : String = "REVIEWER_MANDATORY"
[static] The role of a mandatory reviewer in a review workflow.
Roles
  MODERATOR : String = "MODERATOR"
[static] The role of a moderator in a review workflow.
Roles
  PROJECT_MANAGER : String = "PROJECT_MANAGER"
[static] The role of a project owner.
Roles
  REVIEWER : String = "REVIEWER_OPTIONAL"
[static] The role of an optional reviewer in a review workflow.
Roles
Constructor Detail

Roles

()Constructor
public function Roles()

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

The constructor for Roles class.

Constant Detail

APPROVER

Constant
public static const APPROVER:String = "APPROVER"

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

The role of an approver in a review workflow.

AUTHOR

Constant 
public static const AUTHOR:String = "AUTHOR"

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

The role of an author in a review workflow.

CAMPAIGN_MANAGER

Constant 
public static const CAMPAIGN_MANAGER:String = "CAMPAIGN_MANAGER"

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

The role of a campaign manager.

INITIATOR

Constant 
public static const INITIATOR:String = "INITIATOR"

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

The role of an initiator in a review workflow.

MANDATORY_REVIEWER

Constant 
public static const MANDATORY_REVIEWER:String = "REVIEWER_MANDATORY"

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

The role of a mandatory reviewer in a review workflow.

MODERATOR

Constant 
public static const MODERATOR:String = "MODERATOR"

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

The role of a moderator in a review workflow.

PROJECT_MANAGER

Constant 
public static const PROJECT_MANAGER:String = "PROJECT_MANAGER"

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

The role of a project owner.

REVIEWER

Constant 
public static const REVIEWER:String = "REVIEWER_OPTIONAL"

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

The role of an optional reviewer in a review workflow.