ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.livecycle.rca.model.constant 

RecipientType  - AS3 Review, Commenting, and Approval

Packagecom.adobe.livecycle.rca.model.constant
Classpublic class RecipientType
InheritanceRecipientType Inheritance Object
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)

RecipientType enumerator.



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
  
Provides values for the RecipientType property of a reminder.
RecipientType
 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
  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.