| 包 | lc.procmgmt.ui.layout |
| 类 | public class WorkspaceModel |
| 继承 | WorkspaceModel MinMaxModel |
| 实现 | IBookmarkTarget, IHelpSource |
| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
WorkspaceModel class acts as the model for the
Workspace component.
相关 API 元素
| 属性 | 由以下参数定义 | ||
|---|---|---|---|
| startProcessModel : StartProcessModel
An instance of the StartProcessModel class. | WorkspaceModel | ||
| tabIndex : int
Deprecated Since LiveCycle ES Update 1 (8.2): Please use openTab(). | WorkspaceModel | ||
| toDoModel : lc.procmgmt.ui.task:ToDoModel
An instance of the ToDoModel class. | WorkspaceModel | ||
| trackingModel : lc.procmgmt.ui.tracking:TrackingModel
An instance of the TrackingModel class. | WorkspaceModel | ||
| 方法 | 由以下参数定义 | ||
|---|---|---|---|
Opens a particular tab of the Workspace component by
the tab name. | WorkspaceModel | ||
| 常量 | 由以下参数定义 | ||
|---|---|---|---|
| START_PROCESS_TAB_NAME : String = "startProcess" [静态]
The name that is used as an identifier for the Start Process tab. | WorkspaceModel | ||
| TAB_START_PROCESS : int = 0 [静态]
Deprecated Since LiveCycle ES Update 1 (8.2): Please use START_PROCESS_TAB_NAME. | WorkspaceModel | ||
| TAB_TODO : int = 1 [静态]
Deprecated Since LiveCycle ES Update 1 (8.2): Please use TODO_TAB_NAME. | WorkspaceModel | ||
| TAB_TRACKING : int = 2 [静态]
Deprecated Since LiveCycle ES Update 1 (8.2): Please use TRACKING_TAB_NAME. | WorkspaceModel | ||
| TODO_TAB_NAME : String = "toDo" [静态]
The name that is used as an identifier for the To Do tab. | WorkspaceModel | ||
| TRACKING_TAB_NAME : String = "tracking" [静态]
The name that is used as an identifier for the Tracking tab. | WorkspaceModel | ||
| URLPARM_STARTENDPOINT : String = "startEndpoint" [静态]
The name of the parameter in the URL to start a new task directly. | WorkspaceModel | ||
| URLPARM_STARTPAGE : String = "startPage" [静态]
The name of the parameter used in the URL to select the starting page that is displayed. | WorkspaceModel | ||
| URLPARM_TASKID : String = "taskId" [静态]
The name of the parameter in the URL to access a ToDo task directly. | WorkspaceModel | ||
startProcessModel | 属性 |
startProcessModel:StartProcessModel| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
An instance of the StartProcessModel class.
此属性可用作数据绑定的源。修改此属性后,将调度 propertyChange 事件。
实现
public function get startProcessModel():StartProcessModel public function set startProcessModel(value:StartProcessModel):voidtabIndex | 属性 |
tabIndex:int| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Deprecated Since LiveCycle ES Update 1 (8.2): Please use openTab().
In earlier releases of Workspace, this method was used to set the workspace navigator tab.
实现
public function get tabIndex():int public function set tabIndex(value:int):void相关 API 元素
toDoModel | 属性 |
toDoModel:lc.procmgmt.ui.task:ToDoModel| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
An instance of the ToDoModel class.
此属性可用作数据绑定的源。修改此属性后,将调度 propertyChange 事件。
实现
public function get toDoModel():lc.procmgmt.ui.task:ToDoModel public function set toDoModel(value:lc.procmgmt.ui.task:ToDoModel):voidtrackingModel | 属性 |
trackingModel:lc.procmgmt.ui.tracking:TrackingModel| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
An instance of the TrackingModel class.
此属性可用作数据绑定的源。修改此属性后,将调度 propertyChange 事件。
实现
public function get trackingModel():lc.procmgmt.ui.tracking:TrackingModel public function set trackingModel(value:lc.procmgmt.ui.tracking:TrackingModel):voidopenTab | () | 方法 |
public function openTab(tabName:String, force:Boolean = false):void| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Opens a particular tab of the Workspace component by
the tab name.
参数
tabName:String — Specifies the name of the tab to open that can be one of the following
values:
| |
force:Boolean (default = false) — Indicates if this request should be done regardless of whether an document
may of changed or not.
|
START_PROCESS_TAB_NAME | 常量 |
public static const START_PROCESS_TAB_NAME:String = "startProcess"| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name that is used as an identifier for the Start Process tab.
TAB_START_PROCESS | 常量 |
public static const TAB_START_PROCESS:int = 0| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Deprecated Since LiveCycle ES Update 1 (8.2): Please use START_PROCESS_TAB_NAME.
In earlier releases, this constant value represented the Start Process tab.
TAB_TODO | 常量 |
public static const TAB_TODO:int = 1| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Deprecated Since LiveCycle ES Update 1 (8.2): Please use TODO_TAB_NAME.
In earlier releases, this constant value represented the ToDo tab.
TAB_TRACKING | 常量 |
public static const TAB_TRACKING:int = 2| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Deprecated Since LiveCycle ES Update 1 (8.2): Please use TRACKING_TAB_NAME.
In earlier releases, this constant value represented the Tracking tab.
TODO_TAB_NAME | 常量 |
public static const TODO_TAB_NAME:String = "toDo"| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name that is used as an identifier for the To Do tab.
TRACKING_TAB_NAME | 常量 |
public static const TRACKING_TAB_NAME:String = "tracking"| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name that is used as an identifier for the Tracking tab.
URLPARM_STARTENDPOINT | 常量 |
public static const URLPARM_STARTENDPOINT:String = "startEndpoint"| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the parameter in the URL to start a new task directly.
For example, type http://localhost:8080/workspace?startStartpoint=MyApp/MyService.MyStartpoint where:
- MyService is the name of the application and the process in the deployed application separated by a slash
- MyStartpoint is the name of the Workspace start point configured in Adobe Digital Enterprise Platform Document Services - Workbench or configured in Adobe Digital Enterprise Platform Document Services - Administration Console > Services > Applications and Services > Startpoint Management.
For example, after an application is deployed, an application named MyApp with a process named PreLoan, the service name would be MyApp/PreLoan. If the Workspace startpoint is named Start Process, then the URL encoded value to type in a web browser is: http://localhost:8080/workspace?startStartpoint=MyApp%2FPreLoan.Start%20Process.
URLPARM_STARTPAGE | 常量 |
public static const URLPARM_STARTPAGE:String = "startPage"| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the parameter used in the URL to select the starting page that is displayed.
To specify the starting page, use the values specified by START_PROCESS_TAB_NAME,
TODO_TAB_NAME, or TRACKING_TAB_NAME constants.
For example, type http://localhost:8080/workspace?startPage=toDo to start display the To Do tab.
URLPARM_TASKID | 常量 |
public static const URLPARM_TASKID:String = "taskId"| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the parameter in the URL to access a ToDo task directly. For example, type
http://localhost:8080/workspace?taskId=5 in a browser to access a task with a task ID of 5.
Tue Jun 12 2018, 11:04 AM Z