Пакет | com.adobe.livecycle.rca.model.constant |
Класс | public class ReviewerStatus |
Наследование | ReviewerStatus Object |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 9.5 |
Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Метод | Определено | ||
---|---|---|---|
Provides values for the status property of a reviewer. | ReviewerStatus | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object |
Константа | Определено | ||
---|---|---|---|
CHANGES_REQUIRED : String = "CHANGES_REQUIRED" [статические] Specifies the reviewer status when the reviewer has sent the task back to
the initiator for changes. | ReviewerStatus | ||
COMPLETED : String = "COMPLETED" [статические] Specifies the reviewer status when the reviewer has completed the task. | ReviewerStatus | ||
DECLINED : String = "DECLINED" [статические] Specifies the reviewer status when the reviewer has declined the task. | ReviewerStatus | ||
PENDING : String = "PENDING" [статические] Specifies the reviewer status when the task is pending. | ReviewerStatus | ||
REJECTED : String = "REJECTED" [статические] Specifies the reviewer status when the reviewer has rejected the task. | ReviewerStatus | ||
REMOVED : String = "REMOVED" [статические] Specifies the reviewer status when the reviewer has been removed from the stage. | ReviewerStatus | ||
TERMINATED : String = "TERMINATED" [статические] Specifies the reviewer status when the review stage is complete but the reviewer has not completed the task. | ReviewerStatus | ||
TYPES : Array [статические] A utility array of all possible values for the status of an approver. | ReviewerStatus |
ReviewerStatus | () | Конструктор |
public function ReviewerStatus()
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 9.5 |
Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the status property of a reviewer.
Связанные элементы API
CHANGES_REQUIRED | Константа |
public static const CHANGES_REQUIRED:String = "CHANGES_REQUIRED"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 9.5 |
Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the reviewer status when the reviewer has sent the task back to the initiator for changes. When the task is sent back for changes, it indicates that the review document has been sent back for changes.
COMPLETED | Константа |
public static const COMPLETED:String = "COMPLETED"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 9.5 |
Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the reviewer status when the reviewer has completed the task. When a task is complete, it indicates the document review is complete.
DECLINED | Константа |
public static const DECLINED:String = "DECLINED"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 9.5 |
Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the reviewer status when the reviewer has declined the task. When the task is declined, it indicates that the reviewer has declined the document review.
PENDING | Константа |
public static const PENDING:String = "PENDING"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 9.5 |
Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the reviewer status when the task is pending. A pending task indicates that a document is awaiting review.
REJECTED | Константа |
public static const REJECTED:String = "REJECTED"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 9.5 |
Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the reviewer status when the reviewer has rejected the task. When a task is rejected, it indicates that the reviewer has rejected the document.
REMOVED | Константа |
public static const REMOVED:String = "REMOVED"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 9.5 |
Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies 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 9.5 |
Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the reviewer status when the review stage is complete but the reviewer has not completed the task. When a task is terminated, it indicates that the reviewer did not review the document before the stage was complete. Used only if the reviewer is an optional reviewer.
TYPES | Константа |
public static const TYPES:Array
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 9.5 |
Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
A utility array of all possible values for the status of an approver.
Tue Jun 12 2018, 11:34 AM Z