패키지 | 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():CollatedProcesses
columns | 속성 |
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):void
endDate | 속성 |
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):void
filterPanelModel | 속성 |
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):void
process | 속성 |
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():Process
processInstanceDetailsSelectorModel | 속성 |
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):void
processInstances | 속성 |
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):void
selectedProcessInstance | 속성 |
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():ProcessInstance
session | 속성 |
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):void
startDate | 속성 |
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):void
ProcessInstanceDataGridModel | () | 생성자 |
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, 03:17 PM Z