| Pacchetto | com.adobe.livecycle.rca.model.constant |
| Classe | public class StageTypes |
| Ereditarietà | StageTypes Object |
Obsoleto da Review, Commenting, and Approval 10: Da utilizzare com.adobe.solutions.rca.constant.StageTypes
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
| Versioni runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Proprietà pubbliche
Metodi pubblici
| Metodo | Definito da | ||
|---|---|---|---|
Provides values for the type property of AbstractStage. | StageTypes | ||
![]() |
Indica se per un oggetto è definita una proprietà specifica. | Object | |
![]() |
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | |
[statico] Determines whether a stage is parallel or sequential. | StageTypes | ||
![]() |
Indica se la proprietà specificata esiste ed è enumerabile. | Object | |
![]() |
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | |
![]() |
Restituisce il valore di base dell'oggetto specificato. | Object | |
Costanti pubbliche
| Costante | Definito da | ||
|---|---|---|---|
| PARALLEL_APPROVAL : String = "PARALLEL_APPROVAL" [statico] Specifies that the stage type is parallel approval. | StageTypes | ||
| PARALLEL_REVIEW : String = "PARALLEL_REVIEW" [statico] Specifies that the stage type is parallel review. | StageTypes | ||
| SEQUENTIAL_APPROVAL : String = "SEQUENTIAL_APPROVAL" [statico] Specifies that the stage type is sequential approval. | StageTypes | ||
| SEQUENTIAL_REVIEW : String = "SEQUENTIAL_REVIEW" [statico] Specifies that the stage type is sequential review. | StageTypes | ||
| TYPES : Array [statico] An array that specifies the valid types for the StageType class. | StageTypes | ||
Descrizione della funzione di costruzione
StageTypes | () | Funzione di costruzione |
public function StageTypes()| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
| Versioni runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the type property of AbstractStage.
Elementi API correlati
Descrizione dei metodi
isStageSerial | () | metodo |
public static function isStageSerial(type:String):Boolean| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
| Versioni 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.
Parametri
type:String |
Boolean |
Descrizione delle costanti
PARALLEL_APPROVAL | Costante |
public static const PARALLEL_APPROVAL:String = "PARALLEL_APPROVAL"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
| Versioni runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the stage type is parallel approval.
PARALLEL_REVIEW | Costante |
public static const PARALLEL_REVIEW:String = "PARALLEL_REVIEW"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
| Versioni runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the stage type is parallel review.
SEQUENTIAL_APPROVAL | Costante |
public static const SEQUENTIAL_APPROVAL:String = "SEQUENTIAL_APPROVAL"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
| Versioni runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the stage type is sequential approval.
SEQUENTIAL_REVIEW | Costante |
public static const SEQUENTIAL_REVIEW:String = "SEQUENTIAL_REVIEW"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
| Versioni runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the stage type is sequential review.
TYPES | Costante |
public static const TYPES:Array| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
| Versioni 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
Tue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate