| Пакет | com.adobe.livecycle.rca.model.constant |
| Класс | public class StageTypes |
| Наследование | StageTypes Object |
Устарело с Review, Commenting, and Approval 10: Используйте com.adobe.solutions.rca.constant.StageTypes
| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Review, Commenting, and Approval Building Block 9.5 |
| Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Общедоступные свойства
Общедоступные методы
| Метод | Определено | ||
|---|---|---|---|
Provides values for the type property of AbstractStage. | StageTypes | ||
![]() |
Показывает, определено ли заданное свойство для объекта. | Object | |
![]() |
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | |
[статические] Determines whether a stage is parallel or sequential. | StageTypes | ||
![]() |
Показывает наличие заданного свойства и его перечисляемость. | Object | |
![]() |
Задает доступность динамического свойства для операций цикла. | Object | |
![]() |
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | |
![]() |
Возвращает строковое представление заданного объекта. | Object | |
![]() |
Возвращает элементарное значение заданного объекта. | Object | |
Общедоступные константы
| Константа | Определено | ||
|---|---|---|---|
| PARALLEL_APPROVAL : String = "PARALLEL_APPROVAL" [статические] Specifies that the stage type is parallel approval. | StageTypes | ||
| PARALLEL_REVIEW : String = "PARALLEL_REVIEW" [статические] Specifies that the stage type is parallel review. | StageTypes | ||
| SEQUENTIAL_APPROVAL : String = "SEQUENTIAL_APPROVAL" [статические] Specifies that the stage type is sequential approval. | StageTypes | ||
| SEQUENTIAL_REVIEW : String = "SEQUENTIAL_REVIEW" [статические] Specifies that the stage type is sequential review. | StageTypes | ||
| TYPES : Array [статические] An array that specifies the valid types for the StageType class. | StageTypes | ||
Сведения о конструкторе
StageTypes | () | Конструктор |
public function StageTypes()| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Review, Commenting, and Approval Building Block 9.5 |
| Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the type property of AbstractStage.
Связанные элементы API
Сведения о методе
isStageSerial | () | метод |
public static function isStageSerial(type:String):Boolean| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Review, Commenting, and Approval Building Block 9.5 |
| Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Determines whether a stage is parallel or sequential.
Returns a Boolean value that specifies whether the stage is serial or parallel. If the value is true, the stage is serial.
Параметры
type:String |
Boolean |
Сведения о константе
PARALLEL_APPROVAL | Константа |
public static const PARALLEL_APPROVAL:String = "PARALLEL_APPROVAL"| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Review, Commenting, and Approval Building Block 9.5 |
| Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the stage type is parallel approval.
PARALLEL_REVIEW | Константа |
public static const PARALLEL_REVIEW:String = "PARALLEL_REVIEW"| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Review, Commenting, and Approval Building Block 9.5 |
| Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the stage type is parallel review.
SEQUENTIAL_APPROVAL | Константа |
public static const SEQUENTIAL_APPROVAL:String = "SEQUENTIAL_APPROVAL"| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Review, Commenting, and Approval Building Block 9.5 |
| Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the stage type is sequential approval.
SEQUENTIAL_REVIEW | Константа |
public static const SEQUENTIAL_REVIEW:String = "SEQUENTIAL_REVIEW"| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Review, Commenting, and Approval Building Block 9.5 |
| Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the stage type is sequential review.
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) |
An array that specifies the valid types for the StageType class. Valid types are
SEQUENTIAL_REVIEW, PARALLEL_REVIEW, SEQUENTIAL_APPROVAL, and PARALLEL_APPROVAL
Tue Jun 12 2018, 11:34 AM Z
Скрыть унаследованные общедоступные свойства
Показать унаследованные общедоступные свойства