| パッケージ | 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, 10:34 AM Z