Pakiet | com.adobe.livecycle.rca.model.constant |
Klasa | public class StageTypes |
Dziedziczenie | StageTypes Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 9.5 |
Wersje środowiska wykonawczego: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Provides values for the type property of AbstractStage. | 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] Determines whether 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 | ||
---|---|---|---|
PARALLEL_APPROVAL : String = "PARALLEL_APPROVAL" [statyczny] Specifies that the stage type is parallel approval. | StageTypes | ||
PARALLEL_REVIEW : String = "PARALLEL_REVIEW" [statyczny] Specifies that the stage type is parallel review. | StageTypes | ||
SEQUENTIAL_APPROVAL : String = "SEQUENTIAL_APPROVAL" [statyczny] Specifies that the stage type is sequential approval. | StageTypes | ||
SEQUENTIAL_REVIEW : String = "SEQUENTIAL_REVIEW" [statyczny] Specifies that the stage type is sequential review. | StageTypes | ||
TYPES : Array [statyczny] An array that specifies the valid types for the StageType class. | StageTypes |
StageTypes | () | Konstruktor |
public function StageTypes()
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 9.5 |
Wersje środowiska wykonawczego: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the type
property of AbstractStage
.
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 9.5 |
Wersje środowiska wykonawczego: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Determines whether a stage is parallel or sequential.
Returns a Boolean
value that specifies whether the stage is serial or parallel. If the value is true
, the stage is serial.
Parametry
type:String |
Boolean |
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 9.5 |
Wersje środowiska wykonawczego: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the stage type is parallel approval.
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 9.5 |
Wersje środowiska wykonawczego: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the stage type is parallel review.
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 9.5 |
Wersje środowiska wykonawczego: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the stage type is sequential approval.
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 9.5 |
Wersje środowiska wykonawczego: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the stage type is sequential review.
TYPES | Stała |
public static const TYPES:Array
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 9.5 |
Wersje środowiska wykonawczego: | Flash Player 9, Flash Player 10, AIR (unsupported) |
An array that specifies the valid types for the StageType
class. Valid types are
SEQUENTIAL_REVIEW, PARALLEL_REVIEW, SEQUENTIAL_APPROVAL, and PARALLEL_APPROVAL
Tue Jun 12 2018, 12:06 PM Z