Package | com.adobe.solutions.prm.constant |
Class | public class ProjectState |
Inheritance | ProjectState Object |
Subclasses | LocalizedProjectState |
Language Version: | ActionScript 3.0 |
Product Version: | Project Management Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
The constructor of ProjectState class. | ProjectState | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Public Constants
Constant | Defined By | ||
---|---|---|---|
COMPLETED : String = "COMPLETED" [static]
A project or workitem moves to IN_progress state when it starts, as scheduled or as activated manually. | ProjectState | ||
INACTIVE : String = "INACTIVE" [static]
The initial state for a project or workitem is Inactive. | ProjectState | ||
IN_PROGRESS : String = "IN_PROGRESS" [static]
A project or workitem move to the Pending state before it starts. | ProjectState | ||
PENDING : String = "PENDING" [static]
Pending state indicates a termination of a project or a workitem by the user. | ProjectState | ||
TERMINATED : String = "TERMINATED" [static]
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 [static]
An array of all the states of a project or a workitem. | ProjectState |
Constructor Detail
ProjectState | () | Constructor |
public function ProjectState()
Language Version: | ActionScript 3.0 |
Product Version: | Project Management Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The constructor of ProjectState
class.
Constant Detail
COMPLETED | Constant |
public static const COMPLETED:String = "COMPLETED"
Language Version: | ActionScript 3.0 |
Product Version: | Project Management Building Block 10.0 |
Runtime Versions: | 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 | Constant |
public static const IN_PROGRESS:String = "IN_PROGRESS"
Language Version: | ActionScript 3.0 |
Product Version: | Project Management Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
A project or workitem move to the Pending
state before it starts.
INACTIVE | Constant |
public static const INACTIVE:String = "INACTIVE"
Language Version: | ActionScript 3.0 |
Product Version: | Project Management Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The initial state for a project or workitem is Inactive
.
PENDING | Constant |
public static const PENDING:String = "PENDING"
Language Version: | ActionScript 3.0 |
Product Version: | Project Management Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Pending
state indicates a termination of a project or a workitem by the user.
TERMINATED | Constant |
public static const TERMINATED:String = "TERMINATED"
Language Version: | ActionScript 3.0 |
Product Version: | Project Management Building Block 10.0 |
Runtime Versions: | 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 | Constant |
public static const TYPES:Array
Language Version: | ActionScript 3.0 |
Product Version: | Project Management Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
An array of all the states of a project or a workitem.
Thu Dec 6 2018, 01:12 PM -08:00