| Pacote | com.adobe.livecycle.rca.model.constant |
| Classe | public class StageTypes |
| Herança | StageTypes Object |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 9.5 |
| Versões de runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
| Método | Definido por | ||
|---|---|---|---|
Provides values for the type property of AbstractStage. | StageTypes | ||
![]() |
Indica se um objeto tem uma propriedade especificada definida. | Object | |
![]() |
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | |
[estático] Determines whether a stage is parallel or sequential. | StageTypes | ||
![]() |
Indica se a propriedade especificada existe e é enumerável. | Object | |
![]() |
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | |
![]() |
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | |
![]() |
Retorna a representação de string do objeto especificado. | Object | |
![]() |
Retorna o valor primitivo do objeto especificado. | Object | |
| Constante | Definido por | ||
|---|---|---|---|
| PARALLEL_APPROVAL : String = "PARALLEL_APPROVAL" [estático] Specifies that the stage type is parallel approval. | StageTypes | ||
| PARALLEL_REVIEW : String = "PARALLEL_REVIEW" [estático] Specifies that the stage type is parallel review. | StageTypes | ||
| SEQUENTIAL_APPROVAL : String = "SEQUENTIAL_APPROVAL" [estático] Specifies that the stage type is sequential approval. | StageTypes | ||
| SEQUENTIAL_REVIEW : String = "SEQUENTIAL_REVIEW" [estático] Specifies that the stage type is sequential review. | StageTypes | ||
| TYPES : Array [estático] An array that specifies the valid types for the StageType class. | StageTypes | ||
StageTypes | () | Construtor |
public function StageTypes()| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 9.5 |
| Versões de runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the type property of AbstractStage.
Elementos da API relacionados
isStageSerial | () | método |
public static function isStageSerial(type:String):Boolean| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 9.5 |
| Versões de runtime: | 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.
Parâmetros
type:String |
Boolean |
PARALLEL_APPROVAL | Constante |
public static const PARALLEL_APPROVAL:String = "PARALLEL_APPROVAL"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 9.5 |
| Versões de runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the stage type is parallel approval.
PARALLEL_REVIEW | Constante |
public static const PARALLEL_REVIEW:String = "PARALLEL_REVIEW"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 9.5 |
| Versões de runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the stage type is parallel review.
SEQUENTIAL_APPROVAL | Constante |
public static const SEQUENTIAL_APPROVAL:String = "SEQUENTIAL_APPROVAL"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 9.5 |
| Versões de runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the stage type is sequential approval.
SEQUENTIAL_REVIEW | Constante |
public static const SEQUENTIAL_REVIEW:String = "SEQUENTIAL_REVIEW"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 9.5 |
| Versões de runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the stage type is sequential review.
TYPES | Constante |
public static const TYPES:Array| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 9.5 |
| Versões de runtime: | 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
Wed Jun 13 2018, 11:10 AM Z
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas