パッケージ | lc.procmgmt.ui.process |
クラス | public class ProcessInstanceInfoModel |
継承 | ProcessInstanceInfoModel PresentationModel EventDispatcher Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | 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.
関連する API エレメント
プロパティ | 定義元 | ||
---|---|---|---|
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
errorMessage : Message [読み取り専用]
The error message that is generated when an attempt occurs to access the
details of the selected ProcessInstance object. | ProcessInstanceInfoModel | ||
pendingTasks : ListCollectionView [読み取り専用]
The collection of active tasks, which are represented by Task
objects that are associated with the selected ProcessInstance
object. | ProcessInstanceInfoModel | ||
processCompleteTime : Date [読み取り専用]
The time a process instance completed processing. | ProcessInstanceInfoModel | ||
processDescription : String [読み取り専用]
The description of a process instance. | ProcessInstanceInfoModel | ||
processInstance : ProcessInstance
The ProcessInstance object to inspect for process instance information. | ProcessInstanceInfoModel | ||
processInstanceId : Number [読み取り専用]
The unique identifer of a process instance. | ProcessInstanceInfoModel | ||
processInstanceStatus : String [読み取り専用]
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 [読み取り専用]
The most recent time a process instance was updated. | ProcessInstanceInfoModel | ||
processName : String [読み取り専用]
The name of a process instance. | ProcessInstanceInfoModel | ||
processStartTime : Date [読み取り専用]
The start time of the process instance. | ProcessInstanceInfoModel | ||
processVariables : ListCollectionView [読み取り専用]
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 [読み取り専用]
A flag that specifies whether pending tasks exist for a process instance. | ProcessInstanceInfoModel | ||
showProcessVariables : Boolean [読み取り専用]
A flag that specifies whether process variables exist for a process instance. | ProcessInstanceInfoModel | ||
state : String [読み取り専用]
The name of the state the current view is in. | PresentationModel |
メソッド | 定義元 | ||
---|---|---|---|
Constructor. | ProcessInstanceInfoModel | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。 | 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 | ||
イベントをイベントフローに送出します。 | EventDispatcher | ||
Returns the corresponding cascading style sheet (CSS) property to use based on the specified parameters. | PresentationModel | ||
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。 | EventDispatcher | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Initializes the presentation model after the view bindings
are processed to prevent view bindings from overriding the initial model state. | PresentationModel | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
EventDispatcher オブジェクトからリスナーを削除します。 | EventDispatcher | ||
Reinitializes the selected ProcessInstance object to
null. | ProcessInstanceInfoModel | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object | ||
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。 | EventDispatcher |
定数 | 定義元 | ||
---|---|---|---|
STATE_COMPLETED : String = "completedState" [静的]
A special value that specifies that the process instance data has completed loading. | ProcessInstanceInfoModel | ||
STATE_ERROR : String = "errorState" [静的]
A special value that specifies there is a problem retrieving
the process instance data. | ProcessInstanceInfoModel | ||
STATE_INITIAL : String = "initialState" [静的]
A special value that specifies when the object is first created. | ProcessInstanceInfoModel | ||
STATE_RUNNING : String = "runningState" [静的]
A special value that specifies that the process instance data is being loaded. | ProcessInstanceInfoModel |
errorMessage | プロパティ |
errorMessage:Message
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | 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.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get errorMessage():Message
pendingTasks | プロパティ |
pendingTasks:ListCollectionView
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | 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.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get pendingTasks():ListCollectionView
processCompleteTime | プロパティ |
processCompleteTime:Date
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The time a process instance completed processing.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get processCompleteTime():Date
processDescription | プロパティ |
processDescription:String
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The description of a process instance.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get processDescription():String
processInstance | プロパティ |
processInstance:ProcessInstance
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | 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.
実装
public function get processInstance():ProcessInstance
public function set processInstance(value:ProcessInstance):void
processInstanceId | プロパティ |
processInstanceId:Number
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The unique identifer of a process instance.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get processInstanceId():Number
processInstanceStatus | プロパティ |
processInstanceStatus:String
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | 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.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get processInstanceStatus():String
関連する API エレメント
processLastUpdatedTime | プロパティ |
processLastUpdatedTime:Date
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | 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.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get processLastUpdatedTime():Date
processName | プロパティ |
processName:String
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of a process instance.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get processName():String
processStartTime | プロパティ |
processStartTime:Date
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The start time of the process instance.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get processStartTime():Date
processVariables | プロパティ |
processVariables:ListCollectionView
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The list of process variables associated with the process instance.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get processVariables():ListCollectionView
showPendingTasks | プロパティ |
showPendingTasks:Boolean
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | 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.
デフォルト値: true。
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get showPendingTasks():Boolean
showProcessVariables | プロパティ |
showProcessVariables:Boolean
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | 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.
デフォルト値: true。
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get showProcessVariables():Boolean
ProcessInstanceInfoModel | () | コンストラクター |
public function ProcessInstanceInfoModel()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
reset | () | メソッド |
public function reset():void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | 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 | 定数 |
public static const STATE_COMPLETED:String = "completedState"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the process instance data has completed loading.
STATE_ERROR | 定数 |
public static const STATE_ERROR:String = "errorState"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies there is a problem retrieving the process instance data.
STATE_INITIAL | 定数 |
public static const STATE_INITIAL:String = "initialState"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies when the object is first created.
STATE_RUNNING | 定数 |
public static const STATE_RUNNING:String = "runningState"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | 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:34 AM Z