com.github.inspektr.audit.support
Class MaxAgeWhereClauseMatchCriteria
java.lang.Object
com.github.inspektr.audit.support.AbstractWhereClauseMatchCriteria
com.github.inspektr.audit.support.MaxAgeWhereClauseMatchCriteria
- All Implemented Interfaces:
- WhereClauseMatchCriteria
public final class MaxAgeWhereClauseMatchCriteria
- extends AbstractWhereClauseMatchCriteria
Produces a where clause to select audit records older than some arbitrary
cutoff age in days.
- Since:
- 1.0
- Version:
- $Revision: $
- Author:
- Marvin S. Addison
|
Field Summary |
protected int |
maxAge
Maximum age of records |
|
Constructor Summary |
MaxAgeWhereClauseMatchCriteria(int maxAgeDays)
Creates a new instance that selects audit records older than the given
number of days as measured from the present time. |
maxAge
protected int maxAge
- Maximum age of records
MaxAgeWhereClauseMatchCriteria
public MaxAgeWhereClauseMatchCriteria(int maxAgeDays)
- Creates a new instance that selects audit records older than the given
number of days as measured from the present time.
- Parameters:
maxAgeDays - Cutoff age of records in days.
getParameterValues
public List<?> getParameterValues()
-
- Returns:
- Immutable list of parameter values for a parameterized query or
an empty list if the where clause is not parameterized.
Copyright © 2007-2011 Rutgers, the State University of New Jersey. All Rights Reserved.