| 包 | lc.procmgmt.ui.startpoint |
| 类 | public class StartProcessModel |
| 继承 | StartProcessModel NavigationSupervisorModel |
| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| 运行时版本: | 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.
相关 API 元素
lc.procmgmt.domain.Category
lc.procmgmt.domain.Startpoint
lc.procmgmt.ui.startpoint.StartProcessModel
| 属性 | 由以下参数定义 | ||
|---|---|---|---|
| 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 [覆盖]
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 | ||
| 方法 | 由以下参数定义 | ||
|---|---|---|---|
Constructor. | StartProcessModel | ||
[覆盖]
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 | ||
| 方法 | 由以下参数定义 | ||
|---|---|---|---|
Loads the categories from the SessionMap object and adds them to
the listData property. | StartProcessModel | ||
| 常量 | 由以下参数定义 | ||
|---|---|---|---|
| STATE_INITIAL : String = "initialState" [静态]
A special value that indicates that initialization is occurring and the categories have not been loaded. | StartProcessModel | ||
| STATE_LOAD_ERROR : String = "loadErrorState" [静态]
A special value that indicates that an error occurred while loading the categories. | StartProcessModel | ||
| STATE_LOADING : String = "loadingState" [静态]
A special value that indicates that categories are being loading. | StartProcessModel | ||
| STATE_READY : String = "loadReadyState" [静态]
A special value that indicates the process of loading categories is complete. | StartProcessModel | ||
iconSource | 属性 |
iconSource:Class| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The icon source.
此属性可用作数据绑定的源。修改此属性后,将调度 propertyChange 事件。
实现
public function get iconSource():Class public function set iconSource(value:Class):voidlistData | 属性 |
listData:AggregatingCollection| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A collection of Category objects and FavoriteCategory objects.
此属性可用作数据绑定的源。修改此属性后,将调度 propertyChange 事件。
实现
public function get listData():AggregatingCollection public function set listData(value:AggregatingCollection):voidselectedListItem | 属性 |
selectedListItem:Object| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The currently selected item in the listData property.
此属性可用作数据绑定的源。修改此属性后,将调度 propertyChange 事件。
实现
public function get selectedListItem():Object public function set selectedListItem(value:Object):voidsession | 属性 |
session:SessionMap[覆盖] | 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves an instance of the current session map.
实现
override public function get session():SessionMap override public function set session(value:SessionMap):voidstartpointFromUrl | 属性 |
startpointFromUrl:Startpoint| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The URL for starting a process.
此属性可用作数据绑定的源。修改此属性后,将调度 propertyChange 事件。
实现
public function get startpointFromUrl():Startpoint public function set startpointFromUrl(value:Startpoint):voidstartpointSelectorModel | 属性 |
startpointSelectorModel:StartpointSelectorModel| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The model for the StartpointSelector.
此属性可用作数据绑定的源。修改此属性后,将调度 propertyChange 事件。
实现
public function get startpointSelectorModel():StartpointSelectorModel public function set startpointSelectorModel(value:StartpointSelectorModel):voidStartProcessModel | () | 构造函数 |
public function StartProcessModel()| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
initialize | () | 方法 |
override public function initialize():void| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Initialize the model.
loadCategories | () | 方法 |
protected function loadCategories():lc.foundation.util:Token| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| 运行时版本: | 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 | () | 方法 |
public function selectStartpoint(startpoint:Startpoint):void| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| 运行时版本: | 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.
参数
startpoint:Startpoint — Specifies the task to be selected.
|
STATE_INITIAL | 常量 |
public static const STATE_INITIAL:String = "initialState"| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| 运行时版本: | 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 | 常量 |
public static const STATE_LOAD_ERROR:String = "loadErrorState"| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that indicates that an error occurred while loading the categories.
STATE_LOADING | 常量 |
public static const STATE_LOADING:String = "loadingState"| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that indicates that categories are being loading.
STATE_READY | 常量 |
public static const STATE_READY:String = "loadReadyState"| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that indicates the process of loading categories is complete.
Tue Jun 12 2018, 11:04 AM Z