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 String QUERY_CACHE_REGION
           
 
Method Summary
 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


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.