Пакет | com.adobe.solutions.prm.constant |
Класс | public class ProjectState |
Наследование | ProjectState Object |
Подклассы | LocalizedProjectState |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Project Management Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Общедоступные свойства
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
The constructor of ProjectState class. | ProjectState | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object |
Общедоступные константы
Константа | Определено | ||
---|---|---|---|
COMPLETED : String = "COMPLETED" [статические]
A project or workitem moves to IN_progress state when it starts, as scheduled or as activated manually. | ProjectState | ||
INACTIVE : String = "INACTIVE" [статические]
The initial state for a project or workitem is Inactive. | ProjectState | ||
IN_PROGRESS : String = "IN_PROGRESS" [статические]
A project or workitem move to the Pending state before it starts. | ProjectState | ||
PENDING : String = "PENDING" [статические]
Pending state indicates a termination of a project or a workitem by the user. | ProjectState | ||
TERMINATED : String = "TERMINATED" [статические]
A project and a WorkItem move to a Completed state when all the children are in a Completed state and when the associated workflow has ended, respectively. | ProjectState | ||
TYPES : Array [статические]
An array of all the states of a project or a workitem. | ProjectState |
Сведения о конструкторе
ProjectState | () | Конструктор |
public function ProjectState()
Язык версии: | ActionScript 3.0 |
Версия продукта: | Project Management Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The constructor of ProjectState
class.
Сведения о константе
COMPLETED | Константа |
public static const COMPLETED:String = "COMPLETED"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Project Management Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
A project or workitem moves to IN_progress
state when it starts, as scheduled or as activated manually.
IN_PROGRESS | Константа |
public static const IN_PROGRESS:String = "IN_PROGRESS"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Project Management Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
A project or workitem move to the Pending
state before it starts.
INACTIVE | Константа |
public static const INACTIVE:String = "INACTIVE"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Project Management Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The initial state for a project or workitem is Inactive
.
PENDING | Константа |
public static const PENDING:String = "PENDING"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Project Management Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Pending
state indicates a termination of a project or a workitem by the user.
TERMINATED | Константа |
public static const TERMINATED:String = "TERMINATED"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Project Management Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
A project and a WorkItem move to a Completed
state when all the children are in a Completed
state and when the associated workflow has ended, respectively.
TYPES | Константа |
public static const TYPES:Array
Язык версии: | ActionScript 3.0 |
Версия продукта: | Project Management Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
An array of all the states of a project or a workitem.
Tue Jun 12 2018, 11:34 AM Z