| Package | com.adobe.livecycle.rca.model.constant |
| Class | public class TaskTypes |
| Inheritance | TaskTypes Object |
Deprecated since Review, Commenting, and Approval 10: Please Use com.adobe.solutions.rca.constant.TaskTypes
| 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 taskType property of AbstractStage. | TaskTypes | ||
![]() |
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 | ||
|---|---|---|---|
| CUSTOM : String = "CUSTOM" [static] Specifies that tasks are assigned using user-defined processes. | TaskTypes | ||
| EMAIL_CONNECTED : String = "EMAIL_CONNECTED" [static] Specifies that tasks are assigned using email. | TaskTypes | ||
| TYPES : Array [static] A utility array that contains all the valid values of the taskType property of AbstractStage. | TaskTypes | ||
| WORKSPACE : String = "WORKSPACE" [static] Specifies that tasks are assigned using Workspace. | TaskTypes | ||
Constructor Detail
TaskTypes | () | Constructor |
public function TaskTypes()| 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 taskType property of AbstractStage.
This property specifies how tasks are assigned.
Related API Elements
Constant Detail
CUSTOM | Constant |
public static const CUSTOM:String = "CUSTOM"| 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 tasks are assigned using user-defined processes.
EMAIL_CONNECTED | Constant |
public static const EMAIL_CONNECTED:String = "EMAIL_CONNECTED"| 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 tasks are assigned using email.
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 that contains all the valid values of the taskType property of AbstractStage.
Related API Elements
WORKSPACE | Constant |
public static const WORKSPACE:String = "WORKSPACE"| 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 tasks are assigned using Workspace.
Thu Dec 6 2018, 01:12 PM -08:00
Hide Inherited Public Properties
Show Inherited Public Properties