Paket | com.adobe.solutions.rca.constant |
Sınıf | public class ApproverStatus |
Miras Alma | ApproverStatus Object |
Alt Sınıflar | LocalizedApproverStatus |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
ApproverStatus
Enum.
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
The constructor for ApproverStatus class. | ApproverStatus | ||
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 |
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
APPROVED : String = "APPROVED" [statik]
The approver status when the document (task) has been approved by the approver. | ApproverStatus | ||
PENDING : String = "PENDING" [statik]
The approver status when the document (task) in pending. | ApproverStatus | ||
REJECTED : String = "REJECTED" [statik]
The approver status when the document (task) has been rejected by the approver. | ApproverStatus | ||
REMOVED : String = "REMOVED" [statik]
The approver status when the approver has been removed from the stage. | ApproverStatus | ||
TERMINATED : String = "TERMINATED" [statik]
The approver status when the stage is completed but the approver has not completed the task. | ApproverStatus | ||
TYPES : Array [statik]
Utility array of all possible status for an approver. | ApproverStatus |
Yapıcı Ayrıntı
ApproverStatus | () | Yapıcı |
public function ApproverStatus()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The constructor for ApproverStatus
class.
The ApproverStatus class provides values for the status property of an approver.
İlgili API Öğeleri
Sabit Ayrıntısı
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) |
The approver status when the document (task) has been approved by the approver.
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) |
The approver status when the document (task) in pending.
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) |
The approver status when the document (task) has been rejected by the approver.
REMOVED | Sabit |
public static const REMOVED:String = "REMOVED"
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 approver status when the approver has been removed from the stage.
TERMINATED | Sabit |
public static const TERMINATED:String = "TERMINATED"
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 approver status when the stage is completed but the approver has not completed the task.
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 of all possible status for an approver.
Tue Jun 12 2018, 01:09 PM Z