| Package | lc.tracking |
| Class | public class ProcessInstanceDataGridModel |
| Inheritance | ProcessInstanceDataGridModel PresentationModel EventDispatcher Object |
ProcessInstanceDataGridModel class obtains the
ProcessInstance objects for the selected Process object.
The model provides support for the ProcessInstanceDataGrid
component, providing the ability to filter the collection of
process instances by using the start time and end time of a process instance.
See also
| Property | Defined By | ||
|---|---|---|---|
| columns : Array
The columns in which to display the ProcessInstanceDataGrid object.
| ProcessInstanceDataGridModel | ||
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | |
| endDate : Date
The date and time to use for filtering a collection of ProcessInstance objects.
| ProcessInstanceDataGridModel | ||
| process : Process
A collection of ProcessInstance objects.
| ProcessInstanceDataGridModel | ||
| processInstanceDetailsSelectorModel : ProcessInstanceDetailsSelectorModel
A ProcessInstanceDetailsSelectorModel object provides
support for the ProcessInstanceDetailsSelector component.
| ProcessInstanceDataGridModel | ||
| processInstances : ListCollectionView
The collection of ProcessInstance objects associated with the
Process property.
| ProcessInstanceDataGridModel | ||
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| selectedProcessInstance : ProcessInstance
The process instance that is identifed to be the selected ProcessInstance
object that gets loaded into the ProcessInstanceDetailSelectorModel object.
| ProcessInstanceDataGridModel | ||
| session : SessionMap
[write-only]
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
[read-only]
The name of the state the current view is in.
| PresentationModel | |
| Method | Defined By | ||
|---|---|---|---|
|
Constructor.
| ProcessInstanceDataGridModel | ||
![]() |
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event.
| 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 | |
![]() |
Dispatches an event into the event flow.
| EventDispatcher | |
|
Changes the model into the ProcessInstanceDataGridModel.STATE_PROCESS_INSTANCE_DETAILS state,
with the provided ProcessInstance object.
| ProcessInstanceDataGridModel | ||
![]() |
Returns the corresponding cascading style sheet (CSS) property to use based on the specified parameters.
| PresentationModel | |
![]() |
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event.
| EventDispatcher | |
![]() |
Indicates whether an object has a specified property defined.
| Object | |
![]() |
Subclasses can override this method, which initializes the presentation model after the view bindings have been processed to prevent
view bindings from overriding the initial model state.
| PresentationModel | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter.
| Object | |
![]() |
Indicates whether the specified property exists and is enumerable.
| Object | |
![]() |
Removes a listener from the EventDispatcher object.
| EventDispatcher | |
![]() |
Sets the availability of a dynamic property for loop operations.
| Object | |
![]() |
Returns the string representation of the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
![]() |
Checks whether an event listener is registered with this EventDispatcher object or any of
its ancestors for the specified event type.
| EventDispatcher | |
| Constant | Defined By | ||
|---|---|---|---|
| STATE_DATA : String = "dataState" [static] The model is set into this state when the data grid is being displayed, and one or more records exist.
| ProcessInstanceDataGridModel | ||
| STATE_EMPTY : String = "emptyState" [static] The model is set into this state when there are no process instances in the data grid.
| ProcessInstanceDataGridModel | ||
| STATE_PROCESS_INSTANCE_DETAILS : String = "processInstanceDetailState" [static] The model is set into this state when the process details and audit information is being displayed.
| ProcessInstanceDataGridModel | ||
| columns | property |
public var columns:Array
The columns in which to display the ProcessInstanceDataGrid object.
| endDate | property |
endDate:Date [read-write]
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
| process | property |
public var process:Process
A collection of ProcessInstance objects. Setting the process
property will load the associated ProcessInstance objects.
| processInstanceDetailsSelectorModel | property |
processInstanceDetailsSelectorModel:ProcessInstanceDetailsSelectorModel [read-write]
A ProcessInstanceDetailsSelectorModel object provides
support for the ProcessInstanceDetailsSelector component.
The ProcessInstanceDetailsSelector object provides the details
about the selected ProcessInstance object.
public function get processInstanceDetailsSelectorModel():ProcessInstanceDetailsSelectorModel
public function set processInstanceDetailsSelectorModel(value:ProcessInstanceDetailsSelectorModel):void
| processInstances | property |
public var processInstances:ListCollectionView
The collection of ProcessInstance objects associated with the
Process property.
| selectedProcessInstance | property |
public var selectedProcessInstance:ProcessInstance
The process instance that is identifed to be the selected ProcessInstance
object that gets loaded into the ProcessInstanceDetailSelectorModel object.
| session | property |
session:SessionMap [write-only]
A SessionMap object that stores infomation relating to the server session.
public function set session(value:SessionMap):void
| startDate | property |
startDate:Date [read-write]
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 | () | Constructor |
public function ProcessInstanceDataGridModel()
Constructor.
| displayProcessInstanceDetails | () | method |
public function displayProcessInstanceDetails(value:ProcessInstance):void
Changes the model into the ProcessInstanceDataGridModel.STATE_PROCESS_INSTANCE_DETAILS state,
with the provided ProcessInstance object.
Parameters
value:ProcessInstance — Specifies the ProcessInstance object for which to display the
details.
|
| STATE_DATA | Constant |
public static const STATE_DATA:String = "dataState"
The model is set into this state when the data grid is being displayed, and one or more records exist.
| STATE_EMPTY | Constant |
public static const STATE_EMPTY:String = "emptyState"
The model is set into this state when there are no process instances in the data grid.
| STATE_PROCESS_INSTANCE_DETAILS | Constant |
public static const STATE_PROCESS_INSTANCE_DETAILS:String = "processInstanceDetailState"
The model is set into this state when the process details and audit information is being displayed.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/lc/tracking/ProcessInstanceDataGridModel.html