| パッケージ | lc.procmgmt.ui.tracking |
| クラス | public class ProcessInstanceDataGridModel |
| 継承 | ProcessInstanceDataGridModel PresentationModel EventDispatcher Object |
| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
ProcessInstanceDataGridModel class obtains the
ProcessInstance objects for the selected Process object.
The model provides support for the ProcessInstanceDataGrid
component, by filtering the collection of process instances using the start time and
end time of a process instance.
関連する API エレメント
| プロパティ | 定義元 | ||
|---|---|---|---|
| collatedProcesses : CollatedProcesses [読み取り専用]
CollatedProcesses is a Collection of Process objects
sharing the same processTitle, each one containing its list of ProcessInstance objects. | ProcessInstanceDataGridModel | ||
| columns : Array
The array of columns definitions used by the datagrid. | ProcessInstanceDataGridModel | ||
![]() | constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | |
| endDate : Date
The date and time to use for filtering a collection of ProcessInstance objects. | ProcessInstanceDataGridModel | ||
| filterPanelModel : FilterPanelModel
A FilterPanelModel object provides
support for the FilterPanel component. | ProcessInstanceDataGridModel | ||
| process : Process [読み取り専用]
A collection of ProcessInstance objects. | ProcessInstanceDataGridModel | ||
| processInstanceDetailsSelectorModel : ProcessInstanceDetailsSelectorModel
A ProcessInstanceDetailsSelectorModel object provides
support for the ProcessInstanceDetailsSelector component. | ProcessInstanceDataGridModel | ||
| processInstances : ListCollectionView
The list of ProcessInstances displayed in the datagrid. | ProcessInstanceDataGridModel | ||
| selectedProcessInstance : ProcessInstance [読み取り専用]
The process instance that is identifed as the selected ProcessInstance
object that is loaded into the ProcessInstanceDetailSelectorModel object. | ProcessInstanceDataGridModel | ||
| session : SessionMap [オーバーライド]
A SessionMap object that stores infomation relating to the server session. | ProcessInstanceDataGridModel | ||
| startDate : Date
The date and time to use for filtering a collection of ProcessInstance objects. | ProcessInstanceDataGridModel | ||
![]() | state : String [読み取り専用]
The name of the state the current view is in. | PresentationModel | |
| メソッド | 定義元 | ||
|---|---|---|---|
Constructor. | ProcessInstanceDataGridModel | ||
![]() | 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 | |
Changes the model into the ProcessInstanceDataGridModel.STATE_PROCESS_INSTANCE_DETAILS state
using the provided ProcessInstance object. | ProcessInstanceDataGridModel | ||
![]() |
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 | |
Rebuild the columns for the datagrid. | ProcessInstanceDataGridModel | ||
![]() |
EventDispatcher オブジェクトからリスナーを削除します。 | EventDispatcher | |
Reinitializes the model to an empty state, without an process instances in the datagrid. | ProcessInstanceDataGridModel | ||
![]() |
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | |
![]() |
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | |
![]() |
指定されたオブジェクトのストリング表現を返します。 | Object | |
![]() |
指定されたオブジェクトのプリミティブな値を返します。 | Object | |
![]() |
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。 | EventDispatcher | |
| 定数 | 定義元 | ||
|---|---|---|---|
| STATE_DATA : String = "dataState" [静的]
A special value that specifies that the datagrid is being displayed, and one or more items exist. | ProcessInstanceDataGridModel | ||
| STATE_EMPTY : String = "emptyState" [静的]
A special value that specifies thatthere are no process instances in the datagrid. | ProcessInstanceDataGridModel | ||
| STATE_PROCESS_INSTANCE_DETAILS : String = "processInstanceDetailState" [静的]
A special value that specifies that the process details and audit information are being displayed. | ProcessInstanceDataGridModel | ||
collatedProcesses | プロパティ |
collatedProcesses:CollatedProcesses [読み取り専用] | 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
CollatedProcesses is a Collection of Process objects
sharing the same processTitle, each one containing its list of ProcessInstance objects.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange イベントが送出されます。
実装
public function get collatedProcesses():CollatedProcessescolumns | プロパティ |
columns:Array| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The array of columns definitions used by the datagrid.
実装
public function get columns():Array public function set columns(value:Array):voidendDate | プロパティ |
endDate:Date| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The date and time to use for filtering a collection of ProcessInstance objects.
Process instances after the date and time specified by this property are filtered out.
実装
public function get endDate():Date public function set endDate(value:Date):voidfilterPanelModel | プロパティ |
filterPanelModel:FilterPanelModel| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A FilterPanelModel object provides
support for the FilterPanel component.
The FilterPanel component provides client
side filtering.
実装
public function get filterPanelModel():FilterPanelModel public function set filterPanelModel(value:FilterPanelModel):voidprocess | プロパティ |
process:Process [読み取り専用] | 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A collection of ProcessInstance objects. Setting the process
property loads the associated ProcessInstance objects.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange イベントが送出されます。
実装
public function get process():ProcessprocessInstanceDetailsSelectorModel | プロパティ |
processInstanceDetailsSelectorModel:ProcessInstanceDetailsSelectorModel| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A ProcessInstanceDetailsSelectorModel object provides
support for the ProcessInstanceDetailsSelector component.
The ProcessInstanceDetailsSelector component provides details
about the selected ProcessInstance object.
実装
public function get processInstanceDetailsSelectorModel():ProcessInstanceDetailsSelectorModel public function set processInstanceDetailsSelectorModel(value:ProcessInstanceDetailsSelectorModel):voidprocessInstances | プロパティ |
processInstances:ListCollectionView| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The list of ProcessInstances displayed in the datagrid.
実装
public function get processInstances():ListCollectionView public function set processInstances(value:ListCollectionView):voidselectedProcessInstance | プロパティ |
selectedProcessInstance:ProcessInstance [読み取り専用] | 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The process instance that is identifed as the selected ProcessInstance
object that is loaded into the ProcessInstanceDetailSelectorModel object.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange イベントが送出されます。
実装
public function get selectedProcessInstance():ProcessInstancesession | プロパティ |
session:SessionMap[オーバーライド] | 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A SessionMap object that stores infomation relating to the server session.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange イベントが送出されます。
実装
override public function get session():SessionMap override public function set session(value:SessionMap):voidstartDate | プロパティ |
startDate:Date| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The date and time to use for filtering a collection of ProcessInstance objects.
Process instances before the date and time specified by this property are filtered out.
実装
public function get startDate():Date public function set startDate(value:Date):voidProcessInstanceDataGridModel | () | コンストラクター |
public function ProcessInstanceDataGridModel()| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
displayProcessInstanceDetails | () | メソッド |
public function displayProcessInstanceDetails(value:ProcessInstance):void| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Changes the model into the ProcessInstanceDataGridModel.STATE_PROCESS_INSTANCE_DETAILS state
using the provided ProcessInstance object.
パラメーター
value:ProcessInstance — Specifies the ProcessInstance object for which to display the
details.
|
reloadColumns | () | メソッド |
public function reloadColumns():void| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Rebuild the columns for the datagrid.
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 model to an empty state, without an process instances in the datagrid.
STATE_DATA | 定数 |
public static const STATE_DATA:String = "dataState"| 言語バージョン: | 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 datagrid is being displayed, and one or more items exist.
STATE_EMPTY | 定数 |
public static const STATE_EMPTY:String = "emptyState"| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies thatthere are no process instances in the datagrid.
STATE_PROCESS_INSTANCE_DETAILS | 定数 |
public static const STATE_PROCESS_INSTANCE_DETAILS:String = "processInstanceDetailState"| 言語バージョン: | 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 details and audit information are being displayed.
Tue Jun 12 2018, 10:34 AM Z
継承されるパブリックプロパティを隠す
継承されるパブリックプロパティを表示