Пакет | com.adobe.solutions.rca.constant |
Класс | public class ReviewerStatus |
Наследование | ReviewerStatus Object |
Подклассы | LocalizedReviewerStatus |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
ReviewerStatus
Enum.
Метод | Определено | ||
---|---|---|---|
The constructor for ReviewerStatus class. | ReviewerStatus | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object |
Константа | Определено | ||
---|---|---|---|
CHANGES_REQUIRED : String = "CHANGES_REQUIRED" [статические]
The reviewer status when the document or a task has been marked back to initiator for changes. | ReviewerStatus | ||
COMPLETED : String = "COMPLETED" [статические]
The reviewer status when the document or a task has been completed by the reviewer. | ReviewerStatus | ||
DECLINED : String = "DECLINED" [статические]
The reviewer status when the document or a task has been declined by reviewer. | ReviewerStatus | ||
PENDING : String = "PENDING" [статические]
The reviewer status when the document or a task is pending. | ReviewerStatus | ||
REJECTED : String = "REJECTED" [статические]
The reviewer status when the reviewer has rejected the document or a task. | ReviewerStatus | ||
REMOVED : String = "REMOVED" [статические]
The reviewer status when the reviewer has been removed from the stage. | ReviewerStatus | ||
TERMINATED : String = "TERMINATED" [статические]
The reviewer status when the stage is completed but the reviewer has not completed the task. | ReviewerStatus | ||
TYPES : Array [статические]
Utility array of all possible status for an approver. | ReviewerStatus |
ReviewerStatus | () | Конструктор |
public function ReviewerStatus()
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The constructor for ReviewerStatus
class.
The ReviewerStatus class provides values for the status property of an reviewer.
Связанные элементы API
CHANGES_REQUIRED | Константа |
public static const CHANGES_REQUIRED:String = "CHANGES_REQUIRED"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The reviewer status when the document or a task has been marked back to initiator for changes.
COMPLETED | Константа |
public static const COMPLETED:String = "COMPLETED"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The reviewer status when the document or a task has been completed by the reviewer.
DECLINED | Константа |
public static const DECLINED:String = "DECLINED"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The reviewer status when the document or a task has been declined by reviewer.
PENDING | Константа |
public static const PENDING:String = "PENDING"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The reviewer status when the document or a task is 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 reviewer status when the reviewer has rejected the document or a task.
REMOVED | Константа |
public static const REMOVED:String = "REMOVED"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The reviewer status when the reviewer 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 reviewer status when the stage is completed but the reviewer has not completed the task. This happens if the reviewer is an optional reviewer.
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