Pakket | lc.procmgmt.ui.tracking |
Klasse | public class ProcessInstanceDataGridModel |
Overerving | ProcessInstanceDataGridModel PresentationModel EventDispatcher Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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.
Verwante API-elementen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
collatedProcesses : CollatedProcesses [alleen-lezen]
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
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | 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 [alleen-lezen]
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 [alleen-lezen]
The process instance that is identifed as the selected ProcessInstance
object that is loaded into the ProcessInstanceDetailSelectorModel object. | ProcessInstanceDataGridModel | ||
session : SessionMap [overschrijven]
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 [alleen-lezen]
The name of the state the current view is in. | PresentationModel |
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | ProcessInstanceDataGridModel | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | 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 | ||
Verzendt een gebeurtenis naar de gebeurtenisstroom. | 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 | ||
Controleert of het object EventDispatcher listeners heeft geregistreerd voor een specifiek type gebeurtenis. | EventDispatcher | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Initializes the presentation model after the view bindings
are processed to prevent view bindings from overriding the initial model state. | PresentationModel | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Rebuild the columns for the datagrid. | ProcessInstanceDataGridModel | ||
Verwijdert een listener uit het object EventDispatcher. | EventDispatcher | ||
Reinitializes the model to an empty state, without an process instances in the datagrid. | ProcessInstanceDataGridModel | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object | ||
Controleert of een gebeurtenislistener is geregistreerd bij dit object EventDispatcher of een van de voorouders voor het opgegeven type gebeurtenis. | EventDispatcher |
Constante | Gedefinieerd door | ||
---|---|---|---|
STATE_DATA : String = "dataState" [statisch]
A special value that specifies that the datagrid is being displayed, and one or more items exist. | ProcessInstanceDataGridModel | ||
STATE_EMPTY : String = "emptyState" [statisch]
A special value that specifies thatthere are no process instances in the datagrid. | ProcessInstanceDataGridModel | ||
STATE_PROCESS_INSTANCE_DETAILS : String = "processInstanceDetailState" [statisch]
A special value that specifies that the process details and audit information are being displayed. | ProcessInstanceDataGridModel |
collatedProcesses | eigenschap |
collatedProcesses:CollatedProcesses
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange
verzonden.
Implementatie
public function get collatedProcesses():CollatedProcesses
columns | eigenschap |
columns:Array
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The array of columns definitions used by the datagrid.
Implementatie
public function get columns():Array
public function set columns(value:Array):void
endDate | eigenschap |
endDate:Date
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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.
Implementatie
public function get endDate():Date
public function set endDate(value:Date):void
filterPanelModel | eigenschap |
filterPanelModel:FilterPanelModel
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A FilterPanelModel
object provides
support for the FilterPanel
component.
The FilterPanel
component provides client
side filtering.
Implementatie
public function get filterPanelModel():FilterPanelModel
public function set filterPanelModel(value:FilterPanelModel):void
process | eigenschap |
process:Process
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A collection of ProcessInstance
objects. Setting the process
property loads the associated ProcessInstance
objects.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange
verzonden.
Implementatie
public function get process():Process
processInstanceDetailsSelectorModel | eigenschap |
processInstanceDetailsSelectorModel:ProcessInstanceDetailsSelectorModel
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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.
Implementatie
public function get processInstanceDetailsSelectorModel():ProcessInstanceDetailsSelectorModel
public function set processInstanceDetailsSelectorModel(value:ProcessInstanceDetailsSelectorModel):void
processInstances | eigenschap |
processInstances:ListCollectionView
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The list of ProcessInstances displayed in the datagrid.
Implementatie
public function get processInstances():ListCollectionView
public function set processInstances(value:ListCollectionView):void
selectedProcessInstance | eigenschap |
selectedProcessInstance:ProcessInstance
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange
verzonden.
Implementatie
public function get selectedProcessInstance():ProcessInstance
session | eigenschap |
session:SessionMap
[overschrijven] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A SessionMap
object that stores infomation relating to the server session.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange
verzonden.
Implementatie
override public function get session():SessionMap
override public function set session(value:SessionMap):void
startDate | eigenschap |
startDate:Date
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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.
Implementatie
public function get startDate():Date
public function set startDate(value:Date):void
ProcessInstanceDataGridModel | () | Constructor |
public function ProcessInstanceDataGridModel()
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
displayProcessInstanceDetails | () | methode |
public function displayProcessInstanceDetails(value:ProcessInstance):void
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Changes the model into the ProcessInstanceDataGridModel.STATE_PROCESS_INSTANCE_DETAILS
state
using the provided ProcessInstance
object.
Parameters
value:ProcessInstance — Specifies the ProcessInstance object for which to display the
details.
|
reloadColumns | () | methode |
public function reloadColumns():void
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Rebuild the columns for the datagrid.
reset | () | methode |
public function reset():void
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Reinitializes the model to an empty state, without an process instances in the datagrid.
STATE_DATA | Constante |
public static const STATE_DATA:String = "dataState"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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 | Constante |
public static const STATE_EMPTY:String = "emptyState"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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 | Constante |
public static const STATE_PROCESS_INSTANCE_DETAILS:String = "processInstanceDetailState"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the process details and audit information are being displayed.
Wed Jun 13 2018, 11:42 AM Z