Package | com.adobe.solutions.prm.constant |
Class | public class Roles |
Inheritance | Roles Object |
Subclasses | LocalizedRoles |
Language Version: | ActionScript 3.0 |
Product Version: | Project Management Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
Roles()
The constructor for Roles class. | Roles | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Public Constants
Constant | Defined 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.
Mon Nov 28 2011, 06:48 AM -08:00