lumis.portal.audit
Interface IAuditManager

Package class diagram package IAuditManager
All Known Implementing Classes:
AuditManager

public interface IAuditManager

Interface of Audit manager.

Since:
6.0.0

Field Summary
static java.lang.String QUERY_CACHE_REGION
           
 
Method Summary
 void audit(java.lang.String title, java.lang.String description, java.lang.String typeKey)
          Register an audit entry.
 

Field Detail

QUERY_CACHE_REGION

static final java.lang.String QUERY_CACHE_REGION
See Also:
Constant Field Values
Method Detail

audit

void audit(java.lang.String title,
           java.lang.String description,
           java.lang.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


Lumisportal  6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.