ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.solutions.rca.domain.manager 

IAuditManager  - AS3 Review, Commenting, and Approval

Packagecom.adobe.solutions.rca.domain.manager
Interfacepublic interface IAuditManager
Implementors AuditManager

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This interface defines operations for audit management.



Public Properties
 PropertyDefined By
  prmAuditLevels : IList
[read-only] A list of audit levels defined for Project Management (PRM) building block.
IAuditManager
  rcaAuditLevels : IList
[read-only] A list of audit levels defined for Review Commenting and Approval (RCA) building block.
IAuditManager
Public Methods
 MethodDefined By
  
This remote operation refreshes PRM audit level list.
IAuditManager
  
This remote operation refreshes rca audit level list.
IAuditManager
Property Detail

prmAuditLevels

property
prmAuditLevels:IList  [read-only]

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

A list of audit levels defined for Project Management (PRM) building block.

This property can be used as the source for data binding. When this property is modified, it dispatches the rcaAuditsRefreshed event.



Implementation
    public function get prmAuditLevels():IList

rcaAuditLevels

property 
rcaAuditLevels:IList  [read-only]

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

A list of audit levels defined for Review Commenting and Approval (RCA) building block.

This property can be used as the source for data binding. When this property is modified, it dispatches the rcaAuditsRefreshed event.



Implementation
    public function get rcaAuditLevels():IList
Method Detail

refreshPRM

()method
public function refreshPRM():mx.rpc:AsyncToken

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This remote operation refreshes PRM audit level list.

Returns
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.

refreshRCA

()method 
public function refreshRCA():mx.rpc:AsyncToken

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This remote operation refreshes rca audit level list.

Returns
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.