Pacote | com.adobe.solutions.rca.constant |
Classe | public class StageTypes |
Herança | StageTypes Object |
Subclasses | LocalizedStageTypes |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
StageTypes
Enum.
Método | Definido por | ||
---|---|---|---|
The constructor for StageTypes class. | 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]
Utility method to determine if 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 | ||
---|---|---|---|
CREATION : String = "CREATION" [estático]
The stage type for a creation stage. | StageTypes | ||
PARALLEL_APPROVAL : String = "PARALLEL_APPROVAL" [estático]
The stage type of a parallel approval stage. | StageTypes | ||
PARALLEL_REVIEW : String = "PARALLEL_REVIEW" [estático]
The stage type of a parallel review stage. | StageTypes | ||
SEQUENTIAL_APPROVAL : String = "SEQUENTIAL_APPROVAL" [estático]
The stage type of a sequential approval stage. | StageTypes | ||
SEQUENTIAL_REVIEW : String = "SEQUENTIAL_REVIEW" [estático]
The stage type of a sequential review stage. | StageTypes | ||
TYPES : Array [estático]
Utility array containg all the valid values of type property of Stage. | StageTypes |
StageTypes | () | Construtor |
public function StageTypes()
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | 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.
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 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Utility method to determine if a stage is parallel or sequential.
Parâmetros
type:String — The type of stage.
|
Boolean — A Boolean value. True if a stage is serial and False otherwise.
|
CREATION | Constante |
public static const CREATION:String = "CREATION"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The stage type for a creation stage.
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 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The stage type of a parallel approval stage.
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 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The stage type of a parallel review stage.
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 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The stage type of a sequential approval stage.
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 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The stage type of a sequential review stage.
TYPES | Constante |
public static const TYPES:Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Utility array containg all the valid values of type
property of Stage
.
Wed Jun 13 2018, 11:10 AM Z