| Paquete | com.adobe.solutions.rca.constant |
| Clase | public class StageTypes |
| Herencia | StageTypes Object |
| Subclases | LocalizedStageTypes |
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
StageTypes Enum.
| Método | Definido por | ||
|---|---|---|---|
The constructor for StageTypes class. | StageTypes | ||
![]() |
Indica si un objeto tiene definida una propiedad especificada. | Object | |
![]() |
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | |
[estática]
Utility method to determine if a stage is parallel or sequential. | StageTypes | ||
![]() |
Indica si existe la propiedad especificada y si es enumerable. | Object | |
![]() |
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | |
![]() |
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | |
![]() |
Devuelve la representación de cadena del objeto especificado. | Object | |
![]() |
Devuelve el valor simple del objeto especificado. | Object | |
| Constante | Definido por | ||
|---|---|---|---|
| CREATION : String = "CREATION" [estática]
The stage type for a creation stage. | StageTypes | ||
| PARALLEL_APPROVAL : String = "PARALLEL_APPROVAL" [estática]
The stage type of a parallel approval stage. | StageTypes | ||
| PARALLEL_REVIEW : String = "PARALLEL_REVIEW" [estática]
The stage type of a parallel review stage. | StageTypes | ||
| SEQUENTIAL_APPROVAL : String = "SEQUENTIAL_APPROVAL" [estática]
The stage type of a sequential approval stage. | StageTypes | ||
| SEQUENTIAL_REVIEW : String = "SEQUENTIAL_REVIEW" [estática]
The stage type of a sequential review stage. | StageTypes | ||
| TYPES : Array [estática]
Utility array containg all the valid values of type property of Stage. | StageTypes | ||
StageTypes | () | Información sobre |
public function StageTypes()| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | 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 de API relacionados
isStageSerial | () | método |
public static function isStageSerial(type:String):Boolean| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | 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"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The stage type for a creation stage.
PARALLEL_APPROVAL | Constante |
public static const PARALLEL_APPROVAL:String = "PARALLEL_APPROVAL"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | 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"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | 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"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | 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"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The stage type of a sequential review stage.
TYPES | Constante |
public static const TYPES:Array| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Utility array containg all the valid values of type property of Stage.
Tue Jun 12 2018, 02:12 PM Z
Ocultar propiedades públicas heredadas
Mostrar propiedades públicas heredadas