Пакет | com.adobe.solutions.rca.constant |
Класс | public class ApproverStatus |
Наследование | ApproverStatus Object |
Подклассы | LocalizedApproverStatus |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
ApproverStatus
Enum.
Общедоступные свойства
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
The constructor for ApproverStatus class. | ApproverStatus | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object |
Общедоступные константы
Константа | Определено | ||
---|---|---|---|
APPROVED : String = "APPROVED" [статические]
The approver status when the document (task) has been approved by the approver. | ApproverStatus | ||
PENDING : String = "PENDING" [статические]
The approver status when the document (task) in pending. | ApproverStatus | ||
REJECTED : String = "REJECTED" [статические]
The approver status when the document (task) has been rejected by the approver. | ApproverStatus | ||
REMOVED : String = "REMOVED" [статические]
The approver status when the approver has been removed from the stage. | ApproverStatus | ||
TERMINATED : String = "TERMINATED" [статические]
The approver status when the stage is completed but the approver has not completed the task. | ApproverStatus | ||
TYPES : Array [статические]
Utility array of all possible status for an approver. | ApproverStatus |
Сведения о конструкторе
ApproverStatus | () | Конструктор |
public function ApproverStatus()
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The constructor for ApproverStatus
class.
The ApproverStatus class provides values for the status property of an approver.
Связанные элементы API
Сведения о константе
APPROVED | Константа |
public static const APPROVED:String = "APPROVED"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The approver status when the document (task) has been approved by the approver.
PENDING | Константа |
public static const PENDING:String = "PENDING"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The approver status when the document (task) in pending.
REJECTED | Константа |
public static const REJECTED:String = "REJECTED"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The approver status when the document (task) has been rejected by the approver.
REMOVED | Константа |
public static const REMOVED:String = "REMOVED"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The approver status when the approver has been removed from the stage.
TERMINATED | Константа |
public static const TERMINATED:String = "TERMINATED"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The approver status when the stage is completed but the approver has not completed the task.
TYPES | Константа |
public static const TYPES:Array
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Utility array of all possible status for an approver.
Tue Jun 12 2018, 11:34 AM Z