| Pacchetto | lc.procmgmt.ui.startpoint |
| Classe | public class StartProcessModel |
| Ereditarietà | StartProcessModel NavigationSupervisorModel |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
StartProcessModel class acts as the model for the
StartProcess component.
The StartProcessModel class loads the contents of the list data into the navigation area
in the StartProcess component. The list data contains favorites and
the available categories configured on a Document Server. Depending on the selection of a
Category or FavoriteCategory object, the appropriate set
of forms to start a process are loaded into the content area of the component.
Each form that starts a process is represented as an Startpoint object.
Elementi API correlati
lc.procmgmt.domain.Category
lc.procmgmt.domain.Startpoint
lc.procmgmt.ui.startpoint.StartProcessModel
| Proprietà | Definito da | ||
|---|---|---|---|
| iconSource : Class
The icon source. | StartProcessModel | ||
| listData : AggregatingCollection
A collection of Category objects and FavoriteCategory objects. | StartProcessModel | ||
| selectedListItem : Object
The currently selected item in the listData property. | StartProcessModel | ||
| session : SessionMap [override]
Retrieves an instance of the current session map. | StartProcessModel | ||
| startpointFromUrl : Startpoint
The URL for starting a process. | StartProcessModel | ||
| startpointSelectorModel : StartpointSelectorModel
The model for the StartpointSelector. | StartProcessModel | ||
| Metodo | Definito da | ||
|---|---|---|---|
Constructor. | StartProcessModel | ||
[override]
Initialize the model. | StartProcessModel | ||
Setting the selected task causes the QueueEntryData object that
contains the selected task to have its details property set to true, and
requests the QueueEntryData object to change to the selected
task. | StartProcessModel | ||
| Metodo | Definito da | ||
|---|---|---|---|
Loads the categories from the SessionMap object and adds them to
the listData property. | StartProcessModel | ||
| Costante | Definito da | ||
|---|---|---|---|
| STATE_INITIAL : String = "initialState" [statico]
A special value that indicates that initialization is occurring and the categories have not been loaded. | StartProcessModel | ||
| STATE_LOAD_ERROR : String = "loadErrorState" [statico]
A special value that indicates that an error occurred while loading the categories. | StartProcessModel | ||
| STATE_LOADING : String = "loadingState" [statico]
A special value that indicates that categories are being loading. | StartProcessModel | ||
| STATE_READY : String = "loadReadyState" [statico]
A special value that indicates the process of loading categories is complete. | StartProcessModel | ||
iconSource | proprietà |
iconSource:Class| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The icon source.
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):voidlistData | proprietà |
listData:AggregatingCollection| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A collection of Category objects and FavoriteCategory 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 listData():AggregatingCollection public function set listData(value:AggregatingCollection):voidselectedListItem | proprietà |
selectedListItem:Object| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The currently selected item 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 selectedListItem():Object public function set selectedListItem(value:Object):voidsession | proprietà |
session:SessionMap[override] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves an instance of the current session map.
Implementazione
override public function get session():SessionMap override public function set session(value:SessionMap):voidstartpointFromUrl | proprietà |
startpointFromUrl:Startpoint| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The URL for starting a process.
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 startpointFromUrl():Startpoint public function set startpointFromUrl(value:Startpoint):voidstartpointSelectorModel | proprietà |
startpointSelectorModel:StartpointSelectorModel| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The model for the StartpointSelector.
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 startpointSelectorModel():StartpointSelectorModel public function set startpointSelectorModel(value:StartpointSelectorModel):voidStartProcessModel | () | Funzione di costruzione |
public function StartProcessModel()| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 10 |
| 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 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Initialize the model.
loadCategories | () | metodo |
protected function loadCategories():lc.foundation.util:Token| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Loads the categories from the SessionMap object and adds them to
the listData property.
lc.foundation.util:Token — A Token object that identifies whether the operation was successful.
|
selectStartpoint | () | metodo |
public function selectStartpoint(startpoint:Startpoint):void| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Setting the selected task causes the QueueEntryData object that
contains the selected task to have its details property set to true, and
requests the QueueEntryData object to change to the selected
task.
Parametri
startpoint:Startpoint — Specifies the task to be selected.
|
STATE_INITIAL | Costante |
public static const STATE_INITIAL:String = "initialState"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that indicates that initialization is occurring and the categories have not been loaded.
STATE_LOAD_ERROR | Costante |
public static const STATE_LOAD_ERROR:String = "loadErrorState"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that indicates that an error occurred while loading the categories.
STATE_LOADING | Costante |
public static const STATE_LOADING:String = "loadingState"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that indicates that categories are being loading.
STATE_READY | Costante |
public static const STATE_READY:String = "loadReadyState"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that indicates the process of loading categories is complete.
Tue Jun 12 2018, 02:44 PM Z