public interface IAuditService
Modifier and Type | Method and Description |
---|---|
void |
audit(MObject element)
Post 'element' in the audit check queue.
|
boolean |
check(ITransaction transaction)
Launch the core checker on all elements created and modified in a transaction.
|
boolean |
check(MObject element)
Launch the core checker on 'element'.
|
boolean check(MObject element)
element
- The element to audit.void audit(MObject element)
Element
will be audited asynchronously by the Audit system and
results posted in the audit results view.element
- The element to auditboolean check(ITransaction transaction)
element
- The transaction to audit.