套件 | 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, 03:47 PM Z