Paket | com.adobe.solutions.prm.constant |
Sınıf | public class ProjectState |
Miras Alma | ProjectState Object |
Alt Sınıflar | LocalizedProjectState |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Project Management Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
The constructor of ProjectState class. | ProjectState | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
COMPLETED : String = "COMPLETED" [statik]
A project or workitem moves to IN_progress state when it starts, as scheduled or as activated manually. | ProjectState | ||
INACTIVE : String = "INACTIVE" [statik]
The initial state for a project or workitem is Inactive. | ProjectState | ||
IN_PROGRESS : String = "IN_PROGRESS" [statik]
A project or workitem move to the Pending state before it starts. | ProjectState | ||
PENDING : String = "PENDING" [statik]
Pending state indicates a termination of a project or a workitem by the user. | ProjectState | ||
TERMINATED : String = "TERMINATED" [statik]
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 [statik]
An array of all the states of a project or a workitem. | ProjectState |
Yapıcı Ayrıntı
ProjectState | () | Yapıcı |
public function ProjectState()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Project Management Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The constructor of ProjectState
class.
Sabit Ayrıntısı
COMPLETED | Sabit |
public static const COMPLETED:String = "COMPLETED"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Project Management Building Block 10.0 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const IN_PROGRESS:String = "IN_PROGRESS"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Project Management Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
A project or workitem move to the Pending
state before it starts.
INACTIVE | Sabit |
public static const INACTIVE:String = "INACTIVE"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Project Management Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The initial state for a project or workitem is Inactive
.
PENDING | Sabit |
public static const PENDING:String = "PENDING"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Project Management Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Pending
state indicates a termination of a project or a workitem by the user.
TERMINATED | Sabit |
public static const TERMINATED:String = "TERMINATED"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Project Management Building Block 10.0 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const TYPES:Array
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Project Management Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
An array of all the states of a project or a workitem.
Tue Jun 12 2018, 01:09 PM Z