Pakiet | com.adobe.solutions.rca.constant |
Klasa | public class StageTypes |
Dziedziczenie | StageTypes ![]() |
Podklasy | LocalizedStageTypes |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
StageTypes
Enum.
Metoda | Zdefiniowane przez | ||
---|---|---|---|
The constructor for StageTypes class. | StageTypes | ||
![]() |
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | |
![]() |
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | |
[statyczny]
Utility method to determine if a stage is parallel or sequential. | StageTypes | ||
![]() |
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | |
![]() |
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | |
![]() |
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | |
![]() |
Zwraca ciąg reprezentujący określony obiekt. | Object | |
![]() |
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Stała | Zdefiniowane przez | ||
---|---|---|---|
CREATION : String = "CREATION" [statyczny]
The stage type for a creation stage. | StageTypes | ||
PARALLEL_APPROVAL : String = "PARALLEL_APPROVAL" [statyczny]
The stage type of a parallel approval stage. | StageTypes | ||
PARALLEL_REVIEW : String = "PARALLEL_REVIEW" [statyczny]
The stage type of a parallel review stage. | StageTypes | ||
SEQUENTIAL_APPROVAL : String = "SEQUENTIAL_APPROVAL" [statyczny]
The stage type of a sequential approval stage. | StageTypes | ||
SEQUENTIAL_REVIEW : String = "SEQUENTIAL_REVIEW" [statyczny]
The stage type of a sequential review stage. | StageTypes | ||
TYPES : Array [statyczny]
Utility array containg all the valid values of type property of Stage. | StageTypes |
StageTypes | () | Konstruktor |
public function StageTypes()
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | 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.
Powiązane elementy interfejsu API
isStageSerial | () | metoda |
public static function isStageSerial(type:String):Boolean
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Utility method to determine if a stage is parallel or sequential.
Parametry
type:String — The type of stage.
|
Boolean — A Boolean value. True if a stage is serial and False otherwise.
|
CREATION | Stała |
public static const CREATION:String = "CREATION"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The stage type for a creation stage.
PARALLEL_APPROVAL | Stała |
public static const PARALLEL_APPROVAL:String = "PARALLEL_APPROVAL"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The stage type of a parallel approval stage.
PARALLEL_REVIEW | Stała |
public static const PARALLEL_REVIEW:String = "PARALLEL_REVIEW"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The stage type of a parallel review stage.
SEQUENTIAL_APPROVAL | Stała |
public static const SEQUENTIAL_APPROVAL:String = "SEQUENTIAL_APPROVAL"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The stage type of a sequential approval stage.
SEQUENTIAL_REVIEW | Stała |
public static const SEQUENTIAL_REVIEW:String = "SEQUENTIAL_REVIEW"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The stage type of a sequential review stage.
TYPES | Stała |
public static const TYPES:Array
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Utility array containg all the valid values of type
property of Stage
.
Tue Jun 12 2018, 12:06 PM Z