| Paket | com.adobe.solutions.rca.constant |
| Sınıf | public class StageStatus |
| Miras Alma | StageStatus Object |
| Alt Sınıflar | LocalizedStageStatus |
| 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) |
StageStatus Enum.
| Yöntem | Tanımlayan: | ||
|---|---|---|---|
The constructor for StageStatus class. | StageStatus | ||
![]() |
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 | |
![]() |
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: | ||
|---|---|---|---|
| APPROVED : String = "APPROVED" [statik]
APPROVED status means the stage is over. | StageStatus | ||
| COMPLETED : String = "COMPLETED" [statik]
COMPLETED status means the stage is over. | StageStatus | ||
| DELAYED : String = "DELAYED" [statik]
DELAYED status means that the stage has exceeded its specified duration but since the stage was set to never expire, the stage has not expired. | StageStatus | ||
| EXPIRED : String = "EXPIRED" [statik]
EXPIRED status means the stage was not completed within the stage duration. | StageStatus | ||
| ONGOING : String = "ONGOING" [statik]
ONGOING status means the stage is currently in progress. | StageStatus | ||
| PENDING : String = "PENDING" [statik]
PENDING status means the stage has not been reached as yet. | StageStatus | ||
| REJECTED : String = "REJECTED" [statik]
REJECTED status means the stage is over. | StageStatus | ||
| REVISED : String = "REVISED" [statik]
REVISED status means the stage has been revised by moderator or initiator. | StageStatus | ||
| REVOKED : String = "REVOKED" [statik]
REVOKED status means the review has been revoked by moderator or initiator. | StageStatus | ||
| TYPES : Array [statik]
Utility array containing all the valid values of StageStatus. | StageStatus | ||
StageStatus | () | Yapıcı |
public function StageStatus()| 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 StageStatus class.
The StageStatus class provides values for the status property of Stage.
İlgili API Öğeleri
APPROVED | Sabit |
public static const APPROVED:String = "APPROVED"| 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) |
APPROVED status means the stage is over. This status is set when all the approvers have marked their tasks approved in an approval stage.
Update operations like, add or remove, an approver or a reviewer, updateStageDuration can not be performed in this state.
COMPLETED | Sabit |
public static const COMPLETED:String = "COMPLETED"| 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) |
COMPLETED status means the stage is over. This status is set on successful completion of a review stage.
Update operations like add or remove, an approver or a reviewer, updateStageDuration can not be performed in this state.
DELAYED | Sabit |
public static const DELAYED:String = "DELAYED"| 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) |
DELAYED status means that the stage has exceeded its specified duration but since the stage was set to never expire, the stage has not expired.
EXPIRED | Sabit |
public static const EXPIRED:String = "EXPIRED"| 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) |
EXPIRED status means the stage was not completed within the stage duration.
This status is set if one or more of mandatory reviewers are remaining for a review stage or one or more approvers have not completed their task in an approval stage.
Update operations like, add or remove, an approver or a reviewer, updateStageDuration can not be performed in this state.
ONGOING | Sabit |
public static const ONGOING:String = "ONGOING"| 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) |
ONGOING status means the stage is currently in progress.
Update operations like add or remove, an approver or a reviewer, updateStageDuration can be performed in this state.
PENDING | Sabit |
public static const PENDING:String = "PENDING"| 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) |
PENDING status means the stage has not been reached as yet.
Update operations like add or remove an approver or a reviewer, updateStageDuration can be performed in this state.
REJECTED | Sabit |
public static const REJECTED:String = "REJECTED"| 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) |
REJECTED status means the stage is over. This status is set one of the approvers have marked their tasks rejected in an approval stage.
Update operations like, add or remove, an approver or a reviewer, updateStageDuration can not be performed in this state.
REVISED | Sabit |
public static const REVISED:String = "REVISED"| 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) |
REVISED status means the stage has been revised by moderator or initiator.
Update operations like, add or remove, an approver or a reviewer, updateStageDuration can be performed in this state.
REVOKED | Sabit |
public static const REVOKED:String = "REVOKED"| 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) |
REVOKED status means the review has been revoked by moderator or initiator.
Update operations like, add or remove, an approver or a reviewer, updateStageDuration can not be performed in this state.
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 containing all the valid values of StageStatus.
Tue Jun 12 2018, 01:09 PM Z
Miras Alınan Genel Özellikleri Gizle
Miras Alınan Genel Özellikleri Göster