Class DurationWhereClauseMatchCriteria
java.lang.Object
org.apereo.inspektr.audit.support.AbstractWhereClauseMatchCriteria
org.apereo.inspektr.audit.support.DurationWhereClauseMatchCriteria
- All Implemented Interfaces:
WhereClauseMatchCriteria
Produces a where clause to select audit records older than a given duration.
- Since:
- 2.0
- Author:
- Misagh Moayyed
-
Field Summary
FieldsFields inherited from class org.apereo.inspektr.audit.support.AbstractWhereClauseMatchCriteria
sbClause -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apereo.inspektr.audit.support.AbstractWhereClauseMatchCriteria
addCriteria, addCriteria, toString
-
Field Details
-
duration
-
-
Constructor Details
-
DurationWhereClauseMatchCriteria
-
-
Method Details
-
getParameterValues
- Returns:
- Immutable list of parameter values for a parameterized query or an empty list if the where clause is not parameterized.
-