Pacchetto | lc.procmgmt.ui.tracking |
Classe | public class ProcessInstanceDataGridModel |
Ereditarietà | ProcessInstanceDataGridModel PresentationModel EventDispatcher Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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.
Elementi API correlati
Proprietà | Definito da | ||
---|---|---|---|
collatedProcesses : CollatedProcesses [sola lettura]
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
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | 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 [sola lettura]
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 [sola lettura]
The process instance that is identifed as the selected ProcessInstance
object that is loaded into the ProcessInstanceDetailSelectorModel object. | ProcessInstanceDataGridModel | ||
session : SessionMap [override]
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 [sola lettura]
The name of the state the current view is in. | PresentationModel |
Metodo | Definito da | ||
---|---|---|---|
Constructor. | ProcessInstanceDataGridModel | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. | 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 | ||
Invia un evento nel flusso di eventi. | 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 | ||
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | EventDispatcher | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Initializes the presentation model after the view bindings
are processed to prevent view bindings from overriding the initial model state. | PresentationModel | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Rebuild the columns for the datagrid. | ProcessInstanceDataGridModel | ||
Rimuove un listener dall'oggetto EventDispatcher. | EventDispatcher | ||
Reinitializes the model to an empty state, without an process instances in the datagrid. | ProcessInstanceDataGridModel | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object | ||
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | EventDispatcher |
Costante | Definito da | ||
---|---|---|---|
STATE_DATA : String = "dataState" [statico]
A special value that specifies that the datagrid is being displayed, and one or more items exist. | ProcessInstanceDataGridModel | ||
STATE_EMPTY : String = "emptyState" [statico]
A special value that specifies thatthere are no process instances in the datagrid. | ProcessInstanceDataGridModel | ||
STATE_PROCESS_INSTANCE_DETAILS : String = "processInstanceDetailState" [statico]
A special value that specifies that the process details and audit information are being displayed. | ProcessInstanceDataGridModel |
collatedProcesses | proprietà |
collatedProcesses:CollatedProcesses
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get collatedProcesses():CollatedProcesses
columns | proprietà |
columns:Array
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The array of columns definitions used by the datagrid.
Implementazione
public function get columns():Array
public function set columns(value:Array):void
endDate | proprietà |
endDate:Date
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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.
Implementazione
public function get endDate():Date
public function set endDate(value:Date):void
filterPanelModel | proprietà |
filterPanelModel:FilterPanelModel
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A FilterPanelModel
object provides
support for the FilterPanel
component.
The FilterPanel
component provides client
side filtering.
Implementazione
public function get filterPanelModel():FilterPanelModel
public function set filterPanelModel(value:FilterPanelModel):void
process | proprietà |
process:Process
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A collection of ProcessInstance
objects. Setting the process
property loads the associated ProcessInstance
objects.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get process():Process
processInstanceDetailsSelectorModel | proprietà |
processInstanceDetailsSelectorModel:ProcessInstanceDetailsSelectorModel
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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.
Implementazione
public function get processInstanceDetailsSelectorModel():ProcessInstanceDetailsSelectorModel
public function set processInstanceDetailsSelectorModel(value:ProcessInstanceDetailsSelectorModel):void
processInstances | proprietà |
processInstances:ListCollectionView
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The list of ProcessInstances displayed in the datagrid.
Implementazione
public function get processInstances():ListCollectionView
public function set processInstances(value:ListCollectionView):void
selectedProcessInstance | proprietà |
selectedProcessInstance:ProcessInstance
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get selectedProcessInstance():ProcessInstance
session | proprietà |
session:SessionMap
[override] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A SessionMap
object that stores infomation relating to the server session.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
override public function get session():SessionMap
override public function set session(value:SessionMap):void
startDate | proprietà |
startDate:Date
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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.
Implementazione
public function get startDate():Date
public function set startDate(value:Date):void
ProcessInstanceDataGridModel | () | Funzione di costruzione |
public function ProcessInstanceDataGridModel()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
displayProcessInstanceDetails | () | metodo |
public function displayProcessInstanceDetails(value:ProcessInstance):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Changes the model into the ProcessInstanceDataGridModel.STATE_PROCESS_INSTANCE_DETAILS
state
using the provided ProcessInstance
object.
Parametri
value:ProcessInstance — Specifies the ProcessInstance object for which to display the
details.
|
reloadColumns | () | metodo |
public function reloadColumns():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Rebuild the columns for the datagrid.
reset | () | metodo |
public function reset():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Reinitializes the model to an empty state, without an process instances in the datagrid.
STATE_DATA | Costante |
public static const STATE_DATA:String = "dataState"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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 | Costante |
public static const STATE_EMPTY:String = "emptyState"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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 | Costante |
public static const STATE_PROCESS_INSTANCE_DETAILS:String = "processInstanceDetailState"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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, 02:44 PM Z