| Пакет | 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, 11:34 AM Z
Скрыть унаследованные общедоступные свойства
Показать унаследованные общедоступные свойства