Package lumis.portal.audit
Interface IAuditManager
-
- All Known Implementing Classes:
AuditManager
public interface IAuditManager
Interface of Audit manager.- Since:
- 6.0.0
- Version:
- $Revision: 13093 $ $Date: 2011-05-28 18:40:18 -0300 (Sat, 28 May 2011) $
-
-
Field Summary
Fields Modifier and Type Field Description static String
QUERY_CACHE_REGION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
audit(String title, String description, String typeKey)
Register an audit entry.
-
-
-
Field Detail
-
QUERY_CACHE_REGION
static final String QUERY_CACHE_REGION
- See Also:
- Constant Field Values
-
-
Method Detail
-
audit
void audit(String title, String description, String typeKey) throws PortalException
Register an audit entry.- Parameters:
title
- the operation title. If the title is bigger than the allowed size, the string is truncated.description
- the operation description.typeKey
- the AuditEntryType key.- Throws:
PortalException
- if an error occur during audit.- Since:
- 6.0.0
-
-