public interface AuditModelRegistry
Modifier and Type | Field and Description |
---|---|
static String |
AUDIT_PROPERTY_AUDIT_ENABLED
The name of the global enablement property.
|
static String |
AUDIT_RESERVED_KEY_SYSTEMTIME |
static String |
AUDIT_RESERVED_KEY_USERNAME |
static String |
AUDIT_SCHEMA_LOCATION |
Modifier and Type | Method and Description |
---|---|
AuditApplication |
getAuditApplicationByKey(String key)
Get the application model for the given root key (as defined on the application)
|
AuditApplication |
getAuditApplicationByName(String applicationName)
Get the application model for the given application name
|
Map<String,AuditApplication> |
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 String AUDIT_PROPERTY_AUDIT_ENABLED
static final String AUDIT_SCHEMA_LOCATION
static final String AUDIT_RESERVED_KEY_USERNAME
static final String AUDIT_RESERVED_KEY_SYSTEMTIME
void loadAuditModels()
boolean isAuditEnabled()
true
if audit is enabledMap<String,AuditApplication> getAuditApplications()
AuditApplication getAuditApplicationByKey(String key)
key
- the key defined on the applicationAuditApplication getAuditApplicationByName(String applicationName)
applicationName
- the name of the audited applicationorg.alfresco.util.PathMapper getAuditPathMapper()
Copyright © 2005–2017 Alfresco Software. All rights reserved.