| Пакет | com.adobe.solutions.rca.constant |
| Класс | public class StageTypes |
| Наследование | StageTypes Object |
| Подклассы | LocalizedStageTypes |
| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Review, Commenting, and Approval Building Block 10 |
| Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
StageTypes Enum.
| Метод | Определено | ||
|---|---|---|---|
The constructor for StageTypes class. | StageTypes | ||
![]() |
Показывает, определено ли заданное свойство для объекта. | Object | |
![]() |
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | |
[статические]
Utility method to determine if a stage is parallel or sequential. | StageTypes | ||
![]() |
Показывает наличие заданного свойства и его перечисляемость. | Object | |
![]() |
Задает доступность динамического свойства для операций цикла. | Object | |
![]() |
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | |
![]() |
Возвращает строковое представление заданного объекта. | Object | |
![]() |
Возвращает элементарное значение заданного объекта. | Object | |
| Константа | Определено | ||
|---|---|---|---|
| CREATION : String = "CREATION" [статические]
The stage type for a creation stage. | StageTypes | ||
| PARALLEL_APPROVAL : String = "PARALLEL_APPROVAL" [статические]
The stage type of a parallel approval stage. | StageTypes | ||
| PARALLEL_REVIEW : String = "PARALLEL_REVIEW" [статические]
The stage type of a parallel review stage. | StageTypes | ||
| SEQUENTIAL_APPROVAL : String = "SEQUENTIAL_APPROVAL" [статические]
The stage type of a sequential approval stage. | StageTypes | ||
| SEQUENTIAL_REVIEW : String = "SEQUENTIAL_REVIEW" [статические]
The stage type of a sequential review stage. | StageTypes | ||
| TYPES : Array [статические]
Utility array containg all the valid values of type property of Stage. | StageTypes | ||
StageTypes | () | Конструктор |
public function StageTypes()| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Review, Commenting, and Approval Building Block 10 |
| Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The constructor for StageTypes class.
The StageTypes class provides values for the type property of Stage.
This property determines whether the stage is an approval or a review stage and whether the task assignment is sequential or parallel.
Связанные элементы API
isStageSerial | () | метод |
public static function isStageSerial(type:String):Boolean| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Review, Commenting, and Approval Building Block 10 |
| Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Utility method to determine if a stage is parallel or sequential.
Параметры
type:String — The type of stage.
|
Boolean — A Boolean value. True if a stage is serial and False otherwise.
|
CREATION | Константа |
public static const CREATION:String = "CREATION"| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Review, Commenting, and Approval Building Block 10 |
| Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The stage type for a creation stage.
PARALLEL_APPROVAL | Константа |
public static const PARALLEL_APPROVAL:String = "PARALLEL_APPROVAL"| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Review, Commenting, and Approval Building Block 10 |
| Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The stage type of a parallel approval stage.
PARALLEL_REVIEW | Константа |
public static const PARALLEL_REVIEW:String = "PARALLEL_REVIEW"| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Review, Commenting, and Approval Building Block 10 |
| Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The stage type of a parallel review stage.
SEQUENTIAL_APPROVAL | Константа |
public static const SEQUENTIAL_APPROVAL:String = "SEQUENTIAL_APPROVAL"| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Review, Commenting, and Approval Building Block 10 |
| Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The stage type of a sequential approval stage.
SEQUENTIAL_REVIEW | Константа |
public static const SEQUENTIAL_REVIEW:String = "SEQUENTIAL_REVIEW"| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Review, Commenting, and Approval Building Block 10 |
| Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The stage type of a sequential review stage.
TYPES | Константа |
public static const TYPES:Array| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Review, Commenting, and Approval Building Block 10 |
| Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Utility array containg all the valid values of type property of Stage.
Tue Jun 12 2018, 11:34 AM Z
Скрыть унаследованные общедоступные свойства
Показать унаследованные общедоступные свойства