Class MaxAgeWhereClauseMatchCriteria
- java.lang.Object
-
- org.apereo.inspektr.audit.support.AbstractWhereClauseMatchCriteria
-
- org.apereo.inspektr.audit.support.MaxAgeWhereClauseMatchCriteria
-
- All Implemented Interfaces:
WhereClauseMatchCriteria
public 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
Fields Modifier and Type Field Description protected intmaxAgeMaximum age of records-
Fields inherited from class org.apereo.inspektr.audit.support.AbstractWhereClauseMatchCriteria
sbClause
-
-
Constructor Summary
Constructors Constructor Description MaxAgeWhereClauseMatchCriteria(int maxAgeDays)Creates a new instance that selects audit records older than the given number of days as measured from the present time.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<?>getParameterValues()-
Methods inherited from class org.apereo.inspektr.audit.support.AbstractWhereClauseMatchCriteria
addCriteria, addCriteria, toString
-
-