public interface AuditModelRegistry
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AUDIT_PROPERTY_AUDIT_ENABLED
The name of the global enablement property.
|
static java.lang.String |
AUDIT_RESERVED_KEY_SYSTEMTIME |
static java.lang.String |
AUDIT_RESERVED_KEY_USERNAME |
static java.lang.String |
AUDIT_SCHEMA_LOCATION |
| Modifier and Type | Method and Description |
|---|---|
AuditApplication |
getAuditApplicationByKey(java.lang.String key)
Get the application model for the given root key (as defined on the application)
|
AuditApplication |
getAuditApplicationByName(java.lang.String applicationName)
Get the application model for the given application name
|
java.util.Map |
getAuditApplications()
Get a map of all audit applications key by name
|
org.alfresco.util.PathMapper |
getAuditPathMapper()
Get the path mapper.
|
boolean |
isAuditEnabled()
Determines whether audit is globally enabled or disabled.
|
void |
loadAuditModels()
Method to load audit models into memory.
|
static final java.lang.String AUDIT_PROPERTY_AUDIT_ENABLED
static final java.lang.String AUDIT_SCHEMA_LOCATION
static final java.lang.String AUDIT_RESERVED_KEY_USERNAME
static final java.lang.String AUDIT_RESERVED_KEY_SYSTEMTIME
void loadAuditModels()
boolean isAuditEnabled()
true if audit is enabledjava.util.Map getAuditApplications()
AuditApplication getAuditApplicationByKey(java.lang.String key)
key - the key defined on the applicationAuditApplication getAuditApplicationByName(java.lang.String applicationName)
applicationName - the name of the audited applicationorg.alfresco.util.PathMapper getAuditPathMapper()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.