Paket | com.adobe.solutions.prm.constant |
Klass | public class ProjectState |
Arv | ProjectState Object |
Underklasser | LocalizedProjectState |
Språkversion: | ActionScript 3.0 |
Produktversion: | Project Management Building Block 10.0 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Publika egenskaper
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
The constructor of ProjectState class. | ProjectState | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar det angivna objektets strängbeteckning. | Object | ||
Returnerar det angivna objektets primitiva värde. | Object |
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
COMPLETED : String = "COMPLETED" [statisk]
A project or workitem moves to IN_progress state when it starts, as scheduled or as activated manually. | ProjectState | ||
INACTIVE : String = "INACTIVE" [statisk]
The initial state for a project or workitem is Inactive. | ProjectState | ||
IN_PROGRESS : String = "IN_PROGRESS" [statisk]
A project or workitem move to the Pending state before it starts. | ProjectState | ||
PENDING : String = "PENDING" [statisk]
Pending state indicates a termination of a project or a workitem by the user. | ProjectState | ||
TERMINATED : String = "TERMINATED" [statisk]
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 [statisk]
An array of all the states of a project or a workitem. | ProjectState |
Konstruktordetaljer
ProjectState | () | Konstruktor |
public function ProjectState()
Språkversion: | ActionScript 3.0 |
Produktversion: | Project Management Building Block 10.0 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
The constructor of ProjectState
class.
Konstantdetaljer
COMPLETED | Konstant |
public static const COMPLETED:String = "COMPLETED"
Språkversion: | ActionScript 3.0 |
Produktversion: | Project Management Building Block 10.0 |
Körningsmiljöversioner: | 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 | Konstant |
public static const IN_PROGRESS:String = "IN_PROGRESS"
Språkversion: | ActionScript 3.0 |
Produktversion: | Project Management Building Block 10.0 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
A project or workitem move to the Pending
state before it starts.
INACTIVE | Konstant |
public static const INACTIVE:String = "INACTIVE"
Språkversion: | ActionScript 3.0 |
Produktversion: | Project Management Building Block 10.0 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
The initial state for a project or workitem is Inactive
.
PENDING | Konstant |
public static const PENDING:String = "PENDING"
Språkversion: | ActionScript 3.0 |
Produktversion: | Project Management Building Block 10.0 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Pending
state indicates a termination of a project or a workitem by the user.
TERMINATED | Konstant |
public static const TERMINATED:String = "TERMINATED"
Språkversion: | ActionScript 3.0 |
Produktversion: | Project Management Building Block 10.0 |
Körningsmiljöversioner: | 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 | Konstant |
public static const TYPES:Array
Språkversion: | ActionScript 3.0 |
Produktversion: | Project Management Building Block 10.0 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
An array of all the states of a project or a workitem.
Tue Jun 12 2018, 01:40 PM Z