| 包 | com.adobe.solutions.rca.domain.manager |
| 接口 | public interface IProcessManager |
| 实现器 | ProcessManager |
| 语言版本: | ActionScript 3.0 |
| 产品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 运行时版本: | Flash Player 10.2, AIR (unsupported) |
公共属性
| 属性 | 由以下参数定义 | ||
|---|---|---|---|
| customAssignTaskProcess : IList [只读]
List of processes that can be used to assign task in a review workflow. | IProcessManager | ||
| processHooks : IList [只读]
List of processes that can be invoked at initiation or completion of a stage. | IProcessManager | ||
| trackingSheetProcess : IList [只读]
List of processes that can be used to generate tracking sheets. | IProcessManager | ||
公共方法
| 方法 | 由以下参数定义 | ||
|---|---|---|---|
This remote operations refreshes the list of processes. | IProcessManager | ||
属性详细信息
customAssignTaskProcess | 属性 |
customAssignTaskProcess:IList [只读] | 语言版本: | ActionScript 3.0 |
| 产品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 运行时版本: | Flash Player 10.2, AIR (unsupported) |
List of processes that can be used to assign task in a review workflow.
此属性可用作数据绑定的源。修改此属性后,将调度 processRefreshed 事件。
实现
public function get customAssignTaskProcess():IListprocessHooks | 属性 |
processHooks:IList [只读] | 语言版本: | ActionScript 3.0 |
| 产品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 运行时版本: | Flash Player 10.2, AIR (unsupported) |
List of processes that can be invoked at initiation or completion of a stage.
此属性可用作数据绑定的源。修改此属性后,将调度 processRefreshed 事件。
实现
public function get processHooks():IListtrackingSheetProcess | 属性 |
trackingSheetProcess:IList [只读] | 语言版本: | ActionScript 3.0 |
| 产品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 运行时版本: | Flash Player 10.2, AIR (unsupported) |
List of processes that can be used to generate tracking sheets.
此属性可用作数据绑定的源。修改此属性后,将调度 processRefreshed 事件。
实现
public function get trackingSheetProcess():IList方法详细信息
refresh | () | 方法 |
public function refresh():mx.rpc:AsyncToken| 语言版本: | ActionScript 3.0 |
| 产品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 运行时版本: | Flash Player 10.2, AIR (unsupported) |
This remote operations refreshes the list of processes.
返回mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.
|
Tue Jun 12 2018, 11:04 AM Z