public interface AuditManager extends ExtensionPointManager
| Modifier and Type | Method and Description |
|---|---|
void |
addAuditProfileType(AuditProfileType type)
Adds a new type of audit profile to the system.
|
AuditProfile |
getProfile(java.lang.String name)
Returns the named audit profile, or null if none exists with that name
|
AuditProfile |
getProfileForProject(java.lang.Long projectId,
ProjectVersion version)
Returns the audit profile for a given project.
|
getExtensionPoint, getExtensionPointsAuditProfile getProfile(java.lang.String name) throws java.lang.Exception
java.lang.ExceptionAuditProfile getProfileForProject(java.lang.Long projectId, ProjectVersion version)
void addAuditProfileType(AuditProfileType type) throws java.lang.Exception
type - The new type of audit profile to add.java.lang.Exception - If automatic schema updating fails.