public class MaxAgeWhereClauseMatchCriteria extends AbstractWhereClauseMatchCriteria
| Modifier and Type | Field and Description |
|---|---|
protected int |
maxAge
Maximum age of records
|
sbClause| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<?> |
getParameterValues() |
addCriteria, addCriteria, toStringpublic MaxAgeWhereClauseMatchCriteria(int maxAgeDays)
maxAgeDays - Cutoff age of records in days.public List<?> getParameterValues()
Copyright © 2007-2017 Apereo. All Rights Reserved.