Uses of Class
org.apereo.inspektr.audit.AuditTrailManager.WhereClauseFields
-
Packages that use AuditTrailManager.WhereClauseFields Package Description org.apereo.inspektr.audit org.apereo.inspektr.audit.support -
-
Uses of AuditTrailManager.WhereClauseFields in org.apereo.inspektr.audit
Methods in org.apereo.inspektr.audit that return AuditTrailManager.WhereClauseFields Modifier and Type Method Description static AuditTrailManager.WhereClauseFieldsAuditTrailManager.WhereClauseFields. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AuditTrailManager.WhereClauseFields[]AuditTrailManager.WhereClauseFields. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.apereo.inspektr.audit with type arguments of type AuditTrailManager.WhereClauseFields Modifier and Type Method Description java.util.Set<? extends AuditActionContext>AuditTrailManager. getAuditRecords(java.util.Map<AuditTrailManager.WhereClauseFields,java.lang.Object> whereClause)Gets audit records since. -
Uses of AuditTrailManager.WhereClauseFields in org.apereo.inspektr.audit.support
Method parameters in org.apereo.inspektr.audit.support with type arguments of type AuditTrailManager.WhereClauseFields Modifier and Type Method Description java.util.Set<? extends AuditActionContext>AbstractStringAuditTrailManager. getAuditRecords(java.util.Map<AuditTrailManager.WhereClauseFields,java.lang.Object> whereClause)
-