Package | com.adobe.solutions.rca.service |
Interface | public interface IAuditor |
Implementors | Auditor |
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Public Methods
Method | Defined By | ||
---|---|---|---|
Retrieves audit configuration document for a moduleName. | IAuditor |
Method Detail
retrieveAuditModule | () | method |
public function retrieveAuditModule(moduleName:String):mx.rpc:AsyncToken
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Retrieves audit configuration document for a moduleName
.
Parameters
moduleName:String — Name of the audit module.
|
mx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached. The resulting event contains audit configuration document.
|
Mon Nov 28 2011, 06:48 AM -08:00