Paket | com.adobe.solutions.prm.constant |
Klasse | public class ProjectState |
Vererbung | ProjectState Object |
Unterklassen | LocalizedProjectState |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Project Management“ 10.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Öffentliche Eigenschaften
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
The constructor of ProjectState class. | ProjectState | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
Öffentliche Konstanten
Konstante | Definiert von | ||
---|---|---|---|
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 |
Konstruktordetails
ProjectState | () | Konstruktor |
public function ProjectState()
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Project Management“ 10.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The constructor of ProjectState
class.
Konstantendetails
COMPLETED | Konstante |
public static const COMPLETED:String = "COMPLETED"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Project Management“ 10.0 |
Laufzeitversionen: | 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 | Konstante |
public static const IN_PROGRESS:String = "IN_PROGRESS"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Project Management“ 10.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
A project or workitem move to the Pending
state before it starts.
INACTIVE | Konstante |
public static const INACTIVE:String = "INACTIVE"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Project Management“ 10.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The initial state for a project or workitem is Inactive
.
PENDING | Konstante |
public static const PENDING:String = "PENDING"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Project Management“ 10.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Pending
state indicates a termination of a project or a workitem by the user.
TERMINATED | Konstante |
public static const TERMINATED:String = "TERMINATED"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Project Management“ 10.0 |
Laufzeitversionen: | 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 | Konstante |
public static const TYPES:Array
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Project Management“ 10.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
An array of all the states of a project or a workitem.
Tue Jun 12 2018, 10:04 AM Z