Package | com.adobe.livecycle.rca.model.constant |
Class | public class RecipientType |
Inheritance | RecipientType ![]() |
Deprecated since Review, Commenting, and Approval 10: Please Use com.adobe.solutions.rca.constant.RecipientType
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
Provides values for the RecipientType property of a reminder. | 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 |
Public Constants
Constant | Defined By | ||
---|---|---|---|
ALL : String = "ALL" [static] Specifies that a reminder is sent to all the participants of the
stage regardless of their status. | RecipientType | ||
INITIATOR : String = "INITIATOR" [static] Specifies that a reminder is sent to the initiator of the review. | RecipientType | ||
MODERATOR : String = "MODERATOR" [static] Specifies that a reminder is sent to the moderators of the stage. | RecipientType | ||
REMAINING_PARTICIPANTS : String = "REMAINING_PARTICIPANTS" [static] Specifies that a reminder is sent to all participants who have not yet completed the task. | RecipientType | ||
TYPES : Array [static] A utility array of all possible values for the RecipientType property. | RecipientType |
Constructor Detail
RecipientType | () | Constructor |
public function RecipientType()
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the RecipientType
property of a reminder.
It defines who the reminder is sent to.
Related API Elements
Constant Detail
ALL | Constant |
public static const ALL:String = "ALL"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that a reminder is sent to all the participants of the stage regardless of their status.
INITIATOR | Constant |
public static const INITIATOR:String = "INITIATOR"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that a reminder is sent to the initiator of the review.
MODERATOR | Constant |
public static const MODERATOR:String = "MODERATOR"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that a 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 9.5 |
Runtime Versions: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that a reminder is sent to all participants who have not yet completed the task.
TYPES | Constant |
public static const TYPES:Array
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | Flash Player 9, Flash Player 10, AIR (unsupported) |
A utility array of all possible values for the RecipientType
property.
Mon Apr 10 2017, 12:28 PM -07:00