| Paket | com.adobe.solutions.rca.constant |
| Sınıf | public class StageTypes |
| Miras Alma | StageTypes Object |
| Alt Sınıflar | LocalizedStageTypes |
| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
StageTypes Enum.
| Yöntem | Tanımlayan: | ||
|---|---|---|---|
The constructor for StageTypes class. | StageTypes | ||
![]() |
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | |
![]() |
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | |
[statik]
Utility method to determine if a stage is parallel or sequential. | StageTypes | ||
![]() |
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | |
![]() |
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | |
![]() |
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | |
![]() |
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | |
![]() |
Belirtilen nesnenin temel değerini döndürür. | Object | |
| Sabit | Tanımlayan: | ||
|---|---|---|---|
| CREATION : String = "CREATION" [statik]
The stage type for a creation stage. | StageTypes | ||
| PARALLEL_APPROVAL : String = "PARALLEL_APPROVAL" [statik]
The stage type of a parallel approval stage. | StageTypes | ||
| PARALLEL_REVIEW : String = "PARALLEL_REVIEW" [statik]
The stage type of a parallel review stage. | StageTypes | ||
| SEQUENTIAL_APPROVAL : String = "SEQUENTIAL_APPROVAL" [statik]
The stage type of a sequential approval stage. | StageTypes | ||
| SEQUENTIAL_REVIEW : String = "SEQUENTIAL_REVIEW" [statik]
The stage type of a sequential review stage. | StageTypes | ||
| TYPES : Array [statik]
Utility array containg all the valid values of type property of Stage. | StageTypes | ||
StageTypes | () | Yapıcı |
public function StageTypes()| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
| Çalışma Zamanı Sürümleri: | 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.
İlgili API Öğeleri
isStageSerial | () | yöntem |
public static function isStageSerial(type:String):Boolean| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Utility method to determine if a stage is parallel or sequential.
Parametreler
type:String — The type of stage.
|
Boolean — A Boolean value. True if a stage is serial and False otherwise.
|
CREATION | Sabit |
public static const CREATION:String = "CREATION"| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The stage type for a creation stage.
PARALLEL_APPROVAL | Sabit |
public static const PARALLEL_APPROVAL:String = "PARALLEL_APPROVAL"| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The stage type of a parallel approval stage.
PARALLEL_REVIEW | Sabit |
public static const PARALLEL_REVIEW:String = "PARALLEL_REVIEW"| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The stage type of a parallel review stage.
SEQUENTIAL_APPROVAL | Sabit |
public static const SEQUENTIAL_APPROVAL:String = "SEQUENTIAL_APPROVAL"| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The stage type of a sequential approval stage.
SEQUENTIAL_REVIEW | Sabit |
public static const SEQUENTIAL_REVIEW:String = "SEQUENTIAL_REVIEW"| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The stage type of a sequential review stage.
TYPES | Sabit |
public static const TYPES:Array| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Utility array containg all the valid values of type property of Stage.
Tue Jun 12 2018, 01:09 PM Z
Miras Alınan Genel Özellikleri Gizle
Miras Alınan Genel Özellikleri Göster