Pacchetto | lc.procmgmt.ui.tracking |
Classe | public class TrackingModel |
Ereditarietà | TrackingModel NavigationSupervisorModel |
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 |
TrackingModel
class provides support for the
Tracking
component.
The TrackingModel
class loads a list of processes, represented by
Process
objects, which the user initiated or participated in,
into the contents of the listData
property. The list data also contains a
SearchTemplateDescriptors
object so that the user can
search for tasks from within the tracking area.
If the user selects a process from the list of processes, the set of
associated ProcessInstances
objects are displayed in the content
area of the Tracking
component.
Elementi API correlati
Proprietà | Definito da | ||
---|---|---|---|
collatedListData : ListCollectionView
A collection of CollatedProcesses objects and a
SearchTemplateDescriptors object. | TrackingModel | ||
data : Object
Maps the data to the selectedProcess property. | TrackingModel | ||
errorMessage : String
The error message after an event occurs. | TrackingModel | ||
iconSource : Class
The location of the icon image for the component. | TrackingModel | ||
listData : AggregatingCollection
A collection of Process objects and a
SearchTemplateDescriptors object. | TrackingModel | ||
selectedCollatedProcesses : CollatedProcesses
After all processes are loaded, the selectedCollatedProcesses property is set to the first
CollatedProcesses object stored in the collatedListData property. | TrackingModel | ||
selectedProcess : Process
After all processes are loaded, the selectedProcess property is set to the first
Process object stored in the listData property. | TrackingModel | ||
trackingSelectorModel : lc.procmgmt.ui.tracking:TrackingSelectorModel
The model for the TrackingSelector object. | TrackingModel |
Metodo | Definito da | ||
---|---|---|---|
Constructor. | TrackingModel | ||
[override]
Initializes the presentation model for the Tracking component and displays the processes
the user participated in by process name. | TrackingModel | ||
Loads the processes that a user participated in or started. | TrackingModel | ||
Refreshes the state of the container. | TrackingModel |
Costante | Definito da | ||
---|---|---|---|
STATE_ERROR : String = "errorState" [statico]
A special value that represents that an error occurred. | TrackingModel |
collatedListData | proprietà |
collatedListData: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 |
A collection of CollatedProcesses
objects and a
SearchTemplateDescriptors
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 collatedListData():ListCollectionView
public function set collatedListData(value:ListCollectionView):void
data | proprietà |
data: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 |
Maps the data to the selectedProcess
property.
Implementazione
public function get data():Object
public function set data(value:Object):void
errorMessage | proprietà |
errorMessage:String
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 error message after an event occurs.
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 errorMessage():String
public function set errorMessage(value:String):void
iconSource | proprietà |
iconSource:Class
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 location of the icon image for the component.
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 iconSource():Class
public function set iconSource(value:Class):void
listData | proprietà |
listData:AggregatingCollection
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 Process
objects and a
SearchTemplateDescriptors
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 listData():AggregatingCollection
public function set listData(value:AggregatingCollection):void
selectedCollatedProcesses | proprietà |
selectedCollatedProcesses:CollatedProcesses
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 |
After all processes are loaded, the selectedCollatedProcesses
property is set to the first
CollatedProcesses
object stored in the collatedListData
property.
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 selectedCollatedProcesses():CollatedProcesses
public function set selectedCollatedProcesses(value:CollatedProcesses):void
selectedProcess | proprietà |
selectedProcess:Process
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 |
After all processes are loaded, the selectedProcess
property is set to the first
Process
object stored in the listData
property.
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 selectedProcess():Process
public function set selectedProcess(value:Process):void
trackingSelectorModel | proprietà |
trackingSelectorModel:lc.procmgmt.ui.tracking:TrackingSelectorModel
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 model for the TrackingSelector
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 trackingSelectorModel():lc.procmgmt.ui.tracking:TrackingSelectorModel
public function set trackingSelectorModel(value:lc.procmgmt.ui.tracking:TrackingSelectorModel):void
TrackingModel | () | Funzione di costruzione |
public function TrackingModel()
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.
initialize | () | metodo |
override public function initialize():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 |
Initializes the presentation model for the Tracking
component and displays the processes
the user participated in by process name.
loadProcesses | () | metodo |
public function loadProcesses():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 |
Loads the processes that a user participated in or started.
refresh | () | metodo |
public function refresh():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 |
Refreshes the state of the container. This method is typically invoked by the view when it is reentered and re-shown.
STATE_ERROR | Costante |
public static const STATE_ERROR:String = "errorState"
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 represents that an error occurred.
Tue Jun 12 2018, 02:44 PM Z