包 | com.adobe.solutions.rca.domain.impl.manager |
类 | public class AuditManager |
继承 | AuditManager EventDispatcher Object |
实现 | IAuditManager |
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
auditor : IAuditor | AuditManager | ||
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | ||
instance : IAuditManager [静态] [只读]
This method returns a reference to an instance of AuditManager. | AuditManager | ||
prmAuditLevels : IList [只读]
A list of audit levels defined for Project Management (PRM) building block. | AuditManager | ||
rcaAuditLevels : IList [只读]
A list of audit levels defined for Review Commenting and Approval (RCA) building block. | AuditManager |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
The constructor for AuditManager class. | AuditManager | ||
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 operation refreshes PRM audit level list. | AuditManager | ||
This remote operation refreshes rca audit level list. | AuditManager | ||
从 EventDispatcher 对象中删除侦听器。 | EventDispatcher | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object | ||
检查是否用此 EventDispatcher 对象或其任何祖代为指定事件类型注册了事件侦听器。 | EventDispatcher |
属性详细信息
auditor | 属性 |
instance | 属性 |
instance:IAuditManager
[只读] 语言版本: | 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 AuditManager
. This method ensures that a single instance of
AuditManager
is created for the application.
实现
public static function get instance():IAuditManager
prmAuditLevels | 属性 |
prmAuditLevels:IList
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
A list of audit levels defined for Project Management (PRM) building block.
此属性可用作数据绑定的源。修改此属性后,将调度 prmAuditsRefreshed
事件。
实现
public function get prmAuditLevels():IList
rcaAuditLevels | 属性 |
rcaAuditLevels:IList
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
A list of audit levels defined for Review Commenting and Approval (RCA) building block.
此属性可用作数据绑定的源。修改此属性后,将调度 rcaAuditsRefreshed
事件。
实现
public function get rcaAuditLevels():IList
构造函数详细信息
AuditManager | () | 构造函数 |
public function AuditManager()
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
The constructor for AuditManager
class.
方法详细信息
refreshPRM | () | 方法 |
public function refreshPRM():mx.rpc:AsyncToken
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
This remote operation refreshes PRM audit level list.
返回mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.
|
refreshRCA | () | 方法 |
public function refreshRCA():mx.rpc:AsyncToken
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
This remote operation refreshes rca audit level list.
返回mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.
|
Tue Jun 12 2018, 11:04 AM Z