lumis.portal.audit
Class AuditConfig

Package class diagram package AuditConfig
java.lang.Object
  extended by lumis.portal.audit.AuditConfig

public class AuditConfig
extends Object

Represents the audit configuration.

Since:
6.0.0

Constructor Summary
AuditConfig()
           
 
Method Summary
 int getCleanInterval()
          Returns the time interval (in days) for audit entries clean up.
 String getId()
          Returns the audit configuration id.
 void setCleanInterval(int cleanInterval)
          Changes the value of time interval (in days) for audit entries clean up.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditConfig

public AuditConfig()
Method Detail

getId

public String getId()
Returns the audit configuration id.

Returns:
the audit configuration id.
Since:
6.0.0

getCleanInterval

public int getCleanInterval()
Returns the time interval (in days) for audit entries clean up.

Returns:
the time interval for audit entries clean up.
Since:
6.0.0

setCleanInterval

public void setCleanInterval(int cleanInterval)
Changes the value of time interval (in days) for audit entries clean up.

Parameters:
cleanInterval - the new time interval for audit entries clean up.
Since:
6.0.0


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