Paket | com.adobe.solutions.rca.constant |
Sınıf | public class AuthorStatus |
Miras Alma | AuthorStatus Object |
Alt Sınıflar | LocalizedAuthorStatus |
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) |
AuthorStatus
Enum.
Yöntem | Tanımlayan: | ||
---|---|---|---|
The constructor for AuthorStatus class. | AuthorStatus | ||
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_BY_INITIATOR : String = "APPROVED_BY_INITIATOR" [statik]
APPROVED_BY_INITIATOR implies that content submitted by author has been approved by initiator. | AuthorStatus | ||
COMPLETED : String = "COMPLETED" [statik]
COMPLETED status implies that author has completed the creation task. | AuthorStatus | ||
DECLINE : String = "DECLINE" [statik]
DECLINE status implies that task has been declined by the author. | AuthorStatus | ||
PENDING : String = "PENDING" [statik]
PENDING status implies that the task is waiting for action in the queue of the author. | AuthorStatus | ||
TERMINATED : String = "TERMINATED" [statik]
TERMINATED status implies that task has been terminated. | AuthorStatus | ||
TYPES : Array [statik]
Utility array containing all the valid values of author status. | AuthorStatus | ||
UNDER_REVIEW : String = "UNDER_REVIEW" [statik]
UNDER_REVIEW status implies that task has been submitted by tha author and is currently reviewed by workflow initiator. | AuthorStatus |
AuthorStatus | () | Yapıcı |
public function AuthorStatus()
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 AuthorStatus
class.
İlgili API Öğeleri
APPROVED_BY_INITIATOR | Sabit |
public static const APPROVED_BY_INITIATOR:String = "APPROVED_BY_INITIATOR"
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_BY_INITIATOR
implies that content submitted by author has been approved by initiator.
İ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 implies that author has completed the creation task.
DECLINE | Sabit |
public static const DECLINE:String = "DECLINE"
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) |
DECLINE
status implies that task has been declined by the author.
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 implies that the task is waiting for action in the queue of the author.
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) |
TERMINATED
status implies that task has been terminated.
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 author status.
UNDER_REVIEW | Sabit |
public static const UNDER_REVIEW:String = "UNDER_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) |
UNDER_REVIEW
status implies that task has been submitted by tha author and is currently reviewed by workflow initiator.
İlgili API Öğeleri
Tue Jun 12 2018, 01:09 PM Z