包 | com.adobe.solutions.rca.domain.manager |
接口 | public interface IAuditManager |
实现器 | AuditManager |
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
prmAuditLevels : IList [只读]
A list of audit levels defined for Project Management (PRM) building block. | IAuditManager | ||
rcaAuditLevels : IList [只读]
A list of audit levels defined for Review Commenting and Approval (RCA) building block. | IAuditManager |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
This remote operation refreshes PRM audit level list. | IAuditManager | ||
This remote operation refreshes rca audit level list. | IAuditManager |
属性详细信息
prmAuditLevels | 属性 |
prmAuditLevels:IList
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
A list of audit levels defined for Project Management (PRM) building block.
此属性可用作数据绑定的源。修改此属性后,将调度 rcaAuditsRefreshed
事件。
实现
public function get prmAuditLevels():IList
rcaAuditLevels | 属性 |
rcaAuditLevels:IList
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10.0 |
运行时版本: | 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
方法详细信息
refreshPRM | () | 方法 |
public function refreshPRM():mx.rpc:AsyncToken
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10.0 |
运行时版本: | 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.0 |
运行时版本: | 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