Pakket | com.adobe.solutions.prm.constant |
Klasse | public class ProjectState |
Overerving | ProjectState Object |
Subklassen | LocalizedProjectState |
Taalversie: | ActionScript 3.0 |
Productversie: | Project Management Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Openbare eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
The constructor of ProjectState class. | ProjectState | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
COMPLETED : String = "COMPLETED" [statisch]
A project or workitem moves to IN_progress state when it starts, as scheduled or as activated manually. | ProjectState | ||
INACTIVE : String = "INACTIVE" [statisch]
The initial state for a project or workitem is Inactive. | ProjectState | ||
IN_PROGRESS : String = "IN_PROGRESS" [statisch]
A project or workitem move to the Pending state before it starts. | ProjectState | ||
PENDING : String = "PENDING" [statisch]
Pending state indicates a termination of a project or a workitem by the user. | ProjectState | ||
TERMINATED : String = "TERMINATED" [statisch]
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 [statisch]
An array of all the states of a project or a workitem. | ProjectState |
Constructordetails
ProjectState | () | Constructor |
public function ProjectState()
Taalversie: | ActionScript 3.0 |
Productversie: | Project Management Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The constructor of ProjectState
class.
Constantedetails
COMPLETED | Constante |
public static const COMPLETED:String = "COMPLETED"
Taalversie: | ActionScript 3.0 |
Productversie: | Project Management Building Block 10.0 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Project Management Building Block 10.0 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Project Management Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The initial state for a project or workitem is Inactive
.
PENDING | Constante |
public static const PENDING:String = "PENDING"
Taalversie: | ActionScript 3.0 |
Productversie: | Project Management Building Block 10.0 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Project Management Building Block 10.0 |
Runtimeversies: | 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
Taalversie: | ActionScript 3.0 |
Productversie: | Project Management Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
An array of all the states of a project or a workitem.
Wed Jun 13 2018, 11:42 AM Z