Uses of Interface
org.apereo.inspektr.audit.support.WhereClauseMatchCriteria
-
Packages that use WhereClauseMatchCriteria Package Description org.apereo.inspektr.audit.support -
-
Uses of WhereClauseMatchCriteria in org.apereo.inspektr.audit.support
Classes in org.apereo.inspektr.audit.support that implement WhereClauseMatchCriteria Modifier and Type Class Description classAbstractWhereClauseMatchCriteriaMatch criteria defined in terms of a SQL where clause limiter.classMaxAgeWhereClauseMatchCriteriaProduces a where clause to select audit records older than some arbitrary cutoff age in days.classNoMatchWhereClauseMatchCriteriaConstructs a where clause that matches no records.Methods in org.apereo.inspektr.audit.support with parameters of type WhereClauseMatchCriteria Modifier and Type Method Description voidJdbcAuditTrailManager. setCleanupCriteria(WhereClauseMatchCriteria criteria)
-