Paket | com.adobe.solutions.rca.constant |
Sınıf | public class ReviewStatus |
Miras Alma | ReviewStatus Object |
Alt Sınıflar | LocalizedReviewStatus |
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) |
ReviewerStatus
Enum.
Yöntem | Tanımlayan: | ||
---|---|---|---|
The constructor for ReviewStatus class. | ReviewStatus | ||
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: | ||
---|---|---|---|
COMPLETED : String = "COMPLETED" [statik]
COMPLETED status means the review has completed all the stages successfully. | ReviewStatus | ||
EXPIRED : String = "EXPIRED" [statik]
EXPIRED status means the review has expired in one of its stages. | ReviewStatus | ||
ONGOING : String = "ONGOING" [statik]
ONGOING status means the review is currently in progress. | ReviewStatus | ||
REVISED : String = "REVISED" [statik]
REVISED status means the review has been revised by initiator. | ReviewStatus | ||
REVOKED : String = "REVOKED" [statik]
REVOKED status means the review has been revoked by a participant (an initiator or a moderator). | ReviewStatus | ||
TYPES : Array [statik]
Utility array containing all the valid values of ReviewStatus. | ReviewStatus |
ReviewStatus | () | Yapıcı |
public function ReviewStatus()
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 ReviewStatus
class.
The ReviewStatus class provides values for the status property of ReviewContext.
İlgili API Öğeleri
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 review has completed all the stages successfully. Update operations can not be performed in this state.
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 review has expired in one of its stages. This means that one of the stage was not complete in specified duration.
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 review is currently in progress. Update operations like, add or remove an approver or a reviewer, or revise review can 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 review has been revised by initiator. If a new or updated document is submitted in a ongoing process, a new revision of the process is initiated and the status of old process is set to REVISED
.
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 a participant (an initiator or a moderator). The review can be revoked by calling revoke review on ManagedReviewAndApprovalService
.
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 ReviewStatus
.
Tue Jun 12 2018, 01:09 PM Z