| 包 | com.adobe.solutions.rca.domain.impl.manager |
| 类 | public class ProcessManager |
| 继承 | ProcessManager EventDispatcher Object |
| 实现 | IProcessManager |
| 语言版本: | ActionScript 3.0 |
| 产品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 运行时版本: | Flash Player 10.2, AIR (unsupported) |
| 属性 | 由以下参数定义 | ||
|---|---|---|---|
![]() | constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | |
| customAssignTaskProcess : IList [只读]
List of processes that can be used to assign task in a review workflow. | ProcessManager | ||
| instance : IProcessManager [静态] [只读]
This method returns a reference to an instance of ProcessManager. | ProcessManager | ||
| processHooks : IList [只读]
List of processes that can be invoked at initiation or completion of a stage. | ProcessManager | ||
| reviewCommentingAndApprovalUtil : IReviewCommentingAndApprovalUtil
This property refers to an instance of Review Commenting and Approval Util service. | ProcessManager | ||
| trackingSheetProcess : IList [只读]
List of processes that can be used to generate tracking sheets. | ProcessManager | ||
| 方法 | 由以下参数定义 | ||
|---|---|---|---|
The constructor for ProcessManager class. | ProcessManager | ||
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
使用 EventDispatcher 对象注册事件侦听器对象,以使侦听器能够接收事件通知。 | EventDispatcher | |
![]() |
将事件调度到事件流中。 | EventDispatcher | |
![]() |
检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 | EventDispatcher | |
![]() |
表示对象是否已经定义了指定的属性。 | Object | |
![]() |
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | |
![]() |
表示指定的属性是否存在、是否可枚举。 | Object | |
This remote operations refreshes the list of processes. | ProcessManager | ||
![]() |
从 EventDispatcher 对象中删除侦听器。 | EventDispatcher | |
![]() |
设置循环操作动态属性的可用性。 | Object | |
![]() |
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | |
![]() |
返回指定对象的字符串表示形式。 | Object | |
![]() |
返回指定对象的原始值。 | Object | |
![]() |
检查是否用此 EventDispatcher 对象或其任何祖代为指定事件类型注册了事件侦听器。 | EventDispatcher | |
customAssignTaskProcess | 属性 |
customAssignTaskProcess:IList [只读] | 语言版本: | ActionScript 3.0 |
| 产品版本: | Review, Commenting, and Approval Building Block 10 |
| 运行时版本: | 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():IListinstance | 属性 |
instance:IProcessManager [只读] | 语言版本: | ActionScript 3.0 |
| 产品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 运行时版本: | Flash Player 10.2, AIR (unsupported) |
This method returns a reference to an instance of ProcessManager. This method ensures that a single instance of
ProcessManager is created for the application.
实现
public static function get instance():IProcessManagerprocessHooks | 属性 |
processHooks:IList [只读] | 语言版本: | ActionScript 3.0 |
| 产品版本: | Review, Commenting, and Approval Building Block 10 |
| 运行时版本: | 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():IListreviewCommentingAndApprovalUtil | 属性 |
reviewCommentingAndApprovalUtil:IReviewCommentingAndApprovalUtil| 语言版本: | ActionScript 3.0 |
| 产品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 运行时版本: | Flash Player 10.2, AIR (unsupported) |
This property refers to an instance of Review Commenting and Approval Util service.
实现
public function get reviewCommentingAndApprovalUtil():IReviewCommentingAndApprovalUtil public function set reviewCommentingAndApprovalUtil(value:IReviewCommentingAndApprovalUtil):voidtrackingSheetProcess | 属性 |
trackingSheetProcess:IList [只读] | 语言版本: | ActionScript 3.0 |
| 产品版本: | Review, Commenting, and Approval Building Block 10 |
| 运行时版本: | Flash Player 10.2, AIR (unsupported) |
List of processes that can be used to generate tracking sheets.
此属性可用作数据绑定的源。修改此属性后,将调度 processRefreshed 事件。
实现
public function get trackingSheetProcess():IListProcessManager | () | 构造函数 |
public function ProcessManager()| 语言版本: | ActionScript 3.0 |
| 产品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 运行时版本: | Flash Player 10.2, AIR (unsupported) |
The constructor for ProcessManager class.
refresh | () | 方法 |
public function refresh():mx.rpc:AsyncToken| 语言版本: | ActionScript 3.0 |
| 产品版本: | Review, Commenting, and Approval Building Block 10 |
| 运行时版本: | 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
隐藏继承的公共属性
显示继承的公共属性