套件 | 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, 03:47 PM Z