Paket | lc.procmgmt.ui.process |
Klasse | public class ProcessInstanceInfoModel |
Vererbung | ProcessInstanceInfoModel PresentationModel EventDispatcher Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
ProcessInstanceInfoModel
class provides support for
views that are interested in the data from a ProcessInstance
object, which represents a process instance.
Verwandte API-Elemente
Eigenschaft | Definiert von | ||
---|---|---|---|
constructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | Object | ||
errorMessage : Message [schreibgeschützt]
The error message that is generated when an attempt occurs to access the
details of the selected ProcessInstance object. | ProcessInstanceInfoModel | ||
pendingTasks : ListCollectionView [schreibgeschützt]
The collection of active tasks, which are represented by Task
objects that are associated with the selected ProcessInstance
object. | ProcessInstanceInfoModel | ||
processCompleteTime : Date [schreibgeschützt]
The time a process instance completed processing. | ProcessInstanceInfoModel | ||
processDescription : String [schreibgeschützt]
The description of a process instance. | ProcessInstanceInfoModel | ||
processInstance : ProcessInstance
The ProcessInstance object to inspect for process instance information. | ProcessInstanceInfoModel | ||
processInstanceId : Number [schreibgeschützt]
The unique identifer of a process instance. | ProcessInstanceInfoModel | ||
processInstanceStatus : String [schreibgeschützt]
The process instance's status value is a localized
string value that is processed by looking up the numeric value in
the resource bundle. | ProcessInstanceInfoModel | ||
processLastUpdatedTime : Date [schreibgeschützt]
The most recent time a process instance was updated. | ProcessInstanceInfoModel | ||
processName : String [schreibgeschützt]
The name of a process instance. | ProcessInstanceInfoModel | ||
processStartTime : Date [schreibgeschützt]
The start time of the process instance. | ProcessInstanceInfoModel | ||
processVariables : ListCollectionView [schreibgeschützt]
The list of process variables associated with the process instance. | ProcessInstanceInfoModel | ||
session : SessionMap
A SessionMap object that stores information relating to the server session. | PresentationModel | ||
showPendingTasks : Boolean [schreibgeschützt]
A flag that specifies whether pending tasks exist for a process instance. | ProcessInstanceInfoModel | ||
showProcessVariables : Boolean [schreibgeschützt]
A flag that specifies whether process variables exist for a process instance. | ProcessInstanceInfoModel | ||
state : String [schreibgeschützt]
The name of the state the current view is in. | PresentationModel |
Methode | Definiert von | ||
---|---|---|---|
Constructor. | ProcessInstanceInfoModel | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registriert ein Ereignis-Listener-Objekt bei einem EventDispatcher-Objekt, sodass der Listener über ein Ereignis benachrichtigt wird. | EventDispatcher | ||
bindProperty(destination:Object, destinationProperty:String, source:Object, sourceChain:Object, commitOnly:Boolean = false):ChangeWatcher
Binds a public property on the destination object from a property or
property chain on the source object. | PresentationModel | ||
Sendet ein Ereignis in den Ereignisablauf. | EventDispatcher | ||
Returns the corresponding cascading style sheet (CSS) property to use based on the specified parameters. | PresentationModel | ||
Überprüft, ob das EventDispatcher-Objekt Listener für einen bestimmten Ereignistyp registriert hat. | EventDispatcher | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Initializes the presentation model after the view bindings
are processed to prevent view bindings from overriding the initial model state. | PresentationModel | ||
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 | ||
Entfernt einen Listener aus dem EventDispatcher-Objekt. | EventDispatcher | ||
Reinitializes the selected ProcessInstance object to
null. | ProcessInstanceInfoModel | ||
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 | ||
Überprüft, ob bei diesem EventDispatcher-Objekt oder bei einem seiner Vorgänger ein Ereignis-Listener für einen bestimmten Ereignistyp registriert ist. | EventDispatcher |
Konstante | Definiert von | ||
---|---|---|---|
STATE_COMPLETED : String = "completedState" [statisch]
A special value that specifies that the process instance data has completed loading. | ProcessInstanceInfoModel | ||
STATE_ERROR : String = "errorState" [statisch]
A special value that specifies there is a problem retrieving
the process instance data. | ProcessInstanceInfoModel | ||
STATE_INITIAL : String = "initialState" [statisch]
A special value that specifies when the object is first created. | ProcessInstanceInfoModel | ||
STATE_RUNNING : String = "runningState" [statisch]
A special value that specifies that the process instance data is being loaded. | ProcessInstanceInfoModel |
errorMessage | Eigenschaft |
errorMessage:Message
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The error message that is generated when an attempt occurs to access the
details of the selected ProcessInstance
object. An error message
populates this property only when an error occurs.
Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange
-Ereignis ausgelöst.
Implementierung
public function get errorMessage():Message
pendingTasks | Eigenschaft |
pendingTasks:ListCollectionView
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The collection of active tasks, which are represented by Task
objects that are associated with the selected ProcessInstance
object.
Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange
-Ereignis ausgelöst.
Implementierung
public function get pendingTasks():ListCollectionView
processCompleteTime | Eigenschaft |
processCompleteTime:Date
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The time a process instance completed processing.
Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange
-Ereignis ausgelöst.
Implementierung
public function get processCompleteTime():Date
processDescription | Eigenschaft |
processDescription:String
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The description of a process instance.
Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange
-Ereignis ausgelöst.
Implementierung
public function get processDescription():String
processInstance | Eigenschaft |
processInstance:ProcessInstance
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The ProcessInstance
object to inspect for process instance information.
Setting the ProcessInstance
object drives the
loading of pending tasks and the process variables associated
with the process instance.
Implementierung
public function get processInstance():ProcessInstance
public function set processInstance(value:ProcessInstance):void
processInstanceId | Eigenschaft |
processInstanceId:Number
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The unique identifer of a process instance.
Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange
-Ereignis ausgelöst.
Implementierung
public function get processInstanceId():Number
processInstanceStatus | Eigenschaft |
processInstanceStatus:String
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The process instance's status value is a localized string value that is processed by looking up the numeric value in the resource bundle.
Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange
-Ereignis ausgelöst.
Implementierung
public function get processInstanceStatus():String
Verwandte API-Elemente
processLastUpdatedTime | Eigenschaft |
processLastUpdatedTime:Date
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The most recent time a process instance was updated.
The last time a process was updated is calculated by
iterating over the collection of Task
objects,
which are associated with a ProcessInstance
object, and
then using the date from the last Task
object that was updated.
Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange
-Ereignis ausgelöst.
Implementierung
public function get processLastUpdatedTime():Date
processName | Eigenschaft |
processName:String
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of a process instance.
Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange
-Ereignis ausgelöst.
Implementierung
public function get processName():String
processStartTime | Eigenschaft |
processStartTime:Date
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The start time of the process instance.
Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange
-Ereignis ausgelöst.
Implementierung
public function get processStartTime():Date
processVariables | Eigenschaft |
processVariables:ListCollectionView
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The list of process variables associated with the process instance.
Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange
-Ereignis ausgelöst.
Implementierung
public function get processVariables():ListCollectionView
showPendingTasks | Eigenschaft |
showPendingTasks:Boolean
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A flag that specifies whether pending tasks exist for a process instance.
A value of true
specifies that one or more pending tasks exist.
Der Standardwert ist true.
Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange
-Ereignis ausgelöst.
Implementierung
public function get showPendingTasks():Boolean
showProcessVariables | Eigenschaft |
showProcessVariables:Boolean
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A flag that specifies whether process variables exist for a process instance.
A value of true
specifies thatone or more process variables exist.
Der Standardwert ist true.
Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange
-Ereignis ausgelöst.
Implementierung
public function get showProcessVariables():Boolean
ProcessInstanceInfoModel | () | Konstruktor |
public function ProcessInstanceInfoModel()
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
reset | () | Methode |
public function reset():void
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Reinitializes the selected ProcessInstance
object to
null
. The properties of this class are bound directly to the
ProcessInstance
object, therefore, all of its properties are
cleared.
STATE_COMPLETED | Konstante |
public static const STATE_COMPLETED:String = "completedState"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the process instance data has completed loading.
STATE_ERROR | Konstante |
public static const STATE_ERROR:String = "errorState"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies there is a problem retrieving the process instance data.
STATE_INITIAL | Konstante |
public static const STATE_INITIAL:String = "initialState"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies when the object is first created.
STATE_RUNNING | Konstante |
public static const STATE_RUNNING:String = "runningState"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the process instance data is being loaded.
Tue Jun 12 2018, 10:04 AM Z