Pakiet | lc.procmgmt.ui.process |
Klasa | public class ProcessInstanceInfoModel |
Dziedziczenie | ProcessInstanceInfoModel PresentationModel EventDispatcher Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | 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.
Powiązane elementy interfejsu API
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
errorMessage : Message [tylko do odczytu]
The error message that is generated when an attempt occurs to access the
details of the selected ProcessInstance object. | ProcessInstanceInfoModel | ||
pendingTasks : ListCollectionView [tylko do odczytu]
The collection of active tasks, which are represented by Task
objects that are associated with the selected ProcessInstance
object. | ProcessInstanceInfoModel | ||
processCompleteTime : Date [tylko do odczytu]
The time a process instance completed processing. | ProcessInstanceInfoModel | ||
processDescription : String [tylko do odczytu]
The description of a process instance. | ProcessInstanceInfoModel | ||
processInstance : ProcessInstance
The ProcessInstance object to inspect for process instance information. | ProcessInstanceInfoModel | ||
processInstanceId : Number [tylko do odczytu]
The unique identifer of a process instance. | ProcessInstanceInfoModel | ||
processInstanceStatus : String [tylko do odczytu]
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 [tylko do odczytu]
The most recent time a process instance was updated. | ProcessInstanceInfoModel | ||
processName : String [tylko do odczytu]
The name of a process instance. | ProcessInstanceInfoModel | ||
processStartTime : Date [tylko do odczytu]
The start time of the process instance. | ProcessInstanceInfoModel | ||
processVariables : ListCollectionView [tylko do odczytu]
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 [tylko do odczytu]
A flag that specifies whether pending tasks exist for a process instance. | ProcessInstanceInfoModel | ||
showProcessVariables : Boolean [tylko do odczytu]
A flag that specifies whether process variables exist for a process instance. | ProcessInstanceInfoModel | ||
state : String [tylko do odczytu]
The name of the state the current view is in. | PresentationModel |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor. | ProcessInstanceInfoModel | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Rejestruje obiekt detektora zdarzeń w obiekcie EventDispatcher, dzięki czemu detektor będzie otrzymywał powiadomienia o zdarzeniu. | 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 | ||
Wywołuje zdarzenie, tj. kieruje je do przepływu zdarzeń. | EventDispatcher | ||
Returns the corresponding cascading style sheet (CSS) property to use based on the specified parameters. | PresentationModel | ||
Sprawdza, czy obiekt EventDispatcher zawiera jakiekolwiek detektory zarejestrowane dla konkretnego typu zdarzeń. | EventDispatcher | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Initializes the presentation model after the view bindings
are processed to prevent view bindings from overriding the initial model state. | PresentationModel | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Usuwa detektor z obiektu EventDispatcher. | EventDispatcher | ||
Reinitializes the selected ProcessInstance object to
null. | ProcessInstanceInfoModel | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object | ||
Sprawdza, czy detektor zdarzeń określonego typu jest zarejestrowany w tym obiekcie EventDispatcher lub jego elementach macierzystych. | EventDispatcher |
Stała | Zdefiniowane przez | ||
---|---|---|---|
STATE_COMPLETED : String = "completedState" [statyczny]
A special value that specifies that the process instance data has completed loading. | ProcessInstanceInfoModel | ||
STATE_ERROR : String = "errorState" [statyczny]
A special value that specifies there is a problem retrieving
the process instance data. | ProcessInstanceInfoModel | ||
STATE_INITIAL : String = "initialState" [statyczny]
A special value that specifies when the object is first created. | ProcessInstanceInfoModel | ||
STATE_RUNNING : String = "runningState" [statyczny]
A special value that specifies that the process instance data is being loaded. | ProcessInstanceInfoModel |
errorMessage | właściwość |
errorMessage:Message
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | 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.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get errorMessage():Message
pendingTasks | właściwość |
pendingTasks:ListCollectionView
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | 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.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get pendingTasks():ListCollectionView
processCompleteTime | właściwość |
processCompleteTime:Date
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The time a process instance completed processing.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get processCompleteTime():Date
processDescription | właściwość |
processDescription:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The description of a process instance.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get processDescription():String
processInstance | właściwość |
processInstance:ProcessInstance
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | 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.
Implementacja
public function get processInstance():ProcessInstance
public function set processInstance(value:ProcessInstance):void
processInstanceId | właściwość |
processInstanceId:Number
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The unique identifer of a process instance.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get processInstanceId():Number
processInstanceStatus | właściwość |
processInstanceStatus:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | 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.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get processInstanceStatus():String
Powiązane elementy interfejsu API
processLastUpdatedTime | właściwość |
processLastUpdatedTime:Date
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | 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.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get processLastUpdatedTime():Date
processName | właściwość |
processName:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of a process instance.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get processName():String
processStartTime | właściwość |
processStartTime:Date
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The start time of the process instance.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get processStartTime():Date
processVariables | właściwość |
processVariables:ListCollectionView
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The list of process variables associated with the process instance.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get processVariables():ListCollectionView
showPendingTasks | właściwość |
showPendingTasks:Boolean
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | 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.
Wartością domyślną jest true.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get showPendingTasks():Boolean
showProcessVariables | właściwość |
showProcessVariables:Boolean
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | 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.
Wartością domyślną jest true.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get showProcessVariables():Boolean
ProcessInstanceInfoModel | () | Konstruktor |
public function ProcessInstanceInfoModel()
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
reset | () | metoda |
public function reset():void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | 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 | Stała |
public static const STATE_COMPLETED:String = "completedState"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the process instance data has completed loading.
STATE_ERROR | Stała |
public static const STATE_ERROR:String = "errorState"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies there is a problem retrieving the process instance data.
STATE_INITIAL | Stała |
public static const STATE_INITIAL:String = "initialState"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies when the object is first created.
STATE_RUNNING | Stała |
public static const STATE_RUNNING:String = "runningState"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | 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, 12:06 PM Z