Pacote | com.adobe.solutions.prm.constant |
Classe | public class ProjectState |
Herança | ProjectState Object |
Subclasses | LocalizedProjectState |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Propriedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
The constructor of ProjectState class. | ProjectState | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
COMPLETED : String = "COMPLETED" [estático]
A project or workitem moves to IN_progress state when it starts, as scheduled or as activated manually. | ProjectState | ||
INACTIVE : String = "INACTIVE" [estático]
The initial state for a project or workitem is Inactive. | ProjectState | ||
IN_PROGRESS : String = "IN_PROGRESS" [estático]
A project or workitem move to the Pending state before it starts. | ProjectState | ||
PENDING : String = "PENDING" [estático]
Pending state indicates a termination of a project or a workitem by the user. | ProjectState | ||
TERMINATED : String = "TERMINATED" [estático]
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 [estático]
An array of all the states of a project or a workitem. | ProjectState |
Detalhes do construtor
ProjectState | () | Construtor |
public function ProjectState()
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor of ProjectState
class.
Detalhes da constante
COMPLETED | Constante |
public static const COMPLETED:String = "COMPLETED"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | 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 | Constante |
public static const IN_PROGRESS:String = "IN_PROGRESS"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
A project or workitem move to the Pending
state before it starts.
INACTIVE | Constante |
public static const INACTIVE:String = "INACTIVE"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The initial state for a project or workitem is Inactive
.
PENDING | Constante |
public static const PENDING:String = "PENDING"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Pending
state indicates a termination of a project or a workitem by the user.
TERMINATED | Constante |
public static const TERMINATED:String = "TERMINATED"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | 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 | Constante |
public static const TYPES:Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
An array of all the states of a project or a workitem.
Wed Jun 13 2018, 11:10 AM Z