Pakket | com.adobe.solutions.rca.constant |
Klasse | public class TaskTypes |
Overerving | TaskTypes Object |
Subklassen | LocalizedTaskTypes |
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
TaskTypes
Enum.
Openbare eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
The constructor for TaskTypes class. | TaskTypes | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
CUSTOM : String = "CUSTOM" [statisch]
This value specifies that the tasks are assigned via user-defined processes. | TaskTypes | ||
EMAIL_CONNECTED : String = "EMAIL_CONNECTED" [statisch]
This value specifies that the tasks are assigned via email. | TaskTypes | ||
TYPES : Array [statisch]
Utility array containing all the valid values of taskType property of Stage. | TaskTypes | ||
WORKSPACE : String = "WORKSPACE" [statisch]
This value specifies that the tasks are assigned via workspace. | TaskTypes |
Constructordetails
TaskTypes | () | Constructor |
public function TaskTypes()
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | 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.
Verwante API-elementen
Constantedetails
CUSTOM | Constante |
public static const CUSTOM:String = "CUSTOM"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This value specifies that the tasks are assigned via user-defined processes.
EMAIL_CONNECTED | Constante |
public static const EMAIL_CONNECTED:String = "EMAIL_CONNECTED"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This value specifies that the tasks are assigned via email.
TYPES | Constante |
public static const TYPES:Array
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Utility array containing all the valid values of taskType
property of Stage
.
WORKSPACE | Constante |
public static const WORKSPACE:String = "WORKSPACE"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This value specifies that the tasks are assigned via workspace.
Wed Jun 13 2018, 11:42 AM Z