Paket | com.adobe.solutions.rca.constant |
Klasse | public class StageTypes |
Vererbung | StageTypes Object |
Unterklassen | LocalizedStageTypes |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
StageTypes
Enum.
Methode | Definiert von | ||
---|---|---|---|
The constructor for StageTypes class. | StageTypes | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
[statisch]
Utility method to determine if a stage is parallel or sequential. | StageTypes | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
Konstante | Definiert von | ||
---|---|---|---|
CREATION : String = "CREATION" [statisch]
The stage type for a creation stage. | StageTypes | ||
PARALLEL_APPROVAL : String = "PARALLEL_APPROVAL" [statisch]
The stage type of a parallel approval stage. | StageTypes | ||
PARALLEL_REVIEW : String = "PARALLEL_REVIEW" [statisch]
The stage type of a parallel review stage. | StageTypes | ||
SEQUENTIAL_APPROVAL : String = "SEQUENTIAL_APPROVAL" [statisch]
The stage type of a sequential approval stage. | StageTypes | ||
SEQUENTIAL_REVIEW : String = "SEQUENTIAL_REVIEW" [statisch]
The stage type of a sequential review stage. | StageTypes | ||
TYPES : Array [statisch]
Utility array containg all the valid values of type property of Stage. | StageTypes |
StageTypes | () | Konstruktor |
public function StageTypes()
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The constructor for StageTypes
class.
The StageTypes
class provides values for the type
property of Stage
.
This property determines whether the stage is an approval or a review stage and whether the task assignment is sequential or parallel.
Verwandte API-Elemente
isStageSerial | () | Methode |
public static function isStageSerial(type:String):Boolean
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Utility method to determine if a stage is parallel or sequential.
Parameter
type:String — The type of stage.
|
Boolean — A Boolean value. True if a stage is serial and False otherwise.
|
CREATION | Konstante |
public static const CREATION:String = "CREATION"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The stage type for a creation stage.
PARALLEL_APPROVAL | Konstante |
public static const PARALLEL_APPROVAL:String = "PARALLEL_APPROVAL"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The stage type of a parallel approval stage.
PARALLEL_REVIEW | Konstante |
public static const PARALLEL_REVIEW:String = "PARALLEL_REVIEW"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The stage type of a parallel review stage.
SEQUENTIAL_APPROVAL | Konstante |
public static const SEQUENTIAL_APPROVAL:String = "SEQUENTIAL_APPROVAL"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The stage type of a sequential approval stage.
SEQUENTIAL_REVIEW | Konstante |
public static const SEQUENTIAL_REVIEW:String = "SEQUENTIAL_REVIEW"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The stage type of a sequential review stage.
TYPES | Konstante |
public static const TYPES:Array
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Utility array containg all the valid values of type
property of Stage
.
Tue Jun 12 2018, 10:04 AM Z