Package | com.adobe.solutions.rca.constant |
Class | public class TaskTypes |
Inheritance | TaskTypes Object |
Subclasses | LocalizedTaskTypes |
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
TaskTypes
Enum.
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
The constructor for TaskTypes class. | 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]
This value specifies that the tasks are assigned via user-defined processes. | TaskTypes | ||
EMAIL_CONNECTED : String = "EMAIL_CONNECTED" [static]
This value specifies that the tasks are assigned via email. | TaskTypes | ||
TYPES : Array [static]
Utility array containing all the valid values of taskType property of Stage. | TaskTypes | ||
WORKSPACE : String = "WORKSPACE" [static]
This value specifies that the tasks are assigned via workspace. | TaskTypes |
Constructor Detail
TaskTypes | () | Constructor |
public function TaskTypes()
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 TaskTypes
class.
The TaskTypes
class provides values for the taskType
property of Stage
.
This property determines the mechanism of task assignment.
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 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This value specifies that the tasks are assigned via 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 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This value specifies that the tasks are assigned via email.
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 containing all the valid values of taskType
property of Stage
.
WORKSPACE | Constant |
public static const WORKSPACE:String = "WORKSPACE"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This value specifies that the tasks are assigned via workspace.
Mon Nov 28 2011, 06:48 AM -08:00