Package | com.adobe.solutions.rca.constant |
Class | public class RecipientType |
Inheritance | RecipientType Object |
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
RecipientType
Enum.
Method | Defined By | ||
---|---|---|---|
The constructor for RecipientType class. | RecipientType | ||
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 |
Constant | Defined By | ||
---|---|---|---|
ALL : String = "ALL" [static]
The property specifies that reminder is sent to all the participants of the stage irrespective of their status. | RecipientType | ||
INITIATOR : String = "INITIATOR" [static]
The property specifies that reminder is sent to the initiatior of the review. | RecipientType | ||
MODERATOR : String = "MODERATOR" [static]
The property specifies that reminder is sent to the moderators of the stage. | RecipientType | ||
REMAINING_PARTICIPANTS : String = "REMAINING_PARTICIPANTS" [static]
The property specifies that reminder is sent to the all the remianing participants of the stage, that is, participants who have not completed the task as yet. | RecipientType | ||
TYPES : Array [static]
Utility array of all possible values for recipient property. | RecipientType |
RecipientType | () | Constructor |
public function RecipientType()
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 RecipientType
class.
The RecipientType class provides values for the recipient property of a Reminder.
This property defines the recipient of a reminder.
Related API Elements
ALL | Constant |
public static const ALL:String = "ALL"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The property specifies that reminder is sent to all the participants of the stage irrespective of their status.
INITIATOR | Constant |
public static const INITIATOR:String = "INITIATOR"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The property specifies that reminder is sent to the initiatior of the review.
MODERATOR | Constant |
public static const 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) |
The property specifies that reminder is sent to the moderators of the stage.
REMAINING_PARTICIPANTS | Constant |
public static const REMAINING_PARTICIPANTS:String = "REMAINING_PARTICIPANTS"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The property specifies that reminder is sent to the all the remianing participants of the stage, that is, participants who have not completed the task as yet.
TYPES | Constant |
public static const TYPES:Array
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Utility array of all possible values for recipient property.
Mon Nov 28 2011, 06:48 AM -08:00