Class DurationWhereClauseMatchCriteria

java.lang.Object
org.apereo.inspektr.audit.support.AbstractWhereClauseMatchCriteria
org.apereo.inspektr.audit.support.DurationWhereClauseMatchCriteria
All Implemented Interfaces:
WhereClauseMatchCriteria

public class DurationWhereClauseMatchCriteria extends AbstractWhereClauseMatchCriteria
Produces a where clause to select audit records older than a given duration.
Since:
2.0
Author:
Misagh Moayyed
  • Field Details

    • duration

      protected String duration
  • Constructor Details

    • DurationWhereClauseMatchCriteria

      public DurationWhereClauseMatchCriteria(String duration)
  • Method Details

    • 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.