|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuditModelRegistry
Interface for component used to store audit model definitions.
Field Summary | |
---|---|
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
|
Method Summary | |
---|---|
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. |
Field Detail |
---|
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
Method Detail |
---|
void loadAuditModels()
boolean isAuditEnabled()
true
if audit is enabledjava.util.Map getAuditApplications()
AuditApplication getAuditApplicationByKey(java.lang.String key)
key
- the key defined on the application
AuditApplication getAuditApplicationByName(java.lang.String applicationName)
applicationName
- the name of the audited application
org.alfresco.util.PathMapper getAuditPathMapper()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |